Step * 1 1 2 2 1 of Lemma combination_functionality


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. List
10. no_repeats(B;b)
11. ||b|| m ∈ ℤ
⊢ map(f;map(g;b)) ∈ (B List)
BY
xxx(RWO "map-map" 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. List
10. no_repeats(B;b)
11. ||b|| m ∈ ℤ
⊢ map(f g;b) ∈ (B List)


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  :  B  List
10.  no\_repeats(B;b)
11.  ||b||  =  m
\mvdash{}  b  =  map(f;map(g;b))


By


Latex:
xxx(RWO  "map-map"  0  THEN  Auto)xxx




Home Index