The Fundamental Theorem of Arithmetic states that every integer greater than 1 is either prime or can be written as a unique product of primes. 'Unique' is the powerful word — there's exactly one prime recipe for each number.
Here's what it means and why mathematicians call it fundamental.
What the theorem says
Every integer n > 1 has a prime factorization, and that factorization is unique apart from the order of factors. So 360 is always 2³ × 3² × 5 — never anything else.
Why uniqueness matters
Uniqueness means primes are the genuine 'atoms' of the integers. It guarantees that GCD, LCM, divisor counts and fraction simplification always give consistent answers.
A glimpse of the proof
Existence comes from repeatedly splitting composites into smaller factors until only primes remain. Uniqueness follows from Euclid's lemma: if a prime divides a product, it divides one of the factors.
Where it shows up
It justifies the methods in the Prime Factorization Calculator, the GCD Calculator and the LCM Calculator — all rely on each number having one definite prime signature.
- Every integer > 1 has a prime factorization.
- That factorization is unique (ignoring order).
- Primes are the building blocks of the integers.
- Uniqueness underpins GCD, LCM and divisor formulas.
Prime Factorization Calculator
See unique factorizations in action.
Open the Prime Factorization CalculatorFrequently asked questions
What is the Fundamental Theorem of Arithmetic?
It states that every integer greater than 1 can be written as a unique product of prime numbers, apart from the order of the factors.
Why is unique factorization important?
It means every number has a single prime 'fingerprint', which makes GCD, LCM and divisor calculations consistent and reliable.
Does the theorem apply to 1?
No. 1 is excluded because it is a unit with no prime factors; the theorem covers integers greater than 1.
Math educators and engineers building free, accurate calculators with step-by-step solutions, visual diagrams and AI insights.
Related articles
LCM vs GCF: What's the Difference? (With Examples)
LCM and GCF are easy to confuse. Learn the difference between the Least Common Multiple and the Greatest Commo…
Prime Factorization Explained: From Factor Trees to Cryptography
What is prime factorization, how do you do it with a factor tree, and why does it matter? A complete, beginner…
What Are Prime Numbers? A Complete Beginner's Guide
A clear beginner's guide to prime numbers: the definition, why 1 isn't prime, how to test for primes, famous p…