Step
*
2
4
2
1
of Lemma
apply-alist-cases
1. T : Type
2. eq : EqDecider(T)
3. x : T
4. u : T × Top
5. v : (T × Top) List
6. apply-alist(eq;v;x) ~ ff supposing ¬(x ∈ map(λp.(fst(p));v))
∧ (∀[i:ℕ||v||]
     (apply-alist(eq;v;x) ~ inl (snd(v[i]))) supposing (((fst(v[i])) = x ∈ T) and (∀j:ℕi. (¬((fst(v[j])) = x ∈ T)))))
7. ¬((fst(u)) = x ∈ T)
8. i : ℕ||v|| + 1
9. ∀j:ℕi. (¬((fst([u / v][j])) = x ∈ T))
10. (fst([u / v][i])) = x ∈ T
11. ¬(i = 0 ∈ ℤ)
⊢ apply-alist(eq;v;x) ~ inl (snd(v[i - 1]))
BY
{ ((RWO "select_cons_tl" (-2) THENA Auto) THEN BackThruSomeHyp THEN Auto) }
1
1. T : Type
2. eq : EqDecider(T)
3. x : T
4. u : T × Top
5. v : (T × Top) List
6. apply-alist(eq;v;x) ~ ff supposing ¬(x ∈ map(λp.(fst(p));v))
7. ∀[i:ℕ||v||]
     (apply-alist(eq;v;x) ~ inl (snd(v[i]))) supposing (((fst(v[i])) = x ∈ T) and (∀j:ℕi. (¬((fst(v[j])) = x ∈ T))))
8. ¬((fst(u)) = x ∈ T)
9. i : ℕ||v|| + 1
10. ∀j:ℕi. (¬((fst([u / v][j])) = x ∈ T))
11. (fst(v[i - 1])) = x ∈ T
12. ¬(i = 0 ∈ ℤ)
13. j : ℕi - 1
⊢ ¬((fst(v[j])) = x ∈ T)
Latex:
Latex:
1.  T  :  Type
2.  eq  :  EqDecider(T)
3.  x  :  T
4.  u  :  T  \mtimes{}  Top
5.  v  :  (T  \mtimes{}  Top)  List
6.  apply-alist(eq;v;x)  \msim{}  ff  supposing  \mneg{}(x  \mmember{}  map(\mlambda{}p.(fst(p));v))
\mwedge{}  (\mforall{}[i:\mBbbN{}||v||]
          (apply-alist(eq;v;x)  \msim{}  inl  (snd(v[i])))  supposing 
                (((fst(v[i]))  =  x)  and 
                (\mforall{}j:\mBbbN{}i.  (\mneg{}((fst(v[j]))  =  x)))))
7.  \mneg{}((fst(u))  =  x)
8.  i  :  \mBbbN{}||v||  +  1
9.  \mforall{}j:\mBbbN{}i.  (\mneg{}((fst([u  /  v][j]))  =  x))
10.  (fst([u  /  v][i]))  =  x
11.  \mneg{}(i  =  0)
\mvdash{}  apply-alist(eq;v;x)  \msim{}  inl  (snd(v[i  -  1]))
By
Latex:
((RWO  "select\_cons\_tl"  (-2)  THENA  Auto)  THEN  BackThruSomeHyp  THEN  Auto)
Home
Index