Step
*
2
4
2
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([u / v][i]))
BY
{ (Subst' i ~ (i - 1) + 1 0 THEN Try (RWO "select_cons_tl_sq" 0) THEN Try (Complete (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))
∧ (∀[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]))
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([u  /  v][i]))
By
Latex:
(Subst'  i  \msim{}  (i  -  1)  +  1  0  THEN  Try  (RWO  "select\_cons\_tl\_sq"  0)  THEN  Try  (Complete  (Auto)))
Home
Index