Step
*
1
1
2
of Lemma
equipollent_inversion
1. [A] : Type
2. [B] : Type
3. f : A ⟶ B
4. Inj(A;B;f)
5. ∀b:B. ∃a:A. ((f a) = b ∈ B)
6. g : b:B ⟶ A
7. ∀b:B. ((f (g b)) = b ∈ B)
8. b : A
⊢ ∃a:B. ((g a) = b ∈ A)
BY
{ (InstConcl [⌜f b⌝]⋅ THEN Auto) }
Latex:
Latex:
1.  [A]  :  Type
2.  [B]  :  Type
3.  f  :  A  {}\mrightarrow{}  B
4.  Inj(A;B;f)
5.  \mforall{}b:B.  \mexists{}a:A.  ((f  a)  =  b)
6.  g  :  b:B  {}\mrightarrow{}  A
7.  \mforall{}b:B.  ((f  (g  b))  =  b)
8.  b  :  A
\mvdash{}  \mexists{}a:B.  ((g  a)  =  b)
By
Latex:
(InstConcl  [\mkleeneopen{}f  b\mkleeneclose{}]\mcdot{}  THEN  Auto)
Home
Index