Step * 1 1 2 of Lemma combination_functionality


1. [A] Type
2. [B] Type
3. : ℤ
4. A ⟶ B
5. Bij(A;B;f)
6. B ⟶ A
7. ∀b:B. ((f (g b)) b ∈ B)
8. ∀a:A. ((g (f a)) a ∈ A)
9. Combination(m;B)
⊢ ∃a:Combination(m;A). (map(f;a) b ∈ Combination(m;B))
BY
xxx(InstConcl [⌜map(g;b)⌝]⋅ THEN Auto)xxx }

1
1. Type
2. Type
3. : ℤ
4. A ⟶ B
5. Bij(A;B;f)
6. B ⟶ A
7. ∀b:B. ((f (g b)) b ∈ B)
8. ∀a:A. ((g (f a)) a ∈ A)
9. Combination(m;B)
⊢ Inj(B;A;g)

2
1. Type
2. Type
3. : ℤ
4. A ⟶ B
5. Bij(A;B;f)
6. B ⟶ A
7. ∀b:B. ((f (g b)) b ∈ B)
8. ∀a:A. ((g (f a)) a ∈ A)
9. Combination(m;B)
⊢ map(f;map(g;b)) b ∈ Combination(m;B)


Latex:


Latex:

1.  [A]  :  Type
2.  [B]  :  Type
3.  m  :  \mBbbZ{}
4.  f  :  A  {}\mrightarrow{}  B
5.  Bij(A;B;f)
6.  g  :  B  {}\mrightarrow{}  A
7.  \mforall{}b:B.  ((f  (g  b))  =  b)
8.  \mforall{}a:A.  ((g  (f  a))  =  a)
9.  b  :  Combination(m;B)
\mvdash{}  \mexists{}a:Combination(m;A).  (map(f;a)  =  b)


By


Latex:
xxx(InstConcl  [\mkleeneopen{}map(g;b)\mkleeneclose{}]\mcdot{}  THEN  Auto)xxx




Home Index