Step * of Lemma strict-fun-connected_transitivity3

[T:Type]. ∀f:T ⟶ T. (retraction(T;f)  (∀x,y,z:T.  (y f+(x)  is 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. ¬(x y ∈ T)
8. is f*(x)
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  =  f+(x)  {}\mRightarrow{}  z  is  f*(y)  {}\mRightarrow{}  z  =  f+(x))))


By


Latex:
(Unfold  `strict-fun-connected`  0  THEN  Auto)




Home Index