Step * 1 1 1 2 of Lemma l-first_wf

.....falsecase..... 
1. Type
2. T ⟶ 𝔹
3. T
4. ¬↑f[u]
5. List
6. rec-case(v) of
   [] => inr x.Ax) 
   x::xs =>
    r.if f[x] then inl else fi  ∈ (∃x:{T| ((x ∈ v) ∧ (↑f[x]))}) ∨ (∀x∈v.¬↑f[x])
7. rec-case(v) of
   [] => inr x.Ax) 
   h::t =>
    r.if f[h] then inl else fi 
rec-case(v) of
  [] => inr x.Ax) 
  h::t =>
   r.if f[h] then inl else fi 
∈ ((∃x:{T| ((x ∈ v) ∧ (↑f[x]))}) ∨ (∀x∈v.¬↑f[x]))
8. (∀x∈v.¬↑f[x])
9. : ℕ||v|| 1
10. : ↑f[v[i 1]]
11. ¬(i ≤ 0)
⊢ x ∈ False
BY
(With ⌜1⌝ (D (-4))⋅ THEN Auto) }


Latex:


Latex:
.....falsecase..... 
1.  T  :  Type
2.  f  :  T  {}\mrightarrow{}  \mBbbB{}
3.  u  :  T
4.  \mneg{}\muparrow{}f[u]
5.  v  :  T  List
6.  rec-case(v)  of
      []  =>  inr  (\mlambda{}x.Ax) 
      x::xs  =>
        r.if  f[x]  then  inl  x  else  r  fi    \mmember{}  (\mexists{}x:\{T|  ((x  \mmember{}  v)  \mwedge{}  (\muparrow{}f[x]))\})  \mvee{}  (\mforall{}x\mmember{}v.\mneg{}\muparrow{}f[x])
7.  rec-case(v)  of
      []  =>  inr  (\mlambda{}x.Ax) 
      h::t  =>
        r.if  f[h]  then  inl  h  else  r  fi 
=  rec-case(v)  of
    []  =>  inr  (\mlambda{}x.Ax) 
    h::t  =>
      r.if  f[h]  then  inl  h  else  r  fi 
8.  y  :  (\mforall{}x\mmember{}v.\mneg{}\muparrow{}f[x])
9.  i  :  \mBbbN{}||v||  +  1
10.  x  :  \muparrow{}f[v[i  -  1]]
11.  \mneg{}(i  \mleq{}  0)
\mvdash{}  y  i  x  \mmember{}  False


By


Latex:
(With  \mkleeneopen{}i  -  1\mkleeneclose{}  (D  (-4))\mcdot{}  THEN  Auto)




Home Index