Step
*
2
1
of Lemma
mul-minus-1
1. y : Base
2. x : Base
3. is-exception((-x) * y)
4. -x ∈ ℤ
5. is-exception(y)
6. (-x)↓
7. x ∈ ℤ
8. u : Base
9. v : Base
10. y ~ exception(u; v)
⊢ exception(u; v) ≤ -(exception(u; v))
BY
{ (Computation THEN Auto) }
Latex:
Latex:
1.  y  :  Base
2.  x  :  Base
3.  is-exception((-x)  *  y)
4.  -x  \mmember{}  \mBbbZ{}
5.  is-exception(y)
6.  (-x)\mdownarrow{}
7.  x  \mmember{}  \mBbbZ{}
8.  u  :  Base
9.  v  :  Base
10.  y  \msim{}  exception(u;  v)
\mvdash{}  exception(u;  v)  \mleq{}  -(exception(u;  v))
By
Latex:
(Computation  THEN  Auto)
Home
Index