Step
*
1
1
of Lemma
try-is-exception
1. t : Base
2. n : Base
3. B : Base
4. m : Base
5. x : Base
6. n ∈ Atom2
7. m ∈ Atom2
8. exception(m; x) ≤ t
9. ¬(n = m ∈ Atom2)
10. exception(m; x)?n:v.B[v] ≤ t?n:v.B[v]
⊢ exception(m; x) ≤ t?n:v.B[v]
BY
{ RW (AddrC [1] (TagC (mk_tag_term 1))) (-1) }
1
1. t : Base
2. n : Base
3. B : Base
4. m : Base
5. x : 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]
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.  exception(m;  x)?n:v.B[v]  \mleq{}  t?n:v.B[v]
\mvdash{}  exception(m;  x)  \mleq{}  t?n:v.B[v]
By
Latex:
RW  (AddrC  [1]  (TagC  (mk\_tag\_term  1)))  (-1)
Home
Index