Step * of Lemma between-fun-connected

[T:Type]. ∀f:T ⟶ T. (retraction(T;f)  (∀y,x:T.  (y is f*(x)  is f*(y)  ((y x ∈ T) ∨ (y (f x) ∈ T)))))
BY
(xxxRepeatFor ((D THENA Auto))xxx THEN BLemma `fun-connected-induction` THEN Auto) }

1
1. [T] Type
2. T ⟶ T
3. retraction(T;f)
4. T
5. T
6. T
7. (f x) ∈ T
8. ¬(y x ∈ T)
9. is f*(z)
10. is f*(x)  ((x z ∈ T) ∨ (x (f z) ∈ T))
11. is f*(y)
⊢ (y z ∈ T) ∨ (y (f z) ∈ T)


Latex:


Latex:
\mforall{}[T:Type]
    \mforall{}f:T  {}\mrightarrow{}  T.  (retraction(T;f)  {}\mRightarrow{}  (\mforall{}y,x:T.    (y  is  f*(x)  {}\mRightarrow{}  f  x  is  f*(y)  {}\mRightarrow{}  ((y  =  x)  \mvee{}  (y  =  (f  x))))))


By


Latex:
(xxxRepeatFor  3  ((D  0  THENA  Auto))xxx  THEN  BLemma  `fun-connected-induction`  THEN  Auto)




Home Index