Step * 1 1 of Lemma list-index-cmp-zero


1. Type
2. eq EqDecider(T)
3. List
4. Type
5. A ⟶ T
6. A
7. (f x ∈ L)
8. A
9. (f y ∈ L)
10. (outl(list-index(eq;L;f x)) outl(list-index(eq;L;f y))) 0 ∈ ℤ
11. ∀[x:T]. ∀[L:T List].  L[outl(list-index(eq;L;x))] x ∈ supposing (x ∈ L)
12. L[outl(list-index(eq;L;f x))] (f x) ∈ T
13. L[outl(list-index(eq;L;f y))] (f y) ∈ T
⊢ (f x) (f y) ∈ T
BY
TACTIC:(Subst' outl(list-index(eq;L;f x)) outl(list-index(eq;L;f y)) -2 THEN Auto) }

1
1. Type
2. eq EqDecider(T)
3. List
4. Type
5. A ⟶ T
6. A
7. (f x ∈ L)
8. A
9. (f y ∈ L)
10. (outl(list-index(eq;L;f x)) outl(list-index(eq;L;f y))) 0 ∈ ℤ
11. ∀[x:T]. ∀[L:T List].  L[outl(list-index(eq;L;x))] x ∈ supposing (x ∈ L)
12. L[outl(list-index(eq;L;f x))] (f x) ∈ T
13. L[outl(list-index(eq;L;f y))] (f y) ∈ T
⊢ outl(list-index(eq;L;f x)) outl(list-index(eq;L;f y)) ∈ ℕ||L||


Latex:


Latex:

1.  T  :  Type
2.  eq  :  EqDecider(T)
3.  L  :  T  List
4.  A  :  Type
5.  f  :  A  {}\mrightarrow{}  T
6.  x  :  A
7.  (f  x  \mmember{}  L)
8.  y  :  A
9.  (f  y  \mmember{}  L)
10.  (outl(list-index(eq;L;f  x))  -  outl(list-index(eq;L;f  y)))  =  0
11.  \mforall{}[x:T].  \mforall{}[L:T  List].    L[outl(list-index(eq;L;x))]  =  x  supposing  (x  \mmember{}  L)
12.  L[outl(list-index(eq;L;f  x))]  =  (f  x)
13.  L[outl(list-index(eq;L;f  y))]  =  (f  y)
\mvdash{}  (f  x)  =  (f  y)


By


Latex:
TACTIC:(Subst'  outl(list-index(eq;L;f  x))  \msim{}  outl(list-index(eq;L;f  y))  -2  THEN  Auto)




Home Index