Let $p$ be a prime number.
Let $r_1$, $r_2$ be integers such that $1\leq r_1 < p$ and $1 \leq r_2 < p$.
How to prove that $p \nmid r_1r_2$?
I know one way to prove this. It can be proved by the fact that $p \nmid r_1$ and $p \nmid r_2$ (because $r_1 < p $ and $r_2 < p$) and by Euclid's lemma that says that $p \mid ab \Rightarrow p\mid a\vee p \mid b$.
I'm asking if there is a simpler proof for this that proved this without using this lemma.
Another (related) question:
Let $p$ be a prime number and let $a$ be some integer. I want to prove that $p \mid a^2 \Rightarrow p \mid a$.
I can prove this by proving $p \nmid a \Rightarrow p \nmid a^2$ by: $p \nmid a \Rightarrow a = pq+r $for some $q,r$ integers. Than, $a^2=(pq+r)(pq+r)=p(pq^2+2qr)+r^2$. Now, I can use the proof in my first question to prove that $p \nmid r^2$ and thus $p\nmid a^2$. I want to know if there is a simpler proof to what I prove in question 2.
Intuitively, think of the primes as the smallest building blocks of an integer. Every integer can be factorised into primes... so if $p \nmid a^2$ that means that $p$ does not feature as a "building block" of $a^2$
– Mathmo123 Jun 25 '14 at 21:49