Step
*
1
of Lemma
prime-mul
.....antecedent..... 
1. x : ℤ
2. y : ℤ
3. prime(x * y)
4. ¬((x * y) = 0 ∈ ℤ)
5. ¬((x * y) ~ 1)
6. ∀a:ℤ. ((a | (x * y)) 
⇒ ((a ~ 1) ∨ (a ~ (x * y))))
⊢ x | (x * y)
BY
{ (D 0 With ⌜y⌝  THEN Auto) }
Latex:
Latex:
.....antecedent..... 
1.  x  :  \mBbbZ{}
2.  y  :  \mBbbZ{}
3.  prime(x  *  y)
4.  \mneg{}((x  *  y)  =  0)
5.  \mneg{}((x  *  y)  \msim{}  1)
6.  \mforall{}a:\mBbbZ{}.  ((a  |  (x  *  y))  {}\mRightarrow{}  ((a  \msim{}  1)  \mvee{}  (a  \msim{}  (x  *  y))))
\mvdash{}  x  |  (x  *  y)
By
Latex:
(D  0  With  \mkleeneopen{}y\mkleeneclose{}    THEN  Auto)
Home
Index