Step * 1 of Lemma isl-apply-alist


1. [A] Type
2. [T] Type
3. eq EqDecider(T)
4. T
5. (T × A) List
6. apply-alist(eq;L;x) ff supposing ¬(x ∈ map(λp.(fst(p));L))
7. ∀[i:ℕ||L||]
     (apply-alist(eq;L;x) inl (snd(L[i]))) supposing (((fst(L[i])) x ∈ T) and (∀j:ℕi. ((fst(L[j])) x ∈ T))))
8. ∀a,b:T.  Dec(a b ∈ T)
9. (x ∈ map(λp.(fst(p));L))
⊢ (↑isl(apply-alist(eq;L;x)) ⇐⇒ (x ∈ map(λp.(fst(p));L)))
∧ (<x, outl(apply-alist(eq;L;x))> ∈ L) supposing ↑isl(apply-alist(eq;L;x))
BY
Assert ⌜∃i:ℕ||L||. (((fst(L[i])) x ∈ T) ∧ (∀j:ℕi. ((fst(L[j])) x ∈ T))))⌝⋅ }

1
.....assertion..... 
1. [A] Type
2. [T] Type
3. eq EqDecider(T)
4. T
5. (T × A) List
6. apply-alist(eq;L;x) ff supposing ¬(x ∈ map(λp.(fst(p));L))
7. ∀[i:ℕ||L||]
     (apply-alist(eq;L;x) inl (snd(L[i]))) supposing (((fst(L[i])) x ∈ T) and (∀j:ℕi. ((fst(L[j])) x ∈ T))))
8. ∀a,b:T.  Dec(a b ∈ T)
9. (x ∈ map(λp.(fst(p));L))
⊢ ∃i:ℕ||L||. (((fst(L[i])) x ∈ T) ∧ (∀j:ℕi. ((fst(L[j])) x ∈ T))))

2
1. [A] Type
2. [T] Type
3. eq EqDecider(T)
4. T
5. (T × A) List
6. apply-alist(eq;L;x) ff supposing ¬(x ∈ map(λp.(fst(p));L))
7. ∀[i:ℕ||L||]
     (apply-alist(eq;L;x) inl (snd(L[i]))) supposing (((fst(L[i])) x ∈ T) and (∀j:ℕi. ((fst(L[j])) x ∈ T))))
8. ∀a,b:T.  Dec(a b ∈ T)
9. (x ∈ map(λp.(fst(p));L))
10. ∃i:ℕ||L||. (((fst(L[i])) x ∈ T) ∧ (∀j:ℕi. ((fst(L[j])) x ∈ T))))
⊢ (↑isl(apply-alist(eq;L;x)) ⇐⇒ (x ∈ map(λp.(fst(p));L)))
∧ (<x, outl(apply-alist(eq;L;x))> ∈ L) supposing ↑isl(apply-alist(eq;L;x))


Latex:


Latex:

1.  [A]  :  Type
2.  [T]  :  Type
3.  eq  :  EqDecider(T)
4.  x  :  T
5.  L  :  (T  \mtimes{}  A)  List
6.  apply-alist(eq;L;x)  \msim{}  ff  supposing  \mneg{}(x  \mmember{}  map(\mlambda{}p.(fst(p));L))
7.  \mforall{}[i:\mBbbN{}||L||]
          (apply-alist(eq;L;x)  \msim{}  inl  (snd(L[i])))  supposing 
                (((fst(L[i]))  =  x)  and 
                (\mforall{}j:\mBbbN{}i.  (\mneg{}((fst(L[j]))  =  x))))
8.  \mforall{}a,b:T.    Dec(a  =  b)
9.  (x  \mmember{}  map(\mlambda{}p.(fst(p));L))
\mvdash{}  (\muparrow{}isl(apply-alist(eq;L;x))  \mLeftarrow{}{}\mRightarrow{}  (x  \mmember{}  map(\mlambda{}p.(fst(p));L)))
\mwedge{}  (<x,  outl(apply-alist(eq;L;x))>  \mmember{}  L)  supposing  \muparrow{}isl(apply-alist(eq;L;x))


By


Latex:
Assert  \mkleeneopen{}\mexists{}i:\mBbbN{}||L||.  (((fst(L[i]))  =  x)  \mwedge{}  (\mforall{}j:\mBbbN{}i.  (\mneg{}((fst(L[j]))  =  x))))\mkleeneclose{}\mcdot{}




Home Index