3. Prime Numbers

Prime Factorization Arguments

Prime Factorization Arguments

students, today’s lesson is about a powerful idea in number theory 🔍: using prime factorization to prove statements about whole numbers. Prime numbers are the building blocks of counting numbers, and prime factorization arguments use those building blocks to show why a result must be true.

What you will learn

By the end of this lesson, students, you should be able to:

  • explain what a prime factorization argument is and why it matters,
  • use prime factorization to reason about divisibility and uniqueness,
  • connect prime factorization arguments to prime numbers and the Fundamental Theorem of Arithmetic,
  • recognize how these arguments appear in proofs,
  • use examples to support conclusions in number theory.

A prime factorization argument is a proof method that starts by writing a number as a product of primes, then uses properties of primes to reach a conclusion. This method is especially useful when a direct calculation would be messy or unclear. Think of it like breaking a Lego model into its basic pieces to understand how it was built 🧱.

The building blocks: primes and factorization

A prime number is a whole number greater than $1$ that has exactly two positive divisors: $1$ and itself. Examples include $2$, $3$, $5$, $7$, and $11$. A composite number is a whole number greater than $1$ that is not prime, meaning it can be written as a product of smaller whole numbers.

For example, $18$ is composite because

$$18 = 2 \cdot 3 \cdot 3 = 2 \cdot 3^2.$$

This is called a prime factorization. Every integer greater than $1$ can be written as a product of primes. That fact is part of the Fundamental Theorem of Arithmetic, which says that this factorization is unique except for the order of the factors. So $18$ can be written as $2 \cdot 3^2$, but not as $2^2 \cdot 9$ if $9$ is not prime.

This uniqueness is the key tool behind many prime factorization arguments. If two numbers have the same prime factors in the same powers, then they are the same number. If a prime appears on one side of an equation, we can often use this to force a conclusion.

Why prime factorization arguments work

Prime factorization arguments are based on two important facts:

  1. If a prime number $p$ divides a product $ab$, then $p$ divides $a$ or $p$ divides $b$.
  2. Every integer greater than $1$ has a unique prime factorization.

These facts make primes behave like “indivisible atoms” in arithmetic ✨. When a prime divides a product, that prime must be found inside at least one of the factors.

This idea is often used in proofs by contradiction. In a contradiction proof, we assume the opposite of what we want to prove, then show that the assumption leads to impossible prime factorization behavior.

Example: proving $\sqrt{2}$ is irrational

This is a famous example of prime factorization reasoning.

Assume, for contradiction, that $\sqrt{2}$ is rational. Then we can write

$$\sqrt{2} = \frac{a}{b}$$

where $a$ and $b$ are integers with no common factor other than $1$. Squaring both sides gives

$$2 = \frac{a^2}{b^2}$$

so

$$a^2 = 2b^2.$$

This means $a^2$ is even, so $a$ is even. Write $a = 2k$ for some integer $k$. Then

$$a^2 = 4k^2,$$

and substituting gives

$$4k^2 = 2b^2,$$

so

$$b^2 = 2k^2.$$

That means $b^2$ is even, so $b$ is even too. But then both $a$ and $b$ are divisible by $2$, contradicting the fact that $a/b$ was in lowest terms. The contradiction comes from prime factorization: if $a^2$ has a factor of $2$, then $a$ must also have a factor of $2$. This argument shows $\sqrt{2}$ is irrational.

Using prime factorization to compare numbers

Prime factorization is also useful for comparing numbers, finding greatest common divisors, and determining least common multiples.

For example, let’s compare $12$ and $18$.

$$12 = 2^2 \cdot 3$$

$$18 = 2 \cdot 3^2$$

The greatest common divisor is built from the primes shared by both numbers with the smallest powers:

$$\gcd(12,18) = 2^1 \cdot 3^1 = 6.$$

The least common multiple is built from all primes appearing in either number with the largest powers:

$$\mathrm{lcm}(12,18) = 2^2 \cdot 3^2 = 36.$$

This is a prime factorization argument because it uses the structure of the prime powers to explain why the answer must be what it is.

Example: when a square is divisible by a prime

Suppose a prime $p$ divides $n^2$. Then $p$ must divide $n$. Why?

Write the prime factorization of $n$ as

$$n = p_1^{a_1} p_2^{a_2} \cdots p_k^{a_k}.$$

Then

$$n^2 = p_1^{2a_1} p_2^{2a_2} \cdots p_k^{2a_k}.$$

If $p$ divides $n^2$, then $p$ appears in the prime factorization of $n^2$. Since all exponents in $n^2$ come from doubling the exponents in $n$, the prime $p$ must already appear in $n$. This idea is often used in proofs involving perfect squares and divisibility.

A classic contradiction: proving there are infinitely many primes

Prime factorization arguments help prove one of the most important results in mathematics: there are infinitely many prime numbers. Here is the basic idea from Euclid.

Assume there are only finitely many primes:

$$p_1, p_2, \dots, p_n.$$

Now form the number

$$N = p_1 p_2 \cdots p_n + 1.$$

When you divide $N$ by any prime $p_i$, the product $p_1 p_2 \cdots p_n$ is divisible by $p_i$, so $N$ leaves remainder $1$. That means none of the primes $p_1, p_2, \dots, p_n$ divide $N$.

But every integer greater than $1$ has a prime factorization, so $N$ must have some prime divisor. That prime cannot be any of the supposed list of all primes. This is a contradiction. Therefore, there must be infinitely many primes.

This proof is a perfect example of a prime factorization argument because it depends on the fact that every number must eventually break into prime pieces, and those pieces cannot all be included in a finite list.

How to build your own prime factorization argument

When solving a problem, students, it helps to follow a clear process 🧠:

  1. Factor the numbers involved into primes.
  2. Use divisibility rules for primes. Remember that if a prime divides a product, it divides at least one factor.
  3. Compare exponents in prime factorizations. Many conclusions come from matching powers of the same primes.
  4. Look for contradiction. If an assumption forces a prime to appear in two impossible ways, the assumption is false.
  5. State the conclusion clearly. Explain how the prime factorization led to the result.

Example: showing a number is not a perfect square

Consider $20$. Its prime factorization is

$$20 = 2^2 \cdot 5.$$

A perfect square has all prime exponents even, because squaring doubles every exponent. Since the exponent of $5$ is $1$, which is odd, $20$ is not a perfect square.

This is another standard prime factorization argument. If a number is a square, then its prime factorization must have even exponents only. The factorization reveals the answer immediately.

Example: proving a product is square-free or not

A number is square-free if no prime square divides it. For example, $30 = 2 \cdot 3 \cdot 5$ is square-free because each prime appears only once. But $12 = 2^2 \cdot 3$ is not square-free because $2^2$ divides it.

Prime factorization arguments make this easy to check. Instead of testing many divisors, you only inspect the exponents in the prime factorization.

Conclusion

Prime factorization arguments are a core tool in number theory because they turn difficult questions into questions about prime building blocks. They rely on the Fundamental Theorem of Arithmetic, the divisibility properties of primes, and careful reasoning about prime powers. students, when you see a number theory problem about divisibility, squares, or prime existence, prime factorization is often the best place to start. These arguments connect directly to the study of prime numbers and show why primes are so important in mathematics 🎯.

Study Notes

  • A prime factorization argument uses the prime factorization of numbers to prove a result.
  • The Fundamental Theorem of Arithmetic says every integer greater than $1$ has a unique prime factorization, up to order.
  • If a prime $p$ divides a product $ab$, then $p$ divides $a$ or $p$ divides $b$.
  • Prime factorization arguments often appear in contradiction proofs.
  • To prove there are infinitely many primes, Euclid’s method builds $N = p_1 p_2 \cdots p_n + 1$ and shows it has a prime not in the list.
  • A perfect square has even exponents in its prime factorization.
  • Prime factorizations help find $\gcd$ and $\mathrm{lcm}$.
  • Prime factorization arguments are a central part of reasoning in number theory.

Practice Quiz

5 questions to test your understanding