Step * 2 of Lemma mul-minus-2


1. Base
2. Base
3. is-exception(x (-y))
4. x ∈ ℤ
5. is-exception(-y)
6. is-exception(y)
⊢ (-y) ≤ -(x y)
BY
((ExceptionSqequal THEN HypSubst' -1 0)
   THEN (RWO "int-mul-exception" THENA Auto)
   THEN Computation
   THEN RWO "int-mul-exception" 0
   THEN Auto) }


Latex:


Latex:

1.  y  :  Base
2.  x  :  Base
3.  is-exception(x  *  (-y))
4.  x  \mmember{}  \mBbbZ{}
5.  is-exception(-y)
6.  is-exception(y)
\mvdash{}  x  *  (-y)  \mleq{}  -(x  *  y)


By


Latex:
((ExceptionSqequal  6  THEN  HypSubst'  -1  0)
  THEN  (RWO  "int-mul-exception"  0  THENA  Auto)
  THEN  Computation
  THEN  RWO  "int-mul-exception"  0
  THEN  Auto)




Home Index