Step * 1 1 1 of Lemma try-is-exception


1. Base
2. Base
3. Base
4. Base
5. Base
6. n ∈ Atom2
7. m ∈ Atom2
8. exception(m; x) ≤ t
9. ¬(n m ∈ Atom2)
10. if n=2 m
     then B[x]
     else (exception(m; x)) ≤ t?n:v.B[v]
⊢ exception(m; x) ≤ t?n:v.B[v]
BY
(Reduce -1 THEN Auto) }


Latex:


Latex:

1.  t  :  Base
2.  n  :  Base
3.  B  :  Base
4.  m  :  Base
5.  x  :  Base
6.  n  \mmember{}  Atom2
7.  m  \mmember{}  Atom2
8.  exception(m;  x)  \mleq{}  t
9.  \mneg{}(n  =  m)
10.  if  n=2  m
          then  B[x]
          else  (exception(m;  x))  \mleq{}  t?n:v.B[v]
\mvdash{}  exception(m;  x)  \mleq{}  t?n:v.B[v]


By


Latex:
(Reduce  -1  THEN  Auto)




Home Index