Step
*
2
of Lemma
eq_int-wf-partial
1. x : partial(Base)
2. y : partial(Base)
3. is-exception(if x=y  then tt  else ff)
⊢ False
BY
{ (SquashConcl THEN ExceptionCases (-1) THEN Auto) }
1
1. x : partial(Base)
2. y : partial(Base)
3. is-exception(if x=y  then tt  else ff)
4. x ∈ ℤ
5. y ∈ ℤ
⊢ ↓False
2
1. x : partial(Base)
2. y : partial(Base)
3. is-exception(if x=y  then tt  else ff)
4. x ∈ ℤ
5. is-exception(y)
⊢ ↓False
3
1. x : partial(Base)
2. y : partial(Base)
3. is-exception(if x=y  then tt  else ff)
4. is-exception(x)
⊢ ↓False
Latex:
Latex:
1.  x  :  partial(Base)
2.  y  :  partial(Base)
3.  is-exception(if  x=y    then  tt    else  ff)
\mvdash{}  False
By
Latex:
(SquashConcl  THEN  ExceptionCases  (-1)  THEN  Auto)
Home
Index