Step * of Lemma positive-prime-divides-prime

[p,q:ℕ].  (p q ∈ ℕsupposing ((p q) and prime(q) and prime(p))
BY
(InstLemma `prime-divides-prime` [] THEN RepeatFor (ParallelLast)) }

1
1. ∀p,q:ℤ.  (prime(p)  prime(q)  (p q)  (p q))
2. : ℕ
3. ∀q:ℤ(prime(p)  prime(q)  (p q)  (p q))
4. : ℕ
5. prime(p)
6. prime(q)
7. q
8. q
⊢ q ∈ ℕ


Latex:


Latex:
\mforall{}[p,q:\mBbbN{}].    (p  =  q)  supposing  ((p  |  q)  and  prime(q)  and  prime(p))


By


Latex:
(InstLemma  `prime-divides-prime`  []  THEN  RepeatFor  5  (ParallelLast))




Home Index