Step
*
2
1
1
of Lemma
prime-power-divides-product
.....antecedent..... 
1. p : ℕ
2. prime(p)
3. n : ℤ
4. 0 < n
5. ∀x,y:ℤ.  ((¬(p | x)) 
⇒ (p^n | (x * y)) 
⇒ (p^n | y))
6. x : ℤ
7. ∀y:ℤ. ((¬(p | x)) 
⇒ (p^n | (x * y)) 
⇒ (p^n | y))
8. y : ℤ
9. ¬(p | x)
10. p^(n + 1) | (x * y)
⊢ p^n | (x * y)
BY
{ (D -1 THEN D 0 With ⌜p * c⌝  THEN Auto) }
Latex:
Latex:
.....antecedent..... 
1.  p  :  \mBbbN{}
2.  prime(p)
3.  n  :  \mBbbZ{}
4.  0  <  n
5.  \mforall{}x,y:\mBbbZ{}.    ((\mneg{}(p  |  x))  {}\mRightarrow{}  (p\^{}n  |  (x  *  y))  {}\mRightarrow{}  (p\^{}n  |  y))
6.  x  :  \mBbbZ{}
7.  \mforall{}y:\mBbbZ{}.  ((\mneg{}(p  |  x))  {}\mRightarrow{}  (p\^{}n  |  (x  *  y))  {}\mRightarrow{}  (p\^{}n  |  y))
8.  y  :  \mBbbZ{}
9.  \mneg{}(p  |  x)
10.  p\^{}(n  +  1)  |  (x  *  y)
\mvdash{}  p\^{}n  |  (x  *  y)
By
Latex:
(D  -1  THEN  D  0  With  \mkleeneopen{}p  *  c\mkleeneclose{}    THEN  Auto)
Home
Index