Step
*
of Lemma
fun-connected_weakening_eq
∀[T:Type]. ∀f:T ⟶ T. ∀x,y:T.  y is f*(x) supposing x = y ∈ T
BY
{ (Unfold `fun-connected` 0 THEN Auto) }
1
1. [T] : Type
2. f : T ⟶ T
3. x : T
4. y : T
5. x = y ∈ T
⊢ ∃L:T List. y=f*(x) via L
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}f:T  {}\mrightarrow{}  T.  \mforall{}x,y:T.    y  is  f*(x)  supposing  x  =  y
By
Latex:
(Unfold  `fun-connected`  0  THEN  Auto)
Home
Index