Step
*
1
1
1
of Lemma
add-wf-partial
1. x : partial(Base)
2. y : partial(Base)
3. partial(Base) ⊆r Base
4. is-exception(x + y)
5. ¬is-exception(x)
6. ¬is-exception(y)
⊢ False
BY
{ TACTIC:(SquashConcl THEN ExceptionCases (-3) THEN Auto) }
Latex:
Latex:
1.  x  :  partial(Base)
2.  y  :  partial(Base)
3.  partial(Base)  \msubseteq{}r  Base
4.  is-exception(x  +  y)
5.  \mneg{}is-exception(x)
6.  \mneg{}is-exception(y)
\mvdash{}  False
By
Latex:
TACTIC:(SquashConcl  THEN  ExceptionCases  (-3)  THEN  Auto)
Home
Index