Prime number explained
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 of writing it as a product, or, involve 5 itself. However, 4 is composite because it is a product (2 × 2) in which both numbers are smaller than 4. Primes are central in number theory because of the fundamental theorem of arithmetic: every natural number greater than 1 is either a prime itself or can be factorized as a product of primes that is unique up to their order.
The property of being prime is called primality. A simple but slow method of checking the primality of a given number
, called
trial division, tests whether
is a multiple of any integer between 2 and
. Faster algorithms include the
Miller–Rabin primality test, which is fast but has a small chance of error, and the
AKS primality test, which always produces the correct answer in polynomial time but is too slow to be practical. Particularly fast methods are available for numbers of special forms, such as
Mersenne numbers. the
largest known prime number is a Mersenne prime with 24,862,048
decimal digits.
There are infinitely many primes, as demonstrated by Euclid around 300 BC. No known simple formula separates prime numbers from composite numbers. However, the distribution of primes within the natural numbers in the large can be statistically modelled. The first result in that direction is the prime number theorem, proven at the end of the 19th century, which says that the probability of a randomly chosen large number being prime is inversely proportional to its number of digits, that is, to its logarithm.
Several historical questions regarding prime numbers are still unsolved. These include Goldbach's conjecture, that every even integer greater than 2 can be expressed as the sum of two primes, and the twin prime conjecture, that there are infinitely many pairs of primes that differ by two. Such questions spurred the development of various branches of number theory, focusing on analytic or algebraic aspects of numbers. Primes are used in several routines in information technology, such as public-key cryptography, which relies on the difficulty of factoring large numbers into their prime factors. In abstract algebra, objects that behave in a generalized way like prime numbers include prime elements and prime ideals.
Definition and examples
See main article: List of prime numbers. A natural number (1, 2, 3, 4, 5, 6, etc.) is called a prime number (or a prime) if it is greater than 1 and cannot be written as the product of two smaller natural numbers. The numbers greater than 1 that are not prime are called composite numbers.[1] In other words,
is prime if
items cannot be divided up into smaller equal-size groups of more than one item,
[2] or if it is not possible to arrange
dots into a rectangular grid that is more than one dot wide and more than one dot high.
[3] For example, among the numbers 1 through 6, the numbers 2, 3, and 5 are the prime numbers,
[4] as there are no other numbers that divide them evenly (without a remainder). 1 is not prime, as it is specifically excluded in the definition. and are both composite.
The divisors of a natural number
are the natural numbers that divide
evenly. Every natural number has both 1 and itself as a divisor. If it has any other divisor, it cannot be prime. This leads to an equivalent definition of prime numbers: they are the numbers with exactly two positive
divisors. Those two are 1 and the number itself. As 1 has only one divisor, itself, it is not prime by this definition.
[5] Yet another way to express the same thing is that a number
is prime if it is greater than one and if none of the numbers
divides
evenly.
[6] The first 25 prime numbers (all the prime numbers less than 100) are:[7]
2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97 .
greater than 2 is prime because any such number can be expressed as the product
. Therefore, every prime number other than 2 is an
odd number, and is called an
odd prime.
[8] Similarly, when written in the usual
decimal system, all prime numbers larger than 5 end in 1, 3, 7, or 9. The numbers that end with other digits are all composite: decimal numbers that end in 0, 2, 4, 6, or 8 are even, and decimal numbers that end in 0 or 5 are divisible by 5.
[9] The set of all primes is sometimes denoted by
(a
boldface capital P)
[10] or by
(a
blackboard bold capital P).
[11] History
The Rhind Mathematical Papyrus, from around 1550 BC, has Egyptian fraction expansions of different forms for prime and composite numbers.[12] However, the earliest surviving records of the study of prime numbers come from the ancient Greek mathematians, who called them (Greek, Ancient (to 1453);: πρῶτος ἀριθμὸς). Euclid's Elements (c. 300 BC) proves the infinitude of primes and the fundamental theorem of arithmetic, and shows how to construct a perfect number from a Mersenne prime.[13] Another Greek invention, the Sieve of Eratosthenes, is still used to construct lists of
Around 1000 AD, the Islamic mathematician Ibn al-Haytham (Alhazen) found Wilson's theorem, characterizing the prime numbers as the numbers
that evenly divide
. He also conjectured that all even perfect numbers come from Euclid's construction using Mersenne primes, but was unable to prove it. Another Islamic mathematician,
Ibn al-Banna' al-Marrakushi, observed that the sieve of Eratosthenes can be sped up by considering only the prime divisors up to the square root of the upper limit.
Fibonacci took the innovations from Islamic mathematics to Europe. His book
Liber Abaci (1202) was the first to describe
trial division for testing primality, again using divisors only up to the square root.
In 1640 Pierre de Fermat stated (without proof) Fermat's little theorem (later proved by Leibniz and Euler).[14] Fermat also investigated the primality of the Fermat numbers
,
[15] and
Marin Mersenne studied the
Mersenne primes, prime numbers of the form
with
itself a prime.
[16] Christian Goldbach formulated
Goldbach's conjecture, that every even number is the sum of two primes, in a 1742 letter to Euler.
[17] Euler proved Alhazen's conjecture (now the
Euclid–Euler theorem) that all even perfect numbers can be constructed from Mersenne primes.
[13] He introduced methods from
mathematical analysis to this area in his proofs of the infinitude of the primes and the
divergence of the sum of the reciprocals of the primes \tfrac{1}{2}+\tfrac{1}{3}+\tfrac{1}{5}+\tfrac{1}{7}+\tfrac{1}{11}+ …
.
[18] At the start of the 19th century, Legendre and Gauss conjectured that as
tends to infinity, the number of primes up to
is
asymptotic to
, where
is the
natural logarithm of
. A weaker consequence of this high density of primes was
Bertrand's postulate, that for every
there is a prime between
and
, proved in 1852 by
Pafnuty Chebyshev.
[19] Ideas of
Bernhard Riemann in his
1859 paper on the zeta-function sketched an outline for proving the conjecture of Legendre and Gauss. Although the closely related
Riemann hypothesis remains unproven, Riemann's outline was completed in 1896 by
Hadamard and
de la Vallée Poussin, and the result is now known as the
prime number theorem.
[20] Another important 19th century result was
Dirichlet's theorem on arithmetic progressions, that certain
arithmetic progressions contain infinitely many primes.
[21] Many mathematicians have worked on primality tests for numbers larger than those where trial division is practicably applicable. Methods that are restricted to specific number forms include Pépin's test for Fermat numbers (1877),[22] Proth's theorem (c. 1878),[23] the Lucas–Lehmer primality test (originated 1856), and the generalized Lucas primality test.
Since 1951 all the largest known primes have been found using these tests on computers. The search for ever larger primes has generated interest outside mathematical circles, through the Great Internet Mersenne Prime Search and other distributed computing projects.[7] [24] The idea that prime numbers had few applications outside of pure mathematics was shattered in the 1970s when public-key cryptography and the RSA cryptosystem were invented, using prime numbers as their basis.[25]
The increased practical importance of computerized primality testing and factorization led to the development of improved methods capable of handling large numbers of unrestricted form.[26] [27] The mathematical theory of prime numbers also moved forward with the Green–Tao theorem (2004) that there are arbitrarily long arithmetic progressions of prime numbers, and Yitang Zhang's 2013 proof that there exist infinitely many prime gaps of bounded size.[28]
Primality of one
Most early Greeks did not even consider 1 to be a number,[29] [30] so they could not consider its primality. A few scholars in the Greek and later Roman tradition, including Nicomachus, Iamblichus, Boethius, and Cassiodorus, also considered the prime numbers to be a subdivision of the odd numbers, so they did not consider 2 to be prime either. However, Euclid and a majority of the other Greek mathematicians considered 2 as prime. The medieval Islamic mathematicians largely followed the Greeks in viewing 1 as not being a number.[29] By the Middle Ages and Renaissance, mathematicians began treating 1 as a number, and some of them included it as the first prime number.[31] In the mid-18th century Christian Goldbach listed 1 as prime in his correspondence with Leonhard Euler; however, Euler himself did not consider 1 to be prime.[32] In the 19th century many mathematicians still considered 1 to be prime, and lists of primes that included 1 continued to be published as recently
If the definition of a prime number were changed to call 1 a prime, many statements involving prime numbers would need to be reworded in a more awkward way. For example, the fundamental theorem of arithmetic would need to be rephrased in terms of factorizations into primes greater than 1, because every number would have multiple factorizations with any number of copies Similarly, the sieve of Eratosthenes would not work correctly if it handled 1 as a prime, because it would eliminate all multiples of 1 (that is, all other numbers) and output only the single number 1. Some other more technical properties of prime numbers also do not hold for the number 1: for instance, the formulas for Euler's totient function or for the sum of divisors function are different for prime numbers than they are for 1.[33] By the early 20th century, mathematicians began to agree that 1 should not be listed as prime, but rather in its own special category as a "unit".
Elementary properties
Unique factorization
See main article: Fundamental theorem of arithmetic.
Writing a number as a product of prime numbers is called a prime factorization of the number. For example:
\begin{align}
50&=2 x 5 x 5\\
&=2 x 52.
\end{align}
The terms in the product are called
prime factors. The same prime factor may occur more than once; this example has two copies of the prime factor
When a prime occurs multiple times,
exponentiation can be used to group together multiple copies of the same prime number: for example, in the second way of writing the product above,
denotes the
square or second power of
The central importance of prime numbers to number theory and mathematics in general stems from the fundamental theorem of arithmetic.[34] This theorem states that every integer larger than 1 can be written as a product of one or more primes. More strongly, this product is unique in the sense that any two prime factorizations of the same number will have the same numbers of copies of the same primes, although their ordering may differ.[35] So, although there are many different ways of finding a factorization using an integer factorization algorithm, they all must produce the same result. Primes can thus be considered the "basic building blocks" of the natural numbers.[36]
Some proofs of the uniqueness of prime factorizations are based on Euclid's lemma: If
is a prime number and
divides a product
of integers
and
then
divides
or
divides
(or both).
[37] Conversely, if a number
has the property that when it divides a product it always divides at least one factor of the product, then
must be prime.
[38] Infinitude
See main article: Euclid's theorem. There are infinitely many prime numbers. Another way of saying this is that the sequence
2, 3, 5, 7, 11, 13, ...
of prime numbers never ends. This statement is referred to as Euclid's theorem in honor of the ancient Greek mathematician Euclid, since the first known proof for this statement is attributed to him. Many more proofs of the infinitude of primes are known, including an analytical proof by Euler, Goldbach's proof based on Fermat numbers,[39] Furstenberg's proof using general topology,[40] and Kummer's elegant proof.[41]
Euclid's proof[42] shows that every finite list of primes is incomplete. The key idea is to multiply together the primes in any given list and add
If the list consists of the primes
this gives the number
By the fundamental theorem,
has a prime factorization
with one or more prime factors.
is evenly divisible by each of these factors, but
has a remainder of one when divided by any of the prime numbers in the given list, so none of the prime factors of
can be in the given list. Because there is no finite list of all the primes, there must be infinitely many primes.
The numbers formed by adding one to the products of the smallest primes are called Euclid numbers.[43] The first five of them are prime, but the sixth,
1+(2 ⋅ 3 ⋅ 5 ⋅ 7 ⋅ 11 ⋅ 13)=30031=59 ⋅ 509,
is a composite number.
Formulas for primes
See main article: Formula for primes.
There is no known efficient formula for primes. For example, there is no non-constant polynomial, even in several variables, that takes only prime values. However, there are numerous expressions that do encode all primes, or only primes. One possible formula is based on Wilson's theorem and generates the number 2 many times and all other primes exactly once.[44] There is also a set of Diophantine equations in nine variables and one parameter with the following property: the parameter is prime if and only if the resulting system of equations has a solution over the natural numbers. This can be used to obtain a single formula with the property that all its positive values are prime.[45]
Other examples of prime-generating formulas come from Mills' theorem and a theorem of Wright. These assert that there are real constants
and
such that
\left\lfloor
\right\rfloorand\left\lfloor
\right\rfloor
are prime for any natural number
in the first formula, and any number of exponents in the second formula.
[46] Here
represents the
floor function, the largest integer less than or equal to the number in question. However, these are not useful for generating primes, as the primes must be generated first in order to compute the values of
or
[45] Open questions
Many conjectures revolving about primes have been posed. Often having an elementary formulation, many of these conjectures have withstood proof for decades: all four of Landau's problems from 1912 are still unsolved.[47] One of them is Goldbach's conjecture, which asserts that every even integer
greater than 2 can be written as a sum of two primes.
[48], this conjecture has been verified for all numbers up to
[49] Weaker statements than this have been proven, for example,
Vinogradov's theorem says that every sufficiently large odd integer can be written as a sum of three primes.
[50] Chen's theorem says that every sufficiently large even number can be expressed as the sum of a prime and a
semiprime (the product of two primes).
[51] Also, any even integer greater than 10 can be written as the sum of six primes.
[52] The branch of number theory studying such questions is called
additive number theory.
[53] Another type of problem concerns prime gaps, the differences between consecutive primes.The existence of arbitrarily large prime gaps can be seen by noting that the sequence
consists of
composite numbers, for any natural number
[54] However, large prime gaps occur much earlier than this argument shows. For example, the first prime gap of length 8 is between the primes 89 and 97,
[55] much smaller than
It is conjectured that there are infinitely many
twin primes, pairs of primes with difference 2; this is the twin prime conjecture.
Polignac's conjecture states more generally that for every positive integer
there are infinitely many pairs of consecutive primes that differ by
[56] Andrica's conjecture,
[56] Brocard's conjecture,
[57] Legendre's conjecture,
[58] and
Oppermann's conjecture[57] all suggest that the largest gaps between primes from
to
should be at most approximately
a result that is known to follow from the Riemann hypothesis, while the much stronger
Cramér conjecture sets the largest gap size at
[56] Prime gaps can be generalized to
prime
-tuples, patterns in the differences among more than two prime numbers. Their infinitude and density are the subject of the
first Hardy–Littlewood conjecture, which can be motivated by the
heuristic that the prime numbers behave similarly to a random sequence of numbers with density given by the prime number theorem.
[59] Analytic properties
Analytic number theory studies number theory through the lens of continuous functions, limits, infinite series, and the related mathematics of the infinite and infinitesimal.
This area of study began with Leonhard Euler and his first major result, the solution to the Basel problem.The problem asked for the value of the infinite sum
1+\tfrac{1}{4}+\tfrac{1}{9}+\tfrac{1}{16}+...,
which today can be recognized as the value
of the
Riemann zeta function. This function is closely connected to the prime numbers and to one of the most significant unsolved problems in mathematics, the
Riemann hypothesis. Euler showed that
.
[60] The reciprocal of this number,
, is the limiting probability that two random numbers selected uniformly from a large range are
relatively prime (have no factors in common).
[61] The distribution of primes in the large, such as the question how many primes are smaller than a given, large threshold, is described by the prime number theorem, but no efficient formula for the
-th prime is known. Dirichlet's theorem on arithmetic progressions, in its basic form, asserts that linear polynomials
with relatively prime integers
and
take infinitely many prime values. Stronger forms of the theorem state that the sum of the reciprocals of these prime values diverges, and that different linear polynomials with the same
have approximately the same proportions of primes.Although conjectures have been formulated about the proportions of primes in higher-degree polynomials, they remain unproven, and it is unknown whether there exists a quadratic polynomial that (for integer arguments) is prime infinitely often.
Analytical proof of Euclid's theorem
Euler's proof that there are infinitely many primes considers the sums of reciprocals of primes,
, there exists a prime
for which this sum is bigger than
.
[62] This shows that there are infinitely many primes, because if there were finitely many primes the sum would reach its maximum value at the biggest prime rather than growing past every
.The growth rate of this sum is described more precisely by
Mertens' second theorem.
[63] For comparison, the sum
does not grow to infinity as
goes to infinity (see the
Basel problem). In this sense, prime numbers occur more often than squares of natural numbers,although both sets are infinite.
[64] Brun's theorem states that the sum of the reciprocals of
twin primes,
} \right) + \left(\right) + \left(\right) + \cdots, is finite. Because of Brun's theorem, it is not possible to use Euler's method to solve the twin prime conjecture, that there exist infinitely many twin primes.
[64] Number of primes below a given bound
is defined as the number of primes not greater than
.
[65] For example,
, since there are five primes less than or equal to 11. Methods such as the
Meissel–Lehmer algorithm can compute exact values of
faster than it would be possible to list each prime up to
.
[66] The
prime number theorem states that
is asymptotic to
, which is denoted as
and means that the ratio of
to the right-hand fraction
approaches 1 as
grows to infinity.
[67] This implies that the likelihood that a randomly chosen number less than
is prime is (approximately) inversely proportional to the number of digits It also implies that the
th prime number is proportional to
[68] and therefore that the average size of a prime gap is proportional to
.
[69] A more accurate estimate for
is given by the offset logarithmic integral
[67] \pi(n)\sim\operatorname{Li}(n)=
.
Arithmetic progressions
See main article: Dirichlet's theorem on arithmetic progressions and Green–Tao theorem. An arithmetic progression is a finite or infinite sequence of numbers such that consecutive numbers in the sequence all have the same difference.[70] This difference is called the modulus of the progression.[71] For example,
3, 12, 21, 30, 39, ...,is an infinite arithmetic progression with modulus 9. In an arithmetic progression, all the numbers have the same remainder when divided by the modulus; in this example, the remainder is 3. Because both the modulus 9 and the remainder 3 are multiples of 3, so is every element in the sequence. Therefore, this progression contains only one prime number, 3 itself. In general, the infinite progression
can have more than one prime only when its remainder
and modulus
are relatively prime. If they are relatively prime,
Dirichlet's theorem on arithmetic progressions asserts that the progression contains infinitely many primes.
[72] The
Green–Tao theorem shows that there are arbitrarily long finite arithmetic progressions consisting only of primes.
[28] [73] Prime values of quadratic polynomials
Euler noted that the function
yields prime numbers for
, although composite numbers appear among its later values.
[74] [75] The search for an explanation for this phenomenon led to the deep
algebraic number theory of
Heegner numbers and the
class number problem.
[76] The Hardy–Littlewood conjecture F predicts the density of primes among the values of
quadratic polynomials with integer
coefficients in terms of the logarithmic integral and the polynomial coefficients. No quadratic polynomial has been proven to take infinitely many prime values.
[77] The Ulam spiral arranges the natural numbers in a two-dimensional grid, spiraling in concentric squares surrounding the origin with the prime numbers highlighted. Visually, the primes appear to cluster on certain diagonals and not others, suggesting that some quadratic polynomials take prime values more often than others.[77]
Zeta function and the Riemann hypothesis
are located.This function is an
analytic function on the
complex numbers. For complex numbers
with real part greater than one it equals both an
infinite sum over all integers, and an
infinite product over the prime numbers,
This equality between a sum and a product, discovered by Euler, is called an
Euler product.
[78] The Euler product can be derived from the fundamental theorem of arithmetic, and shows the close connection between the zeta function and the prime numbers.
[79] It leads to another proof that there are infinitely many primes: if there were only finitely many,then the sum-product equality would also be valid at
, but the sum would diverge (it is the
harmonic series 1+\tfrac{1}{2}+\tfrac{1}{3}+...
) while the product would be finite, a contradiction.
[80] The Riemann hypothesis states that the zeros of the zeta-function are all either negative even numbers, or complex numbers with real part equal to 1/2.[81] The original proof of the prime number theorem was based on a weak form of this hypothesis, that there are no zeros with real part equal to 1,[82] [83] although other more elementary proofs have been found.[84] The prime-counting function can be expressed by Riemann's explicit formula as a sum in which each term comes from one of the zeros of the zeta function; the main term of this sum is the logarithmic integral, and the remaining terms cause the sum to fluctuate above and below the main term.[85] In this sense, the zeros control how regularly the prime numbers are distributed. If the Riemann hypothesis is true, these fluctuations will be small, and theasymptotic distribution of primes given by the prime number theorem will also hold over much shorter intervals (of length about the square root of
for intervals near a number
).
[83] Abstract algebra
Modular arithmetic and finite fields
See main article: Modular arithmetic. Modular arithmetic modifies usual arithmetic by only using the numbers
, for a natural number
called the modulus.Any other natural number can be mapped into this system by replacing it by its remainder after division by
.
[86] Modular sums, differences and products are calculated by performing the same replacement by the remainderon the result of the usual sum, difference, or product of integers.
[87] Equality of integers corresponds to
congruence in modular arithmetic:
and
are congruent (written
mod
) when they have the same remainder after division by
.
[88] However, in this system of numbers,
division by all nonzero numbers is possible if and only if the modulus is prime. For instance, with the prime number
as modulus, division by
is possible:
, because
clearing denominators by multiplying both sides by
gives the valid formula
. However, with the composite modulus
, division by
is impossible. There is no valid solution to
: clearing denominators by multiplying by
causes the left-hand side to become
while the right-hand side becomes either
or
.In the terminology of
abstract algebra, the ability to perform division means that modular arithmetic modulo a prime number forms a
field or, more specifically, a
finite field, while other moduli only give a
ring but not a field.
[89] Several theorems about primes can be formulated using modular arithmetic. For instance, Fermat's little theorem states that if
(mod
), then
(mod
).
[90] Summing this over all choices of
gives the equation
ap-1\equiv(p-1) ⋅ 1\equiv-1\pmodp,
valid whenever
is prime.
Giuga's conjecture says that this equation is also a sufficient condition for
to be prime.
[91] Wilson's theorem says that an integer
is prime if and only if the
factorial
is congruent to
mod
. For a composite this cannot hold, since one of its factors divides both and
, and so
is impossible.
[92] p-adic numbers
of an integer
is the number of copies of
in the prime factorization of
. The same concept can be extended from integers to rational numbers by defining the
-adic order of a fraction
to be
. The
-adic absolute value
of any rational number
is then defined as
. Multiplying an integer by its
-adic absolute value cancels out the factors of
in its factorization, leaving only the other primes. Just as the distance between two real numbers can be measured by the absolute value of their distance, the distance between two rational numbers can be measured by their
-adic distance, the
-adic absolute value of their difference. For this definition of distance, two numbers are close together (they have a small distance) when their difference is divisible by a high power of
. In the same way that the real numbers can be formed from the rational numbers and their distances, by adding extra limiting values to form a
complete field, the rational numbers with the
-adic distance can be extended to a different complete field, the
-adic numbers.
[93] This picture of an order, absolute value, and complete field derived from them can be generalized to algebraic number fields and their valuations (certain mappings from the multiplicative group of the field to a totally ordered additive group, also called orders), absolute values (certain multiplicative mappings from the field to the real numbers, also called norms),[94] and places (extensions to complete fields in which the given field is a dense set, also called completions).[95] The extension from the rational numbers to the real numbers, for instance, is a place in which the distance between numbers is the usual absolute value of their difference. The corresponding mapping to an additive group would be the logarithm of the absolute value, although this does not meet all the requirements of a valuation. According to Ostrowski's theorem, up to a natural notion of equivalence, the real numbers and
-adic numbers, with their orders and absolute values, are the only valuations, absolute values, and places on the rational numbers.
[94] The local-global principle allows certain problems over the rational numbers to be solved by piecing together solutions from each of their places, again underlining the importance of primes to number theory.
[96] Prime elements in rings
See main article: Prime element and Irreducible element. A commutative ring is an algebraic structure where addition, subtraction and multiplication are defined. The integers are a ring, and the prime numbers in the integers have been generalized to rings in two different ways, prime elements and irreducible elements. An element
of a ring
is called prime if it is nonzero, has no
multiplicative inverse (that is, it is not a
unit), and satisfies the following requirement: whenever
divides the product
of two elements of
, it also divides at least one of
or
. An element is irreducible if it is neither a unit nor the product of two other non-unit elements. In the ring of integers, the prime and irreducible elements form the same set,
\{...,-11,-7,-5,-3,-2,2,3,5,7,11,...\}.
In an arbitrary ring, all prime elements are irreducible. The converse does not hold in general, but does hold for
unique factorization domains.
[97] The fundamental theorem of arithmetic continues to hold (by definition) in unique factorization domains. An example of such a domain is the Gaussian integers
, the ring of
complex numbers of the form
where
denotes the
imaginary unit and
and
are arbitrary integers. Its prime elements are known as Gaussian primes. Not every number that is prime among the integers remains prime in the Gaussian integers; for instance, the number 2 can be written as a product of the two Gaussian primes
and
. Rational primes (the prime elements in the integers) congruent to 3 mod 4 are Gaussian primes, but rational primes congruent to 1 mod 4 are not.
[98] This is a consequence of
Fermat's theorem on sums of two squares,which states that an odd prime
is expressible as the sum of two squares,
, and therefore factorable as
, exactly when
is 1 mod 4.
[99] Prime ideals
See main article: Prime ideals. Not every ring is a unique factorization domain. For instance, in the ring of numbers
(for integers
and
) the number
has two factorizations
21=3 ⋅ 7=(1+2\sqrt{-5})(1-2\sqrt{-5})
, where neither of the four factors can be reduced any further, so it does not have a unique factorization. In order to extend unique factorization to a larger class of rings, the notion of a number can be replaced with that of an
ideal, a subset of the elements of a ring that contains all sums of pairs of its elements, and all products of its elements with ring elements.
Prime ideals, which generalize prime elements in the sense that the
principal ideal generated by a prime element is a prime ideal, are an important tool and object of study in
commutative algebra,
algebraic number theory and
algebraic geometry. The prime ideals of the ring of integers are the ideals (0), (2), (3), (5), (7), (11), ... The fundamental theorem of arithmetic generalizes to the
Lasker–Noether theorem, which expresses every ideal in a
Noetherian commutative ring as an intersection of
primary ideals, which are the appropriate generalizations of
prime powers.
[100] The spectrum of a ring is a geometric space whose points are the prime ideals of the ring.[101] Arithmetic geometry also benefits from this notion, and many concepts exist in both geometry and number theory. For example, factorization or ramification of prime ideals when lifted to an extension field, a basic problem of algebraic number theory, bears some resemblance with ramification in geometry. These concepts can even assist with in number-theoretic questions solely concerned with integers. For example, prime ideals in the ring of integers of quadratic number fields can be used in proving quadratic reciprocity, a statement that concerns the existence of square roots modulo integer prime numbers.[102] Early attempts to prove Fermat's Last Theorem led to Kummer's introduction of regular primes, integer prime numbers connected with the failure of unique factorization in the cyclotomic integers.[103] The question of how many integer prime numbers factor into a product of multiple prime ideals in an algebraic number field is addressed by Chebotarev's density theorem, which (when applied to the cyclotomic integers) has Dirichlet's theorem on primes in arithmetic progressions as a special case.[104]
Group theory
In the theory of finite groups the Sylow theorems imply that, if a power of a prime number
divides the
order of a group, then the group has a subgroup of order
. By
Lagrange's theorem, any group of prime order is a
cyclic group,and by
Burnside's theorem any group whose order is divisible by only two primes is
solvable.
[105] Computational methods
For a long time, number theory in general, and the study of prime numbers in particular, was seen as the canonical example of pure mathematics, with no applications outside of mathematics other than the use of prime numbered gear teeth to distribute wear evenly.[106] In particular, number theorists such as British mathematician G. H. Hardy prided themselves on doing work that had absolutely no military significance.[107]
This vision of the purity of number theory was shattered in the 1970s, when it was publicly announced that prime numbers could be used as the basis for the creation of public-key cryptography algorithms.[25] These applications have led to significant study of algorithms for computing with prime numbers, and in particular of primality testing, methods for determining whether a given number is prime.The most basic primality testing routine, trial division, is too slow to be useful for large numbers. One group of modern primality tests is applicable to arbitrary numbers, while more efficient tests are available for numbers of special types. Most primality tests only tell whether their argument is prime or not. Routines that also provide a prime factor of composite arguments (or all of its prime factors) are called factorization algorithms.Prime numbers are also used in computing for checksums, hash tables, and pseudorandom number generators.
Trial division
See main article: Trial division. The most basic method of checking the primality of a given integer
is called
trial division. This method divides
by each integer from 2 up to the
square root of
. Any such integer dividing
evenly establishes
as composite; otherwise it is prime.Integers larger than the square root do not need to be checked because, whenever
, one of the two factors
and
is less than or equal to the
square root of
. Another optimization is to check only primes as factors in this range.
[108] For instance, to check whether 37 is prime, this method divides it by the primes in the range from 2 to
, which are 2, 3, and 5. Each division produces a nonzero remainder, so 37 is indeed prime.
Although this method is simple to describe, it is impractical for testing the primality of large integers, because the number of tests that it performs grows exponentially as a function of the number of digits of these integers.[109] However, trial division is still used, with a smaller limit than the square root on the divisor size, to quickly discover composite numbers with small factors, before using more complicated methods on the numbers that pass this filter.[110]
Sieves
See main article: Sieve of Eratosthenes. Before computers, mathematical tables listing all of the primes or prime factorizations up to a given limit were commonly printed.[111] The oldest known method for generating a list of primes is called the sieve of Eratosthenes.[112] The animation shows an optimized variant of this method.[113] Another more asymptotically efficient sieving method for the same problem is the sieve of Atkin.[114] In advanced mathematics, sieve theory applies similar methods to other problems.[115]
Primality testing versus primality proving
Some of the fastest modern tests for whether an arbitrary given number
is prime are
probabilistic (or
Monte Carlo) algorithms, meaning that they have a small random chance of producing an incorrect answer.
[116] For instance the
Solovay–Strassen primality test on a given number
chooses a number
randomly from
through
and uses
modular exponentiation to checkwhether
is divisible by
. If so, it answers yes and otherwise it answers no. If
really is prime, it will always answer yes, but if
is composite then it answers yes with probability at most 1/2 and no with probability at least 1/2.If this test is repeated
times on the same number,the probability that a composite number could pass the test every time is at most
. Because this decreases exponentially with the number of tests, it provides high confidence (although not certainty) that a number that passes the repeated test is prime. On the other hand, if the test ever fails, then the number is certainly composite.
[117] A composite number that passes such a test is called a
pseudoprime.
[118] In contrast, some other algorithms guarantee that their answer will always be correct: primes will always be determined to be prime and composites will always be determined to be composite.For instance, this is true of trial division.The algorithms with guaranteed-correct output include both deterministic (non-random) algorithms, such as the AKS primality test,[119] and randomized Las Vegas algorithms where the random choices made by the algorithm do not affect its final answer, such as some variations of elliptic curve primality proving.[116] When the elliptic curve method concludes that a number is prime, it provides primality certificate that can be verified quickly.The elliptic curve primality test is the fastest in practice of the guaranteed-correct primality tests, but its runtime analysis is based on heuristic arguments rather than rigorous proofs. The AKS primality test has mathematically proven time complexity, but is slower than elliptic curve primality proving in practice. These methods can be used to generate large random prime numbers, by generating and testing random numbers until finding one that is prime;when doing this, a faster probabilistic test can quickly eliminate most composite numbers before a guaranteed-correct algorithm is used to verify that the remaining numbers are prime.
The following table lists some of these tests. Their running time is given in terms of
, the number to be tested and, for probabilistic algorithms, the number
of tests performed. Moreover,
is an arbitrarily small positive number, and log is the
logarithm to an unspecified base. The
big O notation means that each time bound should be multiplied by a
constant factor to convert it from dimensionless units to units of time; this factor depends on implementation details such as the type of computer used to run the algorithm, but not on the input parameters
and
.
Special-purpose algorithms and the largest known prime
In addition to the aforementioned tests that apply to any natural number, some numbers of a special form can be tested for primality more quickly.For example, the Lucas–Lehmer primality test can determine whether a Mersenne number (one less than a power of two) is prime, deterministically,in the same time as a single iteration of the Miller–Rabin test.[125] This is why since 1992 the largest known prime has always been a Mersenne prime.[126] It is conjectured that there are infinitely many Mersenne primes.[127]
The following table gives the largest known primes of various types. Some of these primes have been found using distributed computing. In 2009, the Great Internet Mersenne Prime Search project was awarded a US$100,000 prize for first discovering a prime with at least 10 million digits.[128] The Electronic Frontier Foundation also offers $150,000 and $250,000 for primes with at least 100 million digits and 1 billion digits, respectively.[129]
Type | Prime | Number of decimal digits | Date | Found by |
---|
Mersenne prime | 282,589,933 − 1 | 24,862,048 | December 7, 2018[130] | Patrick Laroche, Great Internet Mersenne Prime Search |
Proth prime | 10,223 × 231,172,165 + 1 | 9,383,761 | October 31, 2016[131] | Péter Szabolcs, PrimeGrid[132] |
factorial prime | 208,003! − 1 | 1,015,843 | July 2016 | Sou Fukui[133] |
primorial prime | 1,098,133# − 1 | 476,311 | March 2012 | James P. Burt, PrimeGrid[134] |
twin primes | 2,996,863,034,895 × 21,290,000 ± 1 | 388,342 | September 2016 | Tom Greer, PrimeGrid[135] | |
Integer factorization
See main article: Integer factorization. Given a composite integer
, the task of providing one (or all) prime factors is referred to as
factorization of
. It is significantly more difficult than primality testing,
[136] and although many factorization algorithms are known, they are slower than the fastest primality testing methods. Trial division and
Pollard's rho algorithm can be used to find very small factors of
,
[110] and
elliptic curve factorization can be effective when
has factors of moderate size.
[137] Methods suitable for arbitrary large numbers that do not depend on the size of its factors include the
quadratic sieve and
general number field sieve. As with primality testing, there are also factorization algorithms that require their input to have a special form, including the
special number field sieve.
[138] the
largest number known to have been factored by a general-purpose algorithm is RSA-240, which has 240 decimal digits (795 bits) and is the product of two large primes.
[139] Shor's algorithm can factor any integer in a polynomial number of steps on a quantum computer.[140] However, current technology can only run this algorithm for very small numbers. the largest number that has been factored by a quantum computer running Shor's algorithm is 21.[141]
Other computational applications
Several public-key cryptography algorithms, such as RSA and the Diffie–Hellman key exchange, are based on large prime numbers (2048-bit primes are common).[142] RSA relies on the assumption that it is much easier (that is, more efficient) to perform the multiplication of two (large) numbers
and
than to calculate
and
(assumed
coprime) if only the product
is known.
[25] The Diffie–Hellman key exchange relies on the fact that there are efficient algorithms for
modular exponentiation (computing
), while the reverse operation (the
discrete logarithm) is thought to be a hard problem.
[143] Prime numbers are frequently used for hash tables. For instance the original method of Carter and Wegman for universal hashing was based on computing hash functions by choosing random linear functions modulo large prime numbers. Carter and Wegman generalized this method to
-independent hashing by using higher-degree polynomials, again modulo large primes.[144] As well as in the hash function, prime numbers are used for the hash table size in quadratic probing based hash tables to ensure that the probe sequence covers the whole table.[145]
Some checksum methods are based on the mathematics of prime numbers. For instance the checksums used in International Standard Book Numbers are defined by taking the rest of the number modulo 11, a prime number. Because 11 is prime this method can detect both single-digit errors and transpositions of adjacent digits.[146] Another checksum method, Adler-32, uses arithmetic modulo 65521, the largest prime number less than
.
[147] Prime numbers are also used in
pseudorandom number generators including
linear congruential generators
[148] and the
Mersenne Twister.
[149] Other applications
Prime numbers are of central importance to number theory but also have many applications to other areas within mathematics, including abstract algebra and elementary geometry. For example, it is possible to place prime numbers of points in a two-dimensional grid so that no three are in a line, or so that every triangle formed by three of the points has large area.[150] Another example is Eisenstein's criterion, a test for whether a polynomial is irreducible based on divisibility of its coefficients by a prime number and its square.[151]
The concept of a prime number is so important that it has been generalized in different ways in various branches of mathematics. Generally, "prime" indicates minimality or indecomposability, in an appropriate sense. For example, the prime field of a given field is its smallest subfield that contains both 0 and 1. It is either the field of rational numbers or a finite field with a prime number of elements, whence the name.[152] Often a second, additional meaning is intended by using the word prime, namely that any object can be, essentially uniquely, decomposed into its prime components. For example, in knot theory, a prime knot is a knot that is indecomposable in the sense that it cannot be written as the connected sum of two nontrivial knots. Any knot can be uniquely expressed as a connected sum of prime knots.[153] The prime decomposition of 3-manifolds is another example of this type.[154]
Beyond mathematics and computing, prime numbers have potential connections to quantum mechanics, and have been used metaphorically in the arts and literature. They have also been used in evolutionary biology to explain the life cycles of cicadas.
Constructible polygons and polygon partitions
Fermat primes are primes of the form
with
a
nonnegative integer.
[155] They are named after
Pierre de Fermat, who conjectured that all such numbers are prime. The first five of these numbers – 3, 5, 17, 257, and 65,537 – are prime,
[156] but
is composite and so are all other Fermat numbers that have been verified as of 2017.
[157] A
regular
-gon is
constructible using straightedge and compass if and only if the odd prime factors of
(if any) are distinct Fermat primes.
[156] Likewise, a regular
-gon may be constructed using straightedge, compass, and an
angle trisector if and only if the prime factors of
are any number of copies of 2 or 3 together with a (possibly empty) set of distinct
Pierpont primes, primes of the form
.
[158] It is possible to partition any convex polygon into
smaller convex polygons of equal area and equal perimeter, when
is a
power of a prime number, but this is not known for other values of
.
[159] Quantum mechanics
Beginning with the work of Hugh Montgomery and Freeman Dyson in the 1970s, mathematicians and physicists have speculated that the zeros of the Riemann zeta function are connected to the energy levels of quantum systems.[160] [161] Prime numbers are also significant in quantum information science, thanks to mathematical structures such as mutually unbiased bases and symmetric informationally complete positive-operator-valued measures.[162] [163]
Biology
The evolutionary strategy used by cicadas of the genus Magicicada makes use of prime numbers.[164] These insects spend most of their lives as grubs underground. They only pupate and then emerge from their burrows after 7, 13 or 17 years, at which point they fly about, breed, and then die after a few weeks at most. Biologists theorize that these prime-numbered breeding cycle lengths have evolved in order to prevent predators from synchronizing with these cycles.[165] [166] In contrast, the multi-year periods between flowering in bamboo plants are hypothesized to be smooth numbers, having only small prime numbers in their factorizations.[167]
Arts and literature
Prime numbers have influenced many artists and writers.The French composer Olivier Messiaen used prime numbers to create ametrical music through "natural phenomena". In works such as La Nativité du Seigneur (1935) and Quatre études de rythme (1949–50), he simultaneously employs motifs with lengths given by different prime numbers to create unpredictable rhythms: the primes 41, 43, 47 and 53 appear in the third étude, "Neumes rythmiques". According to Messiaen this way of composing was "inspired by the movements of nature, movements of free and unequal durations".[168]
In his science fiction novel Contact, scientist Carl Sagan suggested that prime factorization could be used as a means of establishing two-dimensional image planes in communications with aliens, an idea that he had first developed informally with American astronomer Frank Drake in 1975.[169] In the novel The Curious Incident of the Dog in the Night-Time by Mark Haddon, the narrator arranges the sections of the story by consecutive prime numbers as a way to convey the mental state of its main character, a mathematically gifted teen with Asperger syndrome.[170] Prime numbers are used as a metaphor for loneliness and isolation in the Paolo Giordano novel The Solitude of Prime Numbers, in which they are portrayed as "outsiders" among integers.[171]
External links
Generators and calculators
Notes and References
- Book: Gardiner, Anthony. The Mathematical Olympiad Handbook: An Introduction to Problem Solving Based on the First 32 British Mathematical Olympiads 1965–1996. Tony Gardiner. Oxford University Press. 1997. 978-0-19-850105-3. 26. registration.
- Book: Henderson, Anne. Dyslexia, Dyscalculia and Mathematics: A practical guide. 2nd. Routledge. 2014. 978-1-136-63662-2. 62.
- Book: Adler, Irving. The Giant Golden Book of Mathematics: Exploring the World of Numbers and Space. registration . Irving Adler. Golden Press. 1960. 16. 6975809.
- Book: Leff, Lawrence S. . Math Workbook for the SAT I . registration . 360 . Barron's Educational Series . 2000 . 978-0-7641-0768-9.
- Book: Dudley . Underwood . Underwood Dudley . Elementary number theory . W.H. Freeman and Co. . 2nd . 978-0-7167-0076-0 . 1978 . Section 2: Unique factorization . 10 . https://books.google.com/books?id=tr7SzBTsk1UC&pg=PA10 .
- Book: Sierpiński, Wacław . Wacław Sierpiński . Elementary Theory of Numbers . 2nd . 31 . North-Holland Mathematical Library . Elsevier . 1988 . 978-0-08-096019-7 . 113 .
- Ziegler . Günter M. . Günter M. Ziegler . 4 . . 2039814 . 414–416 . The great prime number record races . 51 . 2004.
- Book: Stillwell, John. Numbers and Geometry. Undergraduate Texts in Mathematics. John Stillwell. Springer. 1997. 978-0-387-98289-2. 9.
- Book: Sierpiński, Wacław . Wacław Sierpiński . New York . 0170843 . 40 . Macmillan . A Selection of Problems in the Theory of Numbers . limited . 1964.
- Book: Nathanson, Melvyn B.. Elementary Methods in Number Theory. 195. Graduate Texts in Mathematics. Notations and Conventions. https://books.google.com/books?id=sE7lBwAAQBAJ&pg=PP10. Melvyn B. Nathanson. Springer. 2000. 978-0-387-22738-2. 1732941.
- Book: Faticoni, Theodore G.. The Mathematics of Infinity: A Guide to Great Ideas. 111. Pure and Applied Mathematics: A Wiley Series of Texts, Monographs and Tracts. 2nd. John Wiley & Sons. 2012. 978-1-118-24382-4. 44.
- Bruins, Evert Marie, review in Mathematical Reviews of Gillings . R.J. . 10.1007/BF01307175 . Archive for History of Exact Sciences . 0497458 . 291–298 . The recto of the Rhind Mathematical Papyrus. How did the ancient Egyptian scribe prepare it? . 12 . 4 . 1974. 121046003 .
- Book: Stillwell, John. Mathematics and Its History. Undergraduate Texts in Mathematics. John Stillwell . 3rd . Springer . 2010 . 978-1-4419-6052-8 . 40 .
- , 8. Fermat's Little Theorem (November 2003), p. 45
- Book: Sandifer, C. Edward. How Euler Did Even More. Mathematical Association of America. 2014. 978-0-88385-584-3. 42.
- Book: Koshy, Thomas. Elementary Number Theory with Applications. Academic Press. 2002. 978-0-12-421171-1. 369.
- Book: Yuan, Wang. Goldbach Conjecture. 2nd. 4. Series In Pure Mathematics. World Scientific. 2002. 978-981-4487-52-8. 21.
- Book: Narkiewicz, Wladyslaw. The Development of Prime Number Theory: From Euclid to Hardy and Littlewood. Springer Monographs in Mathematics. Springer. 2000. 978-3-540-66289-1. 11. 1.2 Sum of Reciprocals of Primes. https://books.google.com/books?id=VVr3EuiHU0YC&pg=PA11.
- P. . Tchebychev . Pafnuty Chebyshev . Mémoire sur les nombres premiers. . Journal de mathématiques pures et appliquées . Série 1 . 1852 . 366–390 . fr. . (Proof of the postulate: 371–382). Also see Mémoires de l'Académie Impériale des Sciences de St. Pétersbourg, vol. 7, pp. 15–33, 1854
- Book: Apostol, Tom M. . Tom M. Apostol . Bambah . R.P. . Dumir . V.C. . Hans-Gill . R.J. . A centennial history of the prime number theorem . Basel . 1764793 . 1–14 . Birkhäuser . Trends in Mathematics . Number Theory . https://books.google.com/books?id=aiDyBwAAQBAJ&pg=PA1 . 2000.
- Book: Apostol, Tom M. . Tom M. Apostol . 7. Dirichlet's Theorem on Primes in Arithmetical Progressions . https://books.google.com/books?id=3yoBCAAAQBAJ&pg=PA146 . New York; Heidelberg . 0434929 . 146–156 . Springer-Verlag . Introduction to Analytic Number Theory . 1976 .
- Book: Chabert, Jean-Luc. A History of Algorithms: From the Pebble to the Microchip. Springer. 2012. 978-3-642-18192-4. 261.
- Book: Rosen, Kenneth H.. Elementary Number Theory and Its Applications. 4th. Addison-Wesley. 2000. 978-0-201-87073-2. Theorem 9.20. Proth's Primality Test. 342.
- , p. 245.
- Book: Elementary Number Theory. Textbooks in mathematics. James S.. Kraft. Lawrence C.. Washington. CRC Press. 2014. 978-1-4987-0269-0. 7.
- Book: Bauer, Craig P.. Secret History: The Story of Cryptology. Discrete Mathematics and Its Applications. CRC Press. 2013. 978-1-4665-6186-1. 468.
- Book: Old and New Unsolved Problems in Plane Geometry and Number Theory. 11. Dolciani mathematical expositions. Victor. Klee. Victor Klee. Stan. Wagon. Stan Wagon. Cambridge University Press. 1991. 978-0-88385-315-3. 224.
- , pp. 18, 47.
- Caldwell . Chris K. . Reddick . Angela . Xiong . Yeng . Keller . Wilfrid . 9 . . 3005523 . Article 12.9.8 . The history of the primality of one: a selection of sources . 15 . 2012 . For a selection of quotes from and about the ancient Greek positions on the status of 1 and 2, see in particular pp. 3–4. For the Islamic mathematicians, see p. 6.
- Book: Tarán, Leonardo. Speusippus of Athens: A Critical Study With a Collection of the Related Texts and Commentary. 39. Philosophia Antiqua : A Series of Monographs on Ancient Philosophy. Brill. 1981. 978-90-04-06505-5. 35–38.
- , pp. 7–13. See in particular the entries for Stevin, Brancker, Wallis, and Prestet.
- , p. 15.
- For the totient, see, p. 245. For the sum of divisors, see Book: Sandifer, C. Edward. How Euler Did It. MAA Spectrum. Mathematical Association of America. 2007. 978-0-88385-563-8. 59.
- Book: Smith, Karl J.. The Nature of Mathematics. 12th. Cengage Learning. 2011. 978-0-538-73758-6. 188.
- , Section 2, Theorem 2, p. 16; Book: Neale, Vicky. Closing the Gap: The Quest to Understand Prime Numbers. Closing the Gap: The Quest to Understand Prime Numbers . Vicky Neale. Oxford University Press. 2017. 978-0-19-109243-5. p. 107.
- Book: du Sautoy, Marcus. The Music of the Primes: Searching to Solve the Greatest Mystery in Mathematics. Marcus du Sautoy. Harper Collins. 2003. 978-0-06-093558-0. 23. registration.
- , Section 2, Lemma 5, p. 15; Book: Higgins, Peter M.. Mathematics for the Curious. Oxford University Press . 1998 . 978-0-19-150050-3 . 77–78.
- Book: Rotman, Joseph J.. A First Course in Abstract Algebra. 2nd. Prentice Hall. 2000. 978-0-13-011584-3. Problem 1.40, p. 56.
- http://www.math.dartmouth.edu/~euler/correspondence/letters/OO0722.pdf Letter
- Furstenberg . Harry . Hillel Furstenberg . On the infinitude of primes . 10.2307/2307043 . 1955 . . 62 . 0068566 . 5 . 353 . 2307043 .
- Book: Ribenboim . Paulo . Paulo Ribenboim . The little book of bigger primes . Springer-Verlag . Berlin; New York . 978-0-387-20169-6 . 2004. 4 .
- [Euclid's Elements|Euclid's ''Elements'']
- Book: Vardi, Ilan. Computational Recreations in Mathematica. Addison-Wesley. 1991. 978-0-201-52989-0. 82–89.
- Mackinnon . Nick . June 1987 . 10.2307/3616496 . 456 . 113–114 . . Prime number formulae . 71. 3616496 . 171537609 .
- Book: Matiyasevich, Yuri V. . Yuri Matiyasevich . 1999 . Formulas for prime numbers . https://books.google.com/books?id=oLKlk5o6WroC&pg=PA13 . Serge . Tabachnikov . Sergei Tabachnikov. Kvant Selecta: Algebra and Analysis . II . . 978-0-8218-1915-9 . 13–24.
- E.M. . Wright . E. M. Wright . A prime-representing function . . 58 . 9 . 1951 . 616–618 . 2306356 . 10.2307/2306356.
- , p. vii.
- , C1 Goldbach's conjecture, pp. 105–107.
- Oliveira e Silva . Tomás . Herzog . Siegfried . Pardi . Silvio . 10.1090/S0025-5718-2013-02787-1 . 288 . . 3194140 . 2033–2060 . Empirical verification of the even Goldbach conjecture and computation of prime gaps up to
. 83 . 2014. free .
- , 3.1 Structure and randomness in the prime numbers, pp. 239–247. See especially p. 239.
- , p. 159.
- Ramaré . Olivier . 4 . Annali della Scuola Normale Superiore di Pisa . 1375315 . 645–706 . On Šnirel'man's constant . 22 . 1995 . 2018-01-23 . 2022-02-09 . https://web.archive.org/web/20220209175544/http://www.numdam.org/item/?id=ASNSP_1995_4_22_4_645_0 . dead .
- Book: Rassias, Michael Th. . 10.1007/978-3-319-57914-6 . 978-3-319-57912-2 . Cham . 3674356 . vii . Springer . Goldbach's Problem: Selected Topics . 2017.
- , Theorem 2.14, p. 109. gives a similar argument using the primorial in place of the factorial.
- Smallest prime number that begins a prime gap of at least 2n.
- , Gaps between primes, pp. 186–192.
- , p. 183.
- Chan . Joel . Prime time! . Math Horizons . 3 . 3 . February 1996 . 23–25 . 25678057. 10.1080/10724117.1996.11974965 . Note that Chan lists Legendre's conjecture as "Sierpinski's Postulate".
- , Prime
-tuples conjecture, pp. 201–202.
- , Chapter 35, Estimating the Basel problem, pp. 205–208.
- Book: Ogilvy . C.S. . C. Stanley Ogilvy . Anderson . J.T. . 978-0-486-25778-5 . 29–35 . Dover Publications Inc. . Excursions in Number Theory . 1988.
- , Section 1.6, Theorem 1.13
- , Section 4.8, Theorem 4.12
- Book: An Invitation to Modern Number Theory. Steven J.. Miller. Ramin. Takloo-Bighash. Princeton University Press. 2006. 978-0-691-12060-7. 43–44.
- , p. 6.
- , Section 3.7, Counting primes, pp. 152–162.
- , p. 10.
- , Section 4.6, Theorem 4.7
- , "Large gaps between consecutive primes", pp. 78–79.
- Book: Algebra. I.M.. Gelfand. Israel Gelfand. Alexander. Shen. Springer. 2003. 978-0-8176-3677-7. 37.
- Book: Mollin, Richard A.. Fundamental Number Theory with Applications. Discrete Mathematics and Its Applications. CRC Press. 1997. 978-0-8493-3987-5. 76.
- , Theorem 1.1.5, p. 12.
- Ben. Green. Ben J. Green. Terence. Tao. Terence Tao. The primes contain arbitrarily long arithmetic progressions. Annals of Mathematics. 167. 2. 2008. 481–547. 10.4007/annals.2008.167.481. math.NT/0404188. 1883951.
- Book: Additive Theory of Prime Numbers. Hua. L.K.. American Mathematical Society. 2009. 978-0-8218-4942-2. Translations of Mathematical Monographs. 13. Providence, RI. 176–177. 0194404. 824812353. 1965.
- The sequence of these primes, starting at
rather than
, is listed by Book: 103 curiosità matematiche: Teoria dei numeri, delle cifre e delle relazioni nella matematica contemporanea. it. Paolo Pietro. Lava. Giorgio. Balzarotti. Ulrico Hoepli Editore S.p.A.. 2010. 978-88-203-5804-4. 133. https://books.google.com/books?id=YfsSAAAAQBAJ&pg=PA133. Chapter 33. Formule fortunate.
- Book: Chamberland, Marc. Single Digits: In Praise of Small Numbers. Princeton University Press. 2015. 978-1-4008-6569-7. The Heegner numbers. 213–215. https://books.google.com/books?id=n9iqBwAAQBAJ&pg=PA213.
- Book: Guy, Richard. Unsolved Problems in Number Theory. Problem Books in Mathematics. 3rd. Richard K. Guy. Springer. 2013. 978-0-387-26677-0. 7–10. https://books.google.com/books?id=1BnoBwAAQBAJ&pg=PA7. A1 Prime values of quadratic functions.
- Book: Patterson, S.J. . 10.1017/CBO9780511623707 . 978-0-521-33535-5 . 933558 . 1 . Cambridge University Press, Cambridge . Cambridge Studies in Advanced Mathematics . An introduction to the theory of the Riemann zeta-function . 14 . 1988 .
- Book: Borwein . Peter . Peter Borwein . Choi . Stephen . Rooney . Brendan . Weirathmueller . Andrea . 10.1007/978-0-387-72126-2 . 978-0-387-72125-5 . New York . 2463715 . 10–11 . Springer . CMS Books in Mathematics/Ouvrages de Mathématiques de la SMC . The Riemann hypothesis: A resource for the afficionado and virtuoso alike . 2008 .
- , pp. 191–193.
- , Conjecture 2.7 (the Riemann hypothesis), p. 15.
- , p. 7.
- , p. 18.
- , Chapter 9, The prime number theorem, pp. 289–324.
- Zagier . Don . Don Zagier . 10.1007/bf03351556 . S2 . . 7–19 . The first 50 million prime numbers . 1 . 1977. 37866599 . See especially pp. 14–16.
- , Proposition 5.3, p. 96.
- Book: Shahriari, Shahriar. Algebra in Action: A Course in Groups, Rings, and Fields. 27. Pure and Applied Undergraduate Texts. Shahriar Shahriari . American Mathematical Society. 2017. 978-1-4704-2849-5. 20–21.
- , Theorem 3, p. 28.
- , pp. 27–28.
- , Fermat's little theorem and primitive roots modulo a prime, pp. 17–21.
- , The property of Giuga, pp. 21–22.
- , The theorem of Wilson, p. 21.
- Book: Erickson . Marty . Vazzana . Anthony . Garth . David . 2nd . 978-1-4987-1749-6 . 3468748 . 200 . CRC Press . Boca Raton, FL . Textbooks in Mathematics . Introduction to Number Theory . 2016.
- Book: Childress, Nancy . 10.1007/978-0-387-72490-4 . 978-0-387-72489-8 . 2462595 . 8–11 . Springer, New York . Universitext . Class Field Theory . 2009 . See also p. 64.
- Book: Weil, André . André Weil . 978-3-540-58655-5 . 1344916 . 43 . Springer-Verlag . Berlin . Classics in Mathematics . Basic Number Theory . limited . 1995. Note however that some authors such as instead use "place" to mean an equivalence class of norms.
- Book: Koch, H. . 10.1007/978-3-642-58095-6 . 978-3-540-63003-6 . 1474965 . 136 . Springer-Verlag . Berlin . Algebraic Number Theory . 1997. 10.1.1.309.8812 .
- Book: Lauritzen, Niels . 10.1017/CBO9780511804229 . 978-0-521-53410-9 . Cambridge . 2014325 . 127 . Cambridge University Press . Concrete Abstract Algebra: From numbers to Gröbner bases . 2003 .
- , Corollary 3.5.14, p. 133; Lemma 3.5.18, p. 136.
- , Section 12.1, Sums of two squares, pp. 297–301.
- Book: Eisenbud . David . David Eisenbud . Commutative Algebra . Springer-Verlag . Berlin; New York . Graduate Texts in Mathematics . 978-0-387-94268-1. 1322960 . 1995 . 150 . Section 3.3. 10.1007/978-1-4612-5350-1 .
- Book: Shafarevich, Igor R. . Igor Shafarevich . 10.1007/978-3-642-38010-5 . 3rd . 978-3-642-38009-9 . 3100288 . Springer, Heidelberg . Basic Algebraic Geometry 2: Schemes and Complex Manifolds . 2013 . Definition of
. 5 . https://books.google.com/books?id=zDW8BAAAQBAJ&pg=PA5.
- Book: Neukirch, Jürgen . Jürgen Neukirch . 10.1007/978-3-662-03983-0 . 978-3-540-65399-8 . Berlin . 1697859 . Springer-Verlag . Grundlehren der Mathematischen Wissenschaften [Fundamental Principles of Mathematical Sciences] . Algebraic Number Theory . 322 . 1999 . Section I.8, p. 50.
- , Section I.7, p. 38
- Stevenhagen . P. . Lenstra . H.W. Jr. . Hendrik Lenstra . 10.1007/BF03027290 . 2 . . 1395088 . 26–37 . Chebotarëv and his density theorem . 18 . 1996. 10.1.1.116.9409 . 14089091 .
- Book: Hall, Marshall. The Theory of Groups. Dover Books on Mathematics. Marshall Hall (mathematician). Courier Dover Publications. 2018. 978-0-486-81690-6. For the Sylow theorems see p. 43; for Lagrange's theorem, see p. 12; for Burnside's theorem see p. 143.
- Book: How Round is Your Circle?: Where Engineering and Mathematics Meet. How Round Is Your Circle. John. Bryant. Christopher J.. Sangwin. Princeton University Press. 2008. 978-0-691-13118-4. p. 178.
- Book: A Mathematician's Apology. Hardy. Godfrey Harold. Cambridge University Press. 2012. 978-0-521-42706-7. 140. 922010634. No one has yet discovered any warlike purpose to be served by the theory of numbers or relativity, and it seems unlikely that anyone will do so for many years.. G. H. Hardy. 1940. A Mathematician's Apology.
- Book: Giblin, Peter. Primes and Programming. Peter Giblin. Cambridge University Press. 1993. 978-0-521-40988-9. 39. registration.
- , p. 54
- , p. 220.
- Maarten. Bullynck. A history of factor tables with notes on the birth of number theory 1657–1817. Revue d'Histoire des Mathématiques. 2010. 133–216. 16. 2.
- Book: Wagstaff, Samuel S. Jr.. The Joy of Factoring. 68. Student mathematical library. Samuel S. Wagstaff Jr.. American Mathematical Society. 2013. 978-1-4704-1048-3. 191.
- Book: Prime Numbers: A Computational Perspective. 2nd. Richard. Crandall. Richard Crandall. Carl. Pomerance. Carl Pomerance. Springer. 2005. 978-0-387-25282-7. 121.
- Farach-Colton . Martín . Martin Farach-Colton . Tsai . Meng-Tsung . Elbassioni . Khaled . Makino . Kazuhisa . 1504.05240 . On the complexity of computing prime tables . 10.1007/978-3-662-48971-0_57 . 677–688 . Springer . Lecture Notes in Computer Science . Algorithms and Computation: 26th International Symposium, ISAAC 2015, Nagoya, Japan, December 9-11, 2015, Proceedings . 9472 . 2015. 978-3-662-48970-3 .
- Book: Greaves, George. Sieves in Number Theory. 43. Ergebnisse der Mathematik und ihrer Grenzgebiete (3. Folge). Springer. 2013. 978-3-662-04658-6. 1.
- Book: Hromkovič, Juraj . Juraj Hromkovič . 5.5 Bibliographic Remarks . https://books.google.com/books?id=nkeqCAAAQBAJ&pg=PA383 . 10.1007/978-3-662-04616-6 . 978-3-540-66860-2 . 1843669 . 383–385 . Springer-Verlag, Berlin . Texts in Theoretical Computer Science. An EATCS Series . Algorithmics for Hard Problems . 2001. 31159492 .
- Book: Fundamentals of Computer Security . Josef . Pieprzyk . Thomas . Hardjono . Jennifer . Seberry . Jennifer Seberry . Springer . 2013 . 978-3-662-07324-7 . 2.3.9 Probabilistic Computations . 51–52 . https://books.google.com/books?id=BG2rCAAAQBAJ&pg=PA51.
- Book: Koblitz, Neal . Neal Koblitz . Chapter V. Primality and Factoring . 10.1007/978-1-4684-0310-7_5 . 978-0-387-96576-5 . 910297 . 112–149 . Springer-Verlag, New York . Graduate Texts in Mathematics . A Course in Number Theory and Cryptography . 114 . 1987.
- Book: Tao, Terence . Terence Tao . 1.11 The AKS primality test . https://terrytao.wordpress.com/2009/08/11/the-aks-primality-test/ . 10.1090/gsm/117 . 978-0-8218-5280-4 . Providence, RI . 2780010 . 82–86 . American Mathematical Society . An epsilon of room, II: Pages from year three of a mathematical blog . 117 . 2010. Graduate Studies in Mathematics .
- Lenstra. H. W. Jr.. Hendrik Lenstra. Pomerance. Carl. Carl Pomerance. 10.4171/JEMS/861. 4. Journal of the European Mathematical Society. 3941463. 1229–1269. Primality testing with Gaussian periods. 21. 2019. 21.11116/0000-0005-717D-0 . 127807021.
- Morain . F. . 10.1090/S0025-5718-06-01890-4 . 257 . . 2261033 . 493–505 . Implementing the asymptotically fast version of the elliptic curve primality proving algorithm . 76 . 2007. math/0502097 . 2007MaCom..76..493M . 133193 .
- Carl Pomerance . Carl Pomerance . John L. Selfridge . John L. Selfridge . Samuel S. Wagstaff, Jr. . Samuel S. Wagstaff, Jr. . The pseudoprimes to 25·109 . . July 1980 . 35 . 151 . 1003–1026 . 2006210 . 10.1090/S0025-5718-1980-0572872-7 . free .
- Robert Baillie . Samuel S. Wagstaff, Jr. . Samuel S. Wagstaff, Jr. . Lucas Pseudoprimes . . October 1980 . 35 . 152 . 1391–1417 . 583518 . 2006406 . 10.1090/S0025-5718-1980-0583518-6 . free .
- Monier . Louis . 10.1016/0304-3975(80)90007-9 . 1 . . 582244 . 97–108 . Evaluation and comparison of two efficient probabilistic primality testing algorithms . 12 . 1980. free .
- Book: Tao, Terence . Terence Tao . 1.7 The Lucas–Lehmer test for Mersenne primes . https://terrytao.wordpress.com/2008/10/02/the-lucas-lehmer-test-for-mersenne-primes/ . 978-0-8218-4883-8 . Providence, RI . 2523047 . 36–41 . American Mathematical Society . Poincaré's legacies, pages from year two of a mathematical blog. Part I . 2009 .
- , p. 41.
- For instance see, A3 Mersenne primes. Repunits. Fermat numbers. Primes of shape
. pp. 13–21.
- Web site: Record 12-Million-Digit Prime Number Nets $100,000 Prize . October 14, 2009 . Electronic Frontier Foundation . 2010-01-04 .
- Web site: EFF Cooperative Computing Awards . 2008-02-29. Electronic Frontier Foundation . 2010-01-04 .
- Web site: GIMPS Project Discovers Largest Known Prime Number: 282,589,933-1 . 21 December 2018 . Mersenne Research, Inc. . 21 December 2018 .
- Web site: PrimeGrid's Seventeen or Bust Subproject. 2017-01-03.
- Web site: Chris K.. Caldwell . The Top Twenty: Largest Known Primes . . 2017-01-03.
- Web site: Chris K.. Caldwell . The Top Twenty: Factorial . . 2017-01-03.
- Web site: Chris K.. Caldwell . The Top Twenty: Primorial . . 2017-01-03.
- Web site: Chris K.. Caldwell . The Top Twenty: Twin Primes . . 2017-01-03.
- , p. 275.
- Book: An Introduction to Mathematical Cryptography. Undergraduate Texts in Mathematics. Jeffrey. Hoffstein. Jill. Pipher. Jill Pipher. Joseph H.. Silverman. Joseph H. Silverman. 2nd. Springer. 2014. 978-1-4939-1711-2. 329.
- Pomerance . Carl . Carl Pomerance . 12 . . 1416721 . 1473–1485 . A tale of two sieves . 43 . 1996.
- Emmanuel Thomé, “795-bit factoring and discrete logarithms,” December 2, 2019.
- Book: Quantum Computing: A Gentle Introduction. Eleanor G.. Rieffel. Eleanor Rieffel. Wolfgang H.. Polak. MIT Press. 2011. 978-0-262-01506-6. Chapter 8. Shor's Algorithm. 163–176. Quantum Computing: A Gentle Introduction . https://books.google.com/books?id=iYX6AQAAQBAJ&pg=PA163.
- Martín-López . Enrique . Anthony. Laing. Thomas. Lawson . Roberto. Alvarez . Xiao-Qi. Zhou . Jeremy L.. O'Brien . Experimental realization of Shor's quantum factoring algorithm using qubit recycling . Nature Photonics . 6 . 11 . 773–776 . 12 October 2012 . 10.1038/nphoton.2012.259 . 1111.4147 . 2012NaPho...6..773M . 46546101 .
- News: The Register. Crypto needs more transparency, researchers warn. Richard. Chirgwin. October 9, 2016.
- , Section 2.3, Diffie–Hellman key exchange, pp. 65–67.
- For
-independent hashing see problem 11–4, p. 251. For the credit to Carter and Wegman, see the chapter notes, p. 252.
- Book: Data Structures & Algorithms in Java. 4th. Michael T.. Goodrich. Michael T. Goodrich. Roberto. Tamassia. Roberto Tamassia. John Wiley & Sons. 2006. 978-0-471-73884-8. See "Quadratic probing", p. 382, and exercise C–9.9, p. 415.
- Book: Kirtland, Joseph. Identification Numbers and Check Digit Schemes. 18. Classroom Resource Materials. Joseph Kirtland. Mathematical Association of America. 2001. 978-0-88385-720-5. 43–44.
- 1950. ZLIB Compressed Data Format Specification version 3.3. Deutsch. P.. Network Working Group. May 1996.
- Book: Knuth, Donald E.. The Art of Computer Programming, Vol. 2: Seminumerical algorithms. 3rd. Donald Knuth. Addison-Wesley. 1998. 3.2.1 The linear congruential model. 10–26. 978-0-201-89684-8. The Art of Computer Programming.
- Matsumoto . Makoto . Nishimura . Takuji . 10.1145/272991.272995 . 1 . ACM Transactions on Modeling and Computer Simulation . 3–30 . Mersenne Twister: A 623-dimensionally equidistributed uniform pseudo-random number generator . 8 . 1998. 10.1.1.215.1141 . 3332028 .
- Roth . K.F. . Klaus Roth . 10.1112/jlms/s1-26.3.198 . . 0041889 . 198–204 . Second Series . On a problem of Heilbronn . 26 . 3 . 1951.
- David A. . Cox . David A. Cox . Why Eisenstein proved the Eisenstein criterion and why Schönemann discovered it first . . 118 . 1 . 2011 . 3–31 . 10.4169/amer.math.monthly.118.01.003 . 10.1.1.398.3440 . 15978494 . 2018-01-25 . 2023-03-26 . https://web.archive.org/web/20230326032030/https://www.maa.org/sites/default/files/pdf/upload_library/22/Ford/Cox-2012.pdf . dead .
- Book: Lang . Serge . Serge Lang . Algebra . . Berlin; New York . Graduate Texts in Mathematics . 978-0-387-95385-4 . 1878556 . 2002 . 211. 10.1007/978-1-4613-0041-0 ., Section II.1, p. 90
- Schubert. Horst. Die eindeutige Zerlegbarkeit eines Knotens in Primknoten. S.-B Heidelberger Akad. Wiss. Math.-Nat. Kl.. 1949. 1949. 3. 57–104. 0031733.
- Milnor . J. . John Milnor . 10.2307/2372800 . American Journal of Mathematics . 0142125 . 1–7 . A unique decomposition theorem for 3-manifolds . 84 . 1 . 1962. 2372800 .
- also include
, which is not of this form.
- Book: Křížek . Michal . Luca . Florian . Somer . Lawrence . 10.1007/978-0-387-21850-2 . 978-0-387-95332-8 . New York . 1866957 . 1–2 . Springer-Verlag . CMS Books in Mathematics . 17 Lectures on Fermat Numbers: From Number Theory to Geometry . 9 . 2001.
- Boklan . Kent D. . Conway . John H. . John Horton Conway . 1605.01371 . January 2017 . 10.1007/s00283-016-9644-3 . 1 . . 3–5 . Expect at most one billionth of a new Fermat prime! . 39 . 119165671 .
- Gleason . Andrew M. . Andrew M. Gleason . 10.2307/2323624 . 3 . . 935432 . 185–194 . Angle trisection, the heptagon, and the triskaidecagon . 95 . 1988. 2323624 .
- Ziegler . Günter M. . Günter M. Ziegler . 95 . European Mathematical Society Newsletter . 3330472 . 25–31 . Cannons at sparrows . 2015.
- Web site: Ivars. Peterson. Ivars Peterson . MAA Online . The Return of Zeta . June 28, 1999 . 2008-03-14 . dead . https://web.archive.org/web/20071020141624/http://maa.org/mathland/mathtrek_6_28_99.html . October 20, 2007 .
- Hayes. Brian. Brian Hayes (scientist). 2003. Computing science: The spectrum of Riemannium. 27858239. American Scientist. 91. 4. 296–300. 10.1511/2003.26.3349. 16785858 .
- Book: Geometry of quantum states : an introduction to quantum entanglement. Bengtsson. Ingemar. Życzkowski. Karol. Cambridge University Press. 2017. 978-1-107-02625-4. Second. Cambridge. 313–354. 967938939. Karol Życzkowski.
- Zhu. Huangjun. SIC POVMs and Clifford groups in prime dimensions. Journal of Physics A: Mathematical and Theoretical. 43. 30. 305305. 1003.3591. 10.1088/1751-8113/43/30/305305. 2010JPhA...43D5305Z. 2010. 118363843.
- Goles . E. . Schulz . O. . M. . Markus . 2001 . Prime number selection of cycles in a predator-prey model . . 6 . 4 . 33–38 . 10.1002/cplx.1040 . 2001Cmplx...6d..33G .
- Paulo R.A.. Campos . Viviane M.. de Oliveira . Ronaldo. Giro . Douglas S.. Galvão . . Emergence of prime numbers as the result of evolutionary strategy . 93 . 10.1103/PhysRevLett.93.098107 . 15447148 . 9 . 2004 . 098107 . 2004PhRvL..93i8107C. q-bio/0406017 . 88332 .
- News: The Economist. Invasion of the Brood . May 6, 2004. 2006-11-26 .
- Zimmer. Carl. Carl Zimmer. May 15, 2015. Bamboo Mathematicians. Phenomena: The Loom. National Geographic. February 22, 2018.
- Book: Hill . Peter Jensen . The Messiaen companion . Amadeus Press . Portland, OR . 978-0-931340-95-6 . 1995 . Ex. 13.2 Messe de la Pentecôte 1 'Entrée'.
- Book: Pomerance, Carl . Carl Pomerance . Hayes . David F. . Ross . Peter . Prime Numbers and the Search for Extraterrestrial Intelligence . https://gauss.dartmouth.edu/~carlp/PDF/extraterrestrial.pdf . 978-0-88385-548-5 . Washington, DC . 2085842 . 3–6 . Mathematical Association of America . MAA Spectrum . Mathematical Adventures for Students and Amateurs . 2004.
- News: The Curious Incident of the Dog in the Night-Time. GrrlScientist. September 16, 2010. The Guardian. February 22, 2010. Science.
- News: The New York Times. Counting on Each Other. Liesl. Schillinger. April 9, 2010. Sunday Book Review.