Step * of Lemma fun-path-no_repeats

[T:Type]. ∀[f:T ⟶ T].  ∀[L:T List]. ∀[x,y:T].  no_repeats(T;L) supposing x=f*(y) via supposing retraction(T;f)
BY
xxx(xxxAutoxxx THEN THEN Assert ⌜∀j:ℕ||L||. ∀i:ℕj.  L[i] < L[j]⌝⋅)xxx }

1
.....assertion..... 
1. Type
2. T ⟶ T
3. T ⟶ ℕ
4. ∀x:T. (((f x) x ∈ T) ∨ (f x) < x)
5. List
6. T
7. T
8. x=f*(y) via L
⊢ ∀j:ℕ||L||. ∀i:ℕj.  L[i] < L[j]

2
1. Type
2. T ⟶ T
3. T ⟶ ℕ
4. ∀x:T. (((f x) x ∈ T) ∨ (f x) < x)
5. List
6. T
7. T
8. x=f*(y) via L
9. ∀j:ℕ||L||. ∀i:ℕj.  L[i] < L[j]
⊢ no_repeats(T;L)


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[f:T  {}\mrightarrow{}  T].
    \mforall{}[L:T  List].  \mforall{}[x,y:T].    no\_repeats(T;L)  supposing  x=f*(y)  via  L  supposing  retraction(T;f)


By


Latex:
xxx(xxxAutoxxx  THEN  D  3  THEN  Assert  \mkleeneopen{}\mforall{}j:\mBbbN{}||L||.  \mforall{}i:\mBbbN{}j.    h  L[i]  <  h  L[j]\mkleeneclose{}\mcdot{})xxx




Home Index