Step * 2 1 2 of Lemma mul-distributes


1. ∀x,y,z:ℤ.  ((x (y z)) ((x y) (x z)) ∈ ℤ)
2. Base
3. Base
4. Base
5. is-exception((x y) (x z))
6. y ∈ ℤ
7. is-exception(x z)
8. (x y)↓
9. x ∈ ℤ
10. y ∈ ℤ
11. is-exception(x)
⊢ (x y) (x z) ≤ (y z)
BY
TACTIC:(FLemma `exception-not-value` [-1] THEN Auto) }


Latex:


Latex:

1.  \mforall{}x,y,z:\mBbbZ{}.    ((x  *  (y  +  z))  =  ((x  *  y)  +  (x  *  z)))
2.  z  :  Base
3.  y  :  Base
4.  x  :  Base
5.  is-exception((x  *  y)  +  (x  *  z))
6.  x  *  y  \mmember{}  \mBbbZ{}
7.  is-exception(x  *  z)
8.  (x  *  y)\mdownarrow{}
9.  x  \mmember{}  \mBbbZ{}
10.  y  \mmember{}  \mBbbZ{}
11.  is-exception(x)
\mvdash{}  (x  *  y)  +  (x  *  z)  \mleq{}  x  *  (y  +  z)


By


Latex:
TACTIC:(FLemma  `exception-not-value`  [-1]  THEN  Auto)




Home Index