Step * of Lemma fix_wf

[T:Type]. ∀[eq:EqDecider(T)]. ∀[f:T ⟶ T].  ∀[x:T]. (f**(x) ∈ T) supposing retraction(T;f)
BY
(Auto THEN MoveToConcl (-1) THEN -1) }

1
1. Type
2. eq EqDecider(T)
3. T ⟶ T
4. T ⟶ ℕ
5. ∀x:T. (((f x) x ∈ T) ∨ (f x) < x)
⊢ ∀x:T. (f**(x) ∈ T)


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[eq:EqDecider(T)].  \mforall{}[f:T  {}\mrightarrow{}  T].    \mforall{}[x:T].  (f**(x)  \mmember{}  T)  supposing  retraction(T;f)


By


Latex:
(Auto  THEN  MoveToConcl  (-1)  THEN  D  -1)




Home Index