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

.....assertion..... 
1. Base
2. Base
3. Base
4. Base
5. Base
6. exception(m; u)
7. t?n:v.B[v] if n=2 m
                 then B[u]
                 else (exception(m; u))
8. (if n=2 m
     then B[u]
     else (exception(m; u)))↓
⊢ (m n) ∧ (if n=2 then B[u] else (exception(m; u)) B[u])
BY
HasValueD (-1) }

1
1. Base
2. Base
3. Base
4. Base
5. Base
6. exception(m; u)
7. t?n:v.B[v] if n=2 m
                 then B[u]
                 else (exception(m; u))
8. (if n=2 m
     then B[u]
     else (exception(m; u)))↓
9. n ∈ Atom2
10. m ∈ Atom2
⊢ (m n) ∧ (if n=2 then B[u] else (exception(m; u)) B[u])


Latex:


Latex:
.....assertion..... 
1.  t  :  Base
2.  n  :  Base
3.  B  :  Base
4.  m  :  Base
5.  u  :  Base
6.  t  \msim{}  exception(m;  u)
7.  t?n:v.B[v]  \msim{}  if  n=2  m
                                  then  B[u]
                                  else  (exception(m;  u))
8.  (if  n=2  m
          then  B[u]
          else  (exception(m;  u)))\mdownarrow{}
\mvdash{}  (m  \msim{}  n)  \mwedge{}  (if  n=2  m  then  B[u]  else  (exception(m;  u))  \msim{}  B[u])


By


Latex:
HasValueD  (-1)




Home Index