Proof:
Lemma (Euclid). Let $p$ be a prime, and let $a, b$ be integers. If $p | ab$ then $p | a$ or $p | b$. Assume $p$ is the smallest prime for which this assertion fails, and let $a$ and $b$ be such that $p | ab$ and $p ∤ a$ and $p ∤ b$. By replacing $a$ and $b$ with their remainders when dividing by $p$, we may assume that $1 ≤ a < p$ and $1≤ b < p$. Then $kp = ab$; clearly, $1 ≤ k < p$. We have $k ≠ 1$ since $p$ is a prime. Let $q$ be a prime divisor of $k$. Then $q | ab$, and so, by the minimality assumption on $p$, we have $q | a$ or $q | b$. Then dividing $q$ into $k$ and into one of $a$ or $b$, we obtain an equation $k ′p = a ′ b ′$ , where $1 ≤ k ′ < k$, $1 ≤ a ′ < p$, and $1 ≤ b ′ < p$. Repeating this step as long as necessary, we arrive at an equation $k ′′p = a ′′b ′′$ with $k ′′ = 1$, $1 ≤ a ′′ < p$, and $1≤ b ′′ < p$. This equation contradicts the primality of $p$, completing the proof.
I have bolded the part that I do not understand. The proof starts with the assumption that $p$ is the smallest prime number for which the lemma does not hold. My question is does that mean then that $q > p$ in this specific proof? Since the prime $q$ can divide $a$ or $b$.
Brooklyn CUNY / Attila Máté
– CopyPasteIt Jul 03 '19 at 13:48