Step * 1 2 1 1 2 of Lemma ifthenelse_wf-partial-base


1. Type
2. value-type(T)
3. c1 partial(T)
4. c2 partial(T)
5. Base
6. ¬is-exception(b)
7. Base
8. Base
9. x ∈ partial(T)
10. y ∈ partial(T)
11. b ∈ Top Top
12. y1 Top
13. (inr y1 ) ∈ (Top Top)
⊢ is-exception(y)  (↓False)
BY
TACTIC:(InstLemma `partial-not-exception` [⌜T⌝;⌜y⌝]⋅ THEN Auto) }


Latex:


Latex:

1.  T  :  Type
2.  value-type(T)
3.  c1  :  partial(T)
4.  c2  :  partial(T)
5.  b  :  Base
6.  \mneg{}is-exception(b)
7.  x  :  Base
8.  y  :  Base
9.  x  \mmember{}  partial(T)
10.  y  \mmember{}  partial(T)
11.  b  \mmember{}  Top  +  Top
12.  y1  :  Top
13.  b  =  (inr  y1  )
\mvdash{}  is-exception(y)  {}\mRightarrow{}  (\mdownarrow{}False)


By


Latex:
TACTIC:(InstLemma  `partial-not-exception`  [\mkleeneopen{}T\mkleeneclose{};\mkleeneopen{}y\mkleeneclose{}]\mcdot{}  THEN  Auto)




Home Index