Step * 1 1 of Lemma fun-connected-tree


1. [T] Type
2. T ⟶ T
3. ∀a,b:T.  (((f a) (f b) ∈ T)  ((f a) a ∈ T))  ((f b) b ∈ T))  (a b ∈ T))
4. T
5. T
6. T
7. (f y) ∈ T
8. ¬(x y ∈ T)
9. is f*(z)
10. ∀z@0:T. (y is f*(z@0)  (z@0 is f*(z) ∨ is f*(z@0)))
11. z@0 T
12. x=f*(z@0) via []
⊢ z@0 is f*(z) ∨ is f*(z@0)
BY
(RepUR ``fun-path`` (-1) THEN Auto') }


Latex:


Latex:

1.  [T]  :  Type
2.  f  :  T  {}\mrightarrow{}  T
3.  \mforall{}a,b:T.    (((f  a)  =  (f  b))  {}\mRightarrow{}  (\mneg{}((f  a)  =  a))  {}\mRightarrow{}  (\mneg{}((f  b)  =  b))  {}\mRightarrow{}  (a  =  b))
4.  x  :  T
5.  y  :  T
6.  z  :  T
7.  x  =  (f  y)
8.  \mneg{}(x  =  y)
9.  y  is  f*(z)
10.  \mforall{}z@0:T.  (y  is  f*(z@0)  {}\mRightarrow{}  (z@0  is  f*(z)  \mvee{}  z  is  f*(z@0)))
11.  z@0  :  T
12.  x=f*(z@0)  via  []
\mvdash{}  z@0  is  f*(z)  \mvee{}  z  is  f*(z@0)


By


Latex:
(RepUR  ``fun-path``  (-1)  THEN  Auto')




Home Index