HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, the fundamental theorem of arithmetic, also called the unique factorization theorem and prime factorization theorem, states that every
integer An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the languag ...
greater than 1 can be represented uniquely as a product of
prime number A prime number (or a prime) is a natural number greater than 1 that is not a Product (mathematics), product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime ...
s,
up to Two mathematical objects ''a'' and ''b'' are called equal up to an equivalence relation ''R'' * if ''a'' and ''b'' are related by ''R'', that is, * if ''aRb'' holds, that is, * if the equivalence classes of ''a'' and ''b'' with respect to ''R'' ...
the order of the factors. For example, : 1200 = 2^4 \cdot 3^1 \cdot 5^2 = (2 \cdot 2 \cdot 2 \cdot 2) \cdot 3 \cdot (5 \cdot 5) = 5 \cdot 2 \cdot 5 \cdot 2 \cdot 3 \cdot 2 \cdot 2 = \ldots The theorem says two things about this example: first, that 1200 be represented as a product of primes, and second, that no matter how this is done, there will always be exactly four 2s, one 3, two 5s, and no other primes in the product. The requirement that the factors be prime is necessary: factorizations containing
composite number A composite number is a positive integer that can be formed by multiplying two smaller positive integers. Equivalently, it is a positive integer that has at least one divisor In mathematics, a divisor of an integer n, also called a factor ...
s may not be unique (for example, 12 = 2 \cdot 6 = 3 \cdot 4). This theorem is one of the main reasons why 1 is not considered a prime number: if 1 were prime, then factorization into primes would not be unique; for example, 2 = 2 \cdot 1 = 2 \cdot 1 \cdot 1 = \ldots This theorem generalizes to other
algebraic structure In mathematics, an algebraic structure consists of a nonempty set ''A'' (called the underlying set, carrier set or domain), a collection of operations on ''A'' (typically binary operations such as addition and multiplication), and a finite set o ...
s, in particular to
polynomial ring In mathematics, especially in the field of algebra, a polynomial ring or polynomial algebra is a ring (which is also a commutative algebra) formed from the set of polynomials in one or more indeterminates (traditionally also called variables ...
s over a field. These structures are called unique factorization domains.


Euclid's original version

Book VII, propositions 30, 31 and 32, and Book IX, proposition 14 of
Euclid Euclid (; grc-gre, Εὐκλείδης; BC) was an ancient Greek mathematician active as a geometer and logician. Considered the "father of geometry", he is chiefly known for the '' Elements'' treatise, which established the foundations of ...
's '' Elements'' are essentially the statement and proof of the fundamental theorem. (In modern terminology: if a prime ''p'' divides the product ''ab'', then ''p'' divides either ''a'' or ''b'' or both.) Proposition 30 is referred to as Euclid's lemma, and it is the key in the proof of the fundamental theorem of arithmetic. (In modern terminology: every integer greater than one is divided evenly by some prime number.) Proposition 31 is proved directly by
infinite descent In mathematics, a proof by infinite descent, also known as Fermat's method of descent, is a particular kind of proof by contradiction used to show that a statement cannot possibly hold for any number, by showing that if the statement were to hold f ...
. Proposition 32 is derived from proposition 31, and proves that the decomposition is possible. (In modern terminology: a
least common multiple In arithmetic and number theory, the least common multiple, lowest common multiple, or smallest common multiple of two integers ''a'' and ''b'', usually denoted by lcm(''a'', ''b''), is the smallest positive integer that is divisible by ...
of several prime numbers is not a multiple of any other prime number.) Book IX, proposition 14 is derived from Book VII, proposition 30, and proves partially that the decomposition is unique – a point critically noted by
André Weil André Weil (; ; 6 May 1906 – 6 August 1998) was a French mathematician, known for his foundational work in number theory and algebraic geometry. He was a founding member and the ''de facto'' early leader of the mathematical Bourbaki group. Th ...
. Indeed, in this proposition the exponents are all equal to one, so nothing is said for the general case. Article 16 of Gauss' '' Disquisitiones Arithmeticae'' is an early modern statement and proof employing
modular arithmetic In mathematics, modular arithmetic is a system of arithmetic for integers, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to modular arithmetic was developed by Carl Friedrich Gauss in his boo ...
.


Applications


Canonical representation of a positive integer

Every positive integer can be represented in exactly one way as a product of prime powers : n = p_1^p_2^ \cdots p_k^ = \prod_^ p_i^, where are primes and the are positive integers. This representation is commonly extended to all positive integers, including 1, by the convention that the empty product is equal to 1 (the empty product corresponds to ). This representation is called the canonical representation of , or the standard form of ''n''. For example, :999 = 33×37, :1000 = 23×53, :1001 = 7×11×13. Factors may be inserted without changing the value of (for example, ). In fact, any positive integer can be uniquely represented as an
infinite product In mathematics, for a sequence of complex numbers ''a''1, ''a''2, ''a''3, ... the infinite product : \prod_^ a_n = a_1 a_2 a_3 \cdots is defined to be the limit of the partial products ''a''1''a''2...''a'n'' as ''n'' increases without bound. ...
taken over all the positive prime numbers, as :n=2^3^5^7^\cdots=\prod_^\infty p_i^, where a finite number of the are positive integers, and the others are zero. Allowing negative exponents provides a canonical form for positive
rational number In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator and a non-zero denominator . For example, is a rational number, as is every integer (e.g. ). The set of all ra ...
s.


Arithmetic operations

The canonical representations of the product, greatest common divisor (GCD), and
least common multiple In arithmetic and number theory, the least common multiple, lowest common multiple, or smallest common multiple of two integers ''a'' and ''b'', usually denoted by lcm(''a'', ''b''), is the smallest positive integer that is divisible by ...
(LCM) of two numbers ''a'' and ''b'' can be expressed simply in terms of the canonical representations of ''a'' and ''b'' themselves: :\begin a\cdot b & = 2^3^5^7^\cdots && = \prod p_i^,\\ \gcd(a,b) & = 2^3^5^7^\cdots && = \prod p_i^,\\ \operatorname(a,b) & = 2^3^5^7^\cdots && = \prod p_i^. \end However,
integer factorization In number theory, integer factorization is the decomposition of a composite number into a product of smaller integers. If these factors are further restricted to prime numbers, the process is called prime factorization. When the numbers are s ...
, especially of large numbers, is much more difficult than computing products, GCDs, or LCMs. So these formulas have limited use in practice.


Arithmetic functions

Many arithmetic functions are defined using the canonical representation. In particular, the values of additive and multiplicative functions are determined by their values on the powers of prime numbers.


Proof

The proof uses Euclid's lemma (''Elements'' VII, 30): If a prime
divides In mathematics, a divisor of an integer n, also called a factor of n, is an integer m that may be multiplied by some integer to produce n. In this case, one also says that n is a multiple of m. An integer n is divisible or evenly divisible b ...
the product of two integers, then it must divide at least one of these integers.


Existence

It must be shown that every integer greater than is either prime or a product of primes. First, is prime. Then, by strong induction, assume this is true for all numbers greater than and less than . If is prime, there is nothing more to prove. Otherwise, there are integers and , where , and . By the induction hypothesis, and are products of primes. But then is a product of primes.


Uniqueness

Suppose, to the contrary, there is an integer that has two distinct prime factorizations. Let be the least such integer and write , where each and is prime. We see that divides , so divides some by Euclid's lemma. Without loss of generality, say divides . Since and are both prime, it follows that . Returning to our factorizations of , we may cancel these two factors to conclude that . We now have two distinct prime factorizations of some integer strictly smaller than , which contradicts the minimality of .


Uniqueness without Euclid's lemma

The fundamental theorem of arithmetic can also be proved without using Euclid's lemma. The proof that follows is inspired by Euclid's original version of the
Euclidean algorithm In mathematics, the Euclidean algorithm,Some widely used textbooks, such as I. N. Herstein's ''Topics in Algebra'' and Serge Lang's ''Algebra'', use the term "Euclidean algorithm" to refer to Euclidean division or Euclid's algorithm, is an e ...
. Assume that s is the smallest positive integer which is the product of prime numbers in two different ways. Incidentally, this implies that s, if it exists, must be a
composite number A composite number is a positive integer that can be formed by multiplying two smaller positive integers. Equivalently, it is a positive integer that has at least one divisor In mathematics, a divisor of an integer n, also called a factor ...
greater than 1. Now, say : \begin s &=p_1 p_2 \cdots p_m \\ &=q_1 q_2 \cdots q_n. \end Every p_i must be distinct from every q_j. Otherwise, if say p_i=q_j, then there would exist some positive integer t=s/p_i=s/q_j that is smaller than and has two distinct prime factorizations. One may also suppose that p_1 < q_1, by exchanging the two factorizations, if needed. Setting P=p_2\cdots p_m and Q=q_2\cdots q_n, one has s=p_1P=q_1Q. Also, since p_1 < q_1, one has Q < P. It then follows that :s-p_1Q = (q_1-p_1)Q = p_1(P-Q) < s. As the positive integers less than have been supposed to have a unique prime factorization, p_1 must occur in the factorization of either q_1-p_1 or . The latter case is impossible, as , being smaller than , must have a unique prime factorization, and p_1 differs from every q_j. The former case is also impossible, as, if p_1 is a divisor of q_1-p_1, it must be also a divisor of q_1, which is impossible as p_1 and q_1 are distinct primes. Therefore, there cannot exist a smallest integer with more than a single distinct prime factorization. Every positive integer must either be a prime number itself, which would factor uniquely, or a composite that also factors uniquely into primes, or in the case of the integer 1, not factor into any prime.


Generalizations

The first generalization of the theorem is found in Gauss's second monograph (1832) on biquadratic reciprocity. This paper introduced what is now called the ring of Gaussian integers, the set of all
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the fo ...
s ''a'' + ''bi'' where ''a'' and ''b'' are integers. It is now denoted by \mathbb He showed that this ring has the four units ±1 and ±''i'', that the non-zero, non-unit numbers fall into two classes, primes and composites, and that (except for order), the composites have unique factorization as a product of primes. Similarly, in 1844 while working on
cubic reciprocity Cubic reciprocity is a collection of theorems in elementary and algebraic number theory that state conditions under which the congruence ''x''3 ≡ ''p'' (mod ''q'') is solvable; the word "reciprocity" comes from the form o ...
, Eisenstein introduced the ring \mathbb
omega Omega (; capital: Ω, lowercase: ω; Ancient Greek ὦ, later ὦ μέγα, Modern Greek ωμέγα) is the twenty-fourth and final letter in the Greek alphabet. In the Greek numeric system/ isopsephy ( gematria), it has a value of 800. The ...
/math>, where \omega=\frac,   \omega^3=1 is a cube
root of unity In mathematics, a root of unity, occasionally called a de Moivre number, is any complex number that yields 1 when raised to some positive integer power . Roots of unity are used in many branches of mathematics, and are especially important i ...
. This is the ring of
Eisenstein integer In mathematics, the Eisenstein integers (named after Gotthold Eisenstein), occasionally also known as Eulerian integers (after Leonhard Euler), are the complex numbers of the form :z = a + b\omega , where and are integers and :\omega = \f ...
s, and he proved it has the six units \pm 1, \pm\omega, \pm\omega^2 and that it has unique factorization. However, it was also discovered that unique factorization does not always hold. An example is given by \mathbb
sqrt In mathematics, a square root of a number is a number such that ; in other words, a number whose '' square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . ...
/math>. In this ring one has : 6= 2\cdot 3= (1+\sqrt)(1-\sqrt). Examples like this caused the notion of "prime" to be modified. In \mathbb
sqrt In mathematics, a square root of a number is a number such that ; in other words, a number whose '' square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . ...
/math> it can be proven that if any of the factors above can be represented as a product, for example, 2 = ''ab'', then one of ''a'' or ''b'' must be a unit. This is the traditional definition of "prime". It can also be proven that none of these factors obeys Euclid's lemma; for example, 2 divides neither (1 + ) nor (1 − ) even though it divides their product 6. In
algebraic number theory Algebraic number theory is a branch of number theory that uses the techniques of abstract algebra to study the integers, rational numbers, and their generalizations. Number-theoretic questions are expressed in terms of properties of algebraic o ...
2 is called irreducible in \mathbb
sqrt In mathematics, a square root of a number is a number such that ; in other words, a number whose '' square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . ...
/math> (only divisible by itself or a unit) but not
prime A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only ways ...
in \mathbb
sqrt In mathematics, a square root of a number is a number such that ; in other words, a number whose '' square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . ...
/math> (if it divides a product it must divide one of the factors). The mention of \mathbb
sqrt In mathematics, a square root of a number is a number such that ; in other words, a number whose '' square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . ...
/math> is required because 2 is prime and irreducible in \mathbb. Using these definitions it can be proven that in any
integral domain In mathematics, specifically abstract algebra, an integral domain is a nonzero commutative ring in which the product of any two nonzero elements is nonzero. Integral domains are generalizations of the ring of integers and provide a natural s ...
a prime must be irreducible. Euclid's classical lemma can be rephrased as "in the ring of integers \mathbb every irreducible is prime". This is also true in \mathbb /math> and \mathbb
omega Omega (; capital: Ω, lowercase: ω; Ancient Greek ὦ, later ὦ μέγα, Modern Greek ωμέγα) is the twenty-fourth and final letter in the Greek alphabet. In the Greek numeric system/ isopsephy ( gematria), it has a value of 800. The ...
but not in \mathbb
sqrt In mathematics, a square root of a number is a number such that ; in other words, a number whose '' square'' (the result of multiplying the number by itself, or  ⋅ ) is . For example, 4 and −4 are square roots of 16, because . ...
The rings in which factorization into irreducibles is essentially unique are called unique factorization domains. Important examples are
polynomial ring In mathematics, especially in the field of algebra, a polynomial ring or polynomial algebra is a ring (which is also a commutative algebra) formed from the set of polynomials in one or more indeterminates (traditionally also called variables ...
s over the integers or over a field,
Euclidean domain In mathematics, more specifically in ring theory, a Euclidean domain (also called a Euclidean ring) is an integral domain that can be endowed with a Euclidean function which allows a suitable generalization of the Euclidean division of integers ...
s and
principal ideal domain In mathematics, a principal ideal domain, or PID, is an integral domain in which every ideal is principal, i.e., can be generated by a single element. More generally, a principal ideal ring is a nonzero commutative ring whose ideals are principa ...
s. In 1843 Kummer introduced the concept of ideal number, which was developed further by Dedekind (1876) into the modern theory of ideals, special subsets of rings. Multiplication is defined for ideals, and the rings in which they have unique factorization are called Dedekind domains. There is a version of unique factorization for ordinals, though it requires some additional conditions to ensure uniqueness.


See also

* *


Notes


References

The '' Disquisitiones Arithmeticae'' has been translated from Latin into English and German. The German edition includes all of his papers on number theory: all the proofs of quadratic reciprocity, the determination of the sign of the Gauss sum, the investigations into biquadratic reciprocity, and unpublished notes. * * The two monographs Gauss published on biquadratic reciprocity have consecutively numbered sections: the first contains §§ 1–23 and the second §§ 24–76. Footnotes referencing these are of the form "Gauss, BQ, § ''n''". Footnotes referencing the ''Disquisitiones Arithmeticae'' are of the form "Gauss, DA, Art. ''n''". * * These are in Gauss's ''Werke'', Vol II, pp. 65–92 and 93–148; German translations are pp. 511–533 and 534–586 of the German edition of the ''Disquisitiones''. * * * * * . * . * * * *


External links


Why isn’t the fundamental theorem of arithmetic obvious?

GCD and the Fundamental Theorem of Arithmetic
at
cut-the-knot Alexander Bogomolny (January 4, 1948 July 7, 2018) was a Soviet-born Israeli-American mathematician. He was Professor Emeritus of Mathematics at the University of Iowa, and formerly research fellow at the Moscow Institute of Electronics and Math ...
.
PlanetMath: Proof of fundamental theorem of arithmetic


a blog that covers the history of Fermat's Last Theorem from
Diophantus of Alexandria Diophantus of Alexandria ( grc, Διόφαντος ὁ Ἀλεξανδρεύς; born probably sometime between AD 200 and 214; died around the age of 84, probably sometime between AD 284 and 298) was an Alexandrian mathematician, who was the aut ...
to the proof by Andrew Wiles.
"Fundamental Theorem of Arithmetic"
by Hector Zenil, Wolfram Demonstrations Project, 2007. * {{Divisor classes Theorems about prime numbers Articles containing proofs Uniqueness theorems factorization de:Primfaktorzerlegung#Fundamentalsatz der Arithmetik