Courses / Mathematics I
Arithmetic and Number Theory

Primes and the Fundamental Theorem of Arithmetic

Mathematics I 393 words Free to read

The Atoms of the Integers

A prime is an integer greater than 1 whose only positive divisors are 1 and itself: 2,3,5,7,11,2, 3, 5, 7, 11, \dots. An integer greater than 1 that is not prime is composite — it factors into smaller pieces. The number 11 is neither prime nor composite (by convention, and for good reason — see below). Primes are the multiplicative "atoms" of the integers.

The central result is the Fundamental Theorem of Arithmetic: every integer greater than 1 can be written as a product of primes, and this factorization is unique up to the order of the factors. For example 60=223560 = 2^2 \cdot 3 \cdot 5, and no other set of primes multiplies to 6060. This uniqueness is why primes are the fundamental building blocks — every integer has exactly one "prime fingerprint."

This is also why 11 is excluded from the primes: if 11 were prime, factorizations would no longer be unique (you could insert any number of 11s), breaking the theorem. Definitions in mathematics are chosen to make the important theorems clean.

Two classic facts round out the theory:

Prime factorization underlies the gcd, the lcm, modular arithmetic, and modern cryptography (whose security rests on factoring being hard for large numbers).

Common pitfall: thinking 1 is prime, or that a number needs checking for divisors all the way up to itself. By definition a prime is greater than 1, and 1 is neither prime nor composite. And to test primality you only check divisors up to n\sqrt{n} — any composite nn must have a factor at or below its square root, so finding none there proves nn prime.

A factor tree for 60 branching 60 to 2 and 30, 30 to 2 and 15, 15 to 3 and 5, the accent leaves 2, 2, 3, 5 collected as the unique prime factorization.

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

Primes and the Fundamental Theorem of Arithmetic

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

10practice questions
2interactive scenes
Start Mathematics I free

Arithmetic and Number Theory