Step * 2 1 of Lemma trivial-homeo-image


1. Type
2. Type
3. dX metric(X)
4. dY metric(Y)
5. FUN(X ⟶ Y)
6. h1 FUN(Y ⟶ X)
7. ∀x:X. h1 (f x) ≡ x
8. ∀y:Y. (h1 y) ≡ y
9. Y
⊢ ∃a:X. x ≡ a
BY
(D With ⌜h1 x⌝  THEN Auto THEN RWO "-2" THEN Auto) }


Latex:


Latex:

1.  X  :  Type
2.  Y  :  Type
3.  dX  :  metric(X)
4.  dY  :  metric(Y)
5.  f  :  FUN(X  {}\mrightarrow{}  Y)
6.  h1  :  FUN(Y  {}\mrightarrow{}  X)
7.  \mforall{}x:X.  h1  (f  x)  \mequiv{}  x
8.  \mforall{}y:Y.  f  (h1  y)  \mequiv{}  y
9.  x  :  Y
\mvdash{}  \mexists{}a:X.  x  \mequiv{}  f  a


By


Latex:
(D  0  With  \mkleeneopen{}h1  x\mkleeneclose{}    THEN  Auto  THEN  RWO  "-2"  0  THEN  Auto)




Home Index