Step * 1 1 1 1 of Lemma has-value-try


1. Base
2. Base
3. Base
4. (if n=2 n
     then t
     else ⊥)↓
5. (t)↓
6. t?n:v.B[v] if n=2 n
                 then t
                 else ⊥
7. n ∈ Atom2
8. n ∈ Atom2
⊢ (t)↓ ∧ (t?n:v.B[v] t)
BY
(Reduce -3 THEN Auto) }


Latex:


Latex:

1.  t  :  Base
2.  n  :  Base
3.  B  :  Base
4.  (if  n=2  n
          then  t
          else  \mbot{})\mdownarrow{}
5.  (t)\mdownarrow{}
6.  t?n:v.B[v]  \msim{}  if  n=2  n
                                  then  t
                                  else  \mbot{}
7.  n  \mmember{}  Atom2
8.  n  \mmember{}  Atom2
\mvdash{}  (t)\mdownarrow{}  \mwedge{}  (t?n:v.B[v]  \msim{}  t)


By


Latex:
(Reduce  -3  THEN  Auto)




Home Index