2022-04-23 13:26:53 +01:00
|
|
|
---
|
2022-09-06 13:26:44 +01:00
|
|
|
categories:
|
2022-04-23 13:26:53 +01:00
|
|
|
- Mathematics
|
2022-09-06 13:26:44 +01:00
|
|
|
tags:
|
|
|
|
- prealgebra
|
|
|
|
- theorems
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
> Every integer greater than one is either a prime number itself or is product
|
|
|
|
> of a unique combination of primes.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
This is also known as the **Unique Factorisation Theorem**.
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
'Unique' means that there is not more than one way to derive the whole number.
|
|
|
|
Once you reduce the factorisation to primes, there can only be one set of
|
|
|
|
numbers that results in the target number.
|
2022-04-23 13:26:53 +01:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
For example, $24$ has the following factors: ${12, 24}$ and $6, 4$ but these are
|
|
|
|
composite numbers. The unique factorisation combination for 24 is $2, 2, 3$.
|