Step * 2 1 of Lemma surject-inverse


1. [A] Type
2. [B] Type
3. A ⟶ B
4. B ⟶ A
5. ∀x:B. ((f (g x)) x ∈ B)
6. B
⊢ ∃a:A. ((f a) b ∈ B)
BY
(InstConcl [⌜b⌝]⋅ THEN Auto) }


Latex:


Latex:

1.  [A]  :  Type
2.  [B]  :  Type
3.  f  :  A  {}\mrightarrow{}  B
4.  g  :  B  {}\mrightarrow{}  A
5.  \mforall{}x:B.  ((f  (g  x))  =  x)
6.  b  :  B
\mvdash{}  \mexists{}a:A.  ((f  a)  =  b)


By


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




Home Index