Euclid's Lemma
Contents |
Theorem
Let $a, b, c \in \Z$.
If $a \backslash b c$, where $a$ and $b$ are relatively prime, then $a \backslash c$.
Proof
Follows directly from Integers are Euclidean Domain.
$\blacksquare$
Alternative Proof
Alternatively we can prove this result directly, without needing to refer to results from abstract algebra.
Let $a, b, c \in \Z$.
$a \perp b$ from the definition of relatively prime.
That is, $\gcd \left\{{a, b}\right\} = 1$.
From Common Divisor Divides Integer Combination, we may write $a x + b y = 1$ for some $x, y \in \Z$.
Upon multiplication by $c$, we see that $c = c \left({a x + b y}\right) = c a x + c b y$.
Since $a \backslash a c$ and $a \backslash b c$, it is clear that $a \backslash \left({c a x + c b y}\right)$.
However, $c a x + c b y = c \left({a x + b y}\right) = c \cdot 1 = c$.
Therefore, $a \backslash c$.
$\blacksquare$
Source of Name
This entry was named for Euclid.
Also see
Sources
- C.R.J. Clapham: Introduction to Abstract Algebra (1969)... (previous)... (next): $\S 3.12$: Theorem $20$
- George E. Andrews: Number Theory (1971): $\S 2.2$: Theorem $2.3$
- Thomas A. Whitelaw: An Introduction to Abstract Algebra (1978)... (previous)... (next): Exercise $2.5$