Step * of Lemma strict-fun-connected_transitivity2

[T:Type]. ∀f:T ⟶ T. (retraction(T;f)  (∀x,y,z:T.  (y is f*(x)  f+(y)  f+(x))))
BY
(Unfold `strict-fun-connected` THEN Auto) }

1
1. [T] Type
2. T ⟶ T
3. retraction(T;f)
4. T
5. T
6. T
7. is f*(x)
8. ¬(y z ∈ T)
9. 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