Step
*
of Lemma
strict-fun-connected_transitivity2
∀[T:Type]. ∀f:T ⟶ T. (retraction(T;f) 
⇒ (∀x,y,z:T.  (y is f*(x) 
⇒ z = f+(y) 
⇒ z = f+(x))))
BY
{ (Unfold `strict-fun-connected` 0 THEN Auto) }
1
1. [T] : Type
2. f : T ⟶ T
3. retraction(T;f)
4. x : T
5. y : T
6. z : T
7. y is f*(x)
8. ¬(y = z ∈ T)
9. z is f*(y)
⊢ ¬(x = z ∈ T)
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}f:T  {}\mrightarrow{}  T.  (retraction(T;f)  {}\mRightarrow{}  (\mforall{}x,y,z:T.    (y  is  f*(x)  {}\mRightarrow{}  z  =  f+(y)  {}\mRightarrow{}  z  =  f+(x))))
By
Latex:
(Unfold  `strict-fun-connected`  0  THEN  Auto)
Home
Index