Step * 2 1 1 of Lemma first-success-is-inl

.....fun wf..... 
1. Type
2. T ⟶ Type
3. x:T ⟶ (A[x]?)
4. T
5. List
6. ∀[j:ℕ||v||]. ∀[a:A[v[j]]].
     (first-success(f;v) (inl <j, a>) ∈ (i:ℕ||v|| × A[v[i]]?)
     ⇐⇒ j < ||v|| ∧ ((f v[j]) (inl a) ∈ (A[v[j]]?)) ∧ (∀x∈firstn(j;v).↑isr(f x)))
7. A[u]
8. (f u) (inl x) ∈ (A[u]?)
9. : ℕ||v|| 1
10. A[[u v][j]]
11. (inl <0, x>(inl <j, a>) ∈ (i:ℕ||v|| 1 × A[[u v][i]]?)
12. i:ℕ||v|| 1 × A[[u v][i]]?
⊢ case of inl(p) => inr(_) => <0, x> case of inl(p) => inr(_) => <0, x> ∈ (i:ℕ||v|| 1 × A[[u v][i]])
BY
TACTIC:(D -1 THEN Reduce THEN Auto) }


Latex:


Latex:
.....fun  wf..... 
1.  T  :  Type
2.  A  :  T  {}\mrightarrow{}  Type
3.  f  :  x:T  {}\mrightarrow{}  (A[x]?)
4.  u  :  T
5.  v  :  T  List
6.  \mforall{}[j:\mBbbN{}||v||].  \mforall{}[a:A[v[j]]].
          (first-success(f;v)  =  (inl  <j,  a>)
          \mLeftarrow{}{}\mRightarrow{}  j  <  ||v||  \mwedge{}  ((f  v[j])  =  (inl  a))  \mwedge{}  (\mforall{}x\mmember{}firstn(j;v).\muparrow{}isr(f  x)))
7.  x  :  A[u]
8.  (f  u)  =  (inl  x)
9.  j  :  \mBbbN{}||v||  +  1
10.  a  :  A[[u  /  v][j]]
11.  (inl  ɘ,  x>)  =  (inl  <j,  a>)
12.  Z  :  i:\mBbbN{}||v||  +  1  \mtimes{}  A[[u  /  v][i]]?
\mvdash{}  case  Z  of  inl(p)  =>  p  |  inr($_{}$)  =>  ɘ,  x>  =  case  Z  of  inl(p)  =>  p  |  inr(\mbackslash{}ff\000C24_{}$)  =>  ɘ,  x>


By


Latex:
TACTIC:(D  -1  THEN  Reduce  0  THEN  Auto)




Home Index