Step * 1 2 of Lemma bnot-wf-partial


1. partial(Base)
2. is-exception(case of inl() => ff inr() => tt)
3. is-exception(b)
⊢ ↓False
BY
TACTIC:(InstLemma `partial-not-exception` [⌜Base⌝;⌜b⌝]⋅ THEN Auto) }


Latex:


Latex:

1.  b  :  partial(Base)
2.  is-exception(case  b  of  inl()  =>  ff  |  inr()  =>  tt)
3.  is-exception(b)
\mvdash{}  \mdownarrow{}False


By


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




Home Index