HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
,
Bertrand's postulate In number theory, Bertrand's postulate is the theorem that for any integer n > 3, there exists at least one prime number p with :n < p < 2n - 2. A less restrictive formulation is: for every n > 1, there is always at least one ...
(now a
theorem In mathematics and formal logic, a theorem is a statement (logic), statement that has been Mathematical proof, proven, or can be proven. The ''proof'' of a theorem is a logical argument that uses the inference rules of a deductive system to esta ...
) states that, for each n \ge 2, there is a
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 ...
p such that n. First
conjecture In mathematics, a conjecture is a conclusion or a proposition that is proffered on a tentative basis without proof. Some conjectures, such as the Riemann hypothesis or Fermat's conjecture (now a theorem, proven in 1995 by Andrew Wiles), ha ...
d in 1845 by Joseph Bertrand, it was first proven by Chebyshev, and a shorter but also advanced proof was given by Ramanujan. The following
elementary proof In mathematics, an elementary proof is a mathematical proof that only uses basic techniques. More specifically, the term is used in number theory to refer to proofs that make no use of complex analysis. Historically, it was once thought that certain ...
was published by
Paul Erdős Paul Erdős ( ; 26March 191320September 1996) was a Hungarian mathematician. He was one of the most prolific mathematicians and producers of mathematical conjectures of the 20th century. pursued and proposed problems in discrete mathematics, g ...
in 1932, as one of his earliest mathematical publications. The basic idea is to show that the
central binomial coefficient In mathematics the ''n''th central binomial coefficient is the particular binomial coefficient : = \frac \textn \geq 0. They are called central since they show up exactly in the middle of the even-numbered rows in Pascal's triangle. The first ...
s must have a
prime factor 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 ...
within the interval (n, 2n) in order to be large enough. This is achieved through analysis of their factorizations. The main steps of the proof are as follows. First, one shows that the contribution of every
prime power In mathematics, a prime power is a positive integer which is a positive integer power of a single prime number. For example: , and are prime powers, while , and are not. The sequence of prime powers begins: 2, 3, 4, 5, 7, 8, 9, 11, 13, 16, 1 ...
factor p^r in the prime decomposition of the central binomial coefficient \textstyle\binom=(2n)!/(n!)^2 is at most 2n; then, one shows that every prime larger than \sqrt appears at most once. The next step is to prove that \tbinom has no prime factors in the interval (\tfrac, n). As a consequence of these bounds, the contribution to the size of \tbinom coming from the prime factors that are at most n grows asymptotically as \theta^ for some \theta<4. Since the asymptotic growth of the central binomial coefficient is at least 4^n\!/2n, the conclusion is that, by contradiction and for large enough n, the binomial coefficient must have another prime factor, which can only lie between n and 2n. The argument given is valid for all n\ge427. The remaining values of n are verified by direct inspection, which completes the proof.


Lemmas in the proof

The proof uses the following four lemmas to establish facts about the primes present in the central binomial coefficients.


Lemma 1

For any
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
n>0, we have :\frac \le \binom. Proof: Applying the
binomial theorem In elementary algebra, the binomial theorem (or binomial expansion) describes the algebraic expansion of powers of a binomial. According to the theorem, the power expands into a polynomial with terms of the form , where the exponents and a ...
, :4^n = (1 + 1)^ = \sum_^ \binom=2+\sum_^ \binom \le 2n\binom, since \tbinom is the largest term in the sum in the right-hand side, and the sum has 2n terms (including the initial 2 outside the summation).


Lemma 2

For a fixed prime p, define R = R(n,p) to be the ''p''-adic order of \tbinom, that is, the largest
natural number In mathematics, the natural numbers are the numbers 0, 1, 2, 3, and so on, possibly excluding 0. Some start counting with 0, defining the natural numbers as the non-negative integers , while others start with 1, defining them as the positive in ...
r such that p^r divides \tbinom. For any prime p, p^\le 2n. Proof: The exponent of p in n! is given by
Legendre's formula In mathematics, Legendre's formula gives an expression for the exponent of the largest power of a prime ''p'' that divides the factorial ''n''!. It is named after Adrien-Marie Legendre. It is also sometimes known as de Polignac's formula, a ...
:\sum_^\infty \left\lfloor \frac \right\rfloor\!, so :R=\sum_^\infty \left\lfloor \frac \right\rfloor - 2\sum_^\infty \left\lfloor \frac \right\rfloor=\sum_^\infty \left(\left\lfloor \frac \right\rfloor - 2\!\left\lfloor \frac \right\rfloor\right) But each term of the last summation must be either zero (if n/p^j \bmod 1<1/2) or one (if n/p^j\bmod 1\ge1/2), and all terms with j>\log_p(2n) are zero. Therefore, :R \le \log_p(2n), and :p^R \le p^ = 2n.


Lemma 3

If p is an odd prime and \frac < p \leq n, then R(n,p) = 0. Proof: There are exactly two factors of p in the numerator of the expression \tbinom=(2n)!/(n!)^2, coming from the two terms p and 2p in (2n)!, and also two factors of p in the denominator from one copy of the term p in each of the two factors of n!. These factors all cancel, leaving no factors of p in \tbinom. (The bound on p in the preconditions of the lemma ensures that 3p is too large to be a term of the numerator, and the assumption that p is odd is needed to ensure that 2p contributes only one factor of p to the numerator.)


Lemma 4

An upper bound is supplied for the
primorial In mathematics, and more particularly in number theory, primorial, denoted by "", is a function from natural numbers to natural numbers similar to the factorial function, but rather than successively multiplying positive integers, the function ...
function, :n\#=\prod_p, where the product is taken over all ''prime'' numbers p less than or equal to n. For all n\ge1, n\#<4^n. Proof: We use
complete induction Mathematical induction is a method for proving that a statement P(n) is true for every natural number n, that is, that the infinitely many cases P(0), P(1), P(2), P(3), \dots  all hold. This is done by first proving a simple case, then ...
. For n=1,2 we have 1\#=1<4 and 2\#=2<4^2=16. Let us assume that the inequality holds for all 1\le n\le2k-1. Since n=2k>2 is composite, we have :(2k)\#=(2k-1)\#<4^<4^. Now let us assume that the inequality holds for all 1\le n\le2k. Since \binom=\frac is an integer and all the primes k+2\le p\le2k+1 appear only in the numerator, we have :\frac\le\binom=\frac12\!\left binom+\binom\right\frac12(1+1)^=4^k . Therefore, :(2k+1)\#=(k+1)\#\cdot\frac\le4^\binom<4^\cdot4^k=4^.


Proof of Bertrand's Postulate

Assume that there is a
counterexample A counterexample is any exception to a generalization. In logic a counterexample disproves the generalization, and does so rigorously in the fields of mathematics and philosophy. For example, the fact that "student John Smith is not lazy" is a c ...
: an integer ''n'' ≥ 2 such that there is no prime ''p'' with ''n'' < ''p'' < 2''n''. If 2 ≤ ''n'' < 630, then ''p'' can be chosen from among the prime numbers 3, 5, 7, 13, 23, 43, 83, 163, 317, 631 (each being the largest prime less than twice its predecessor) such that ''n'' < ''p'' < 2''n''. Therefore, ''n'' ≥ 630. There are no prime factors ''p'' of \textstyle\binom such that: * 2''n'' < ''p'', because every factor must divide (2''n'')!; * ''p'' = 2''n'', because 2''n'' is not prime; * ''n'' < ''p'' < 2''n'', because we assumed there is no such prime number; * 2''n''/3 < ''p'' ≤ ''n'': by Lemma 3. Therefore, every prime factor ''p'' satisfies ''p'' ≤ 2''n''/3. When p > \sqrt, the number \textstyle has at most one factor of ''p''. By Lemma 2, for any prime ''p'' we have ''p''''R''(''p'',''n'') ≤ 2''n'', and \pi(x)\le x-1 since 1 is neither prime nor composite. Then, starting with Lemma 1 and decomposing the side into its prime factorization, and finally using Lemma 4, these bounds give: :\frac\le\binom=\left(\,\prod_p^\right)\!\!\left(\prod_\!\!\!\!\!\!\!p^\right)<\left(\,\prod_\!\!2n\right)\!\!\left(\prod_\!\!p\right)\le(2n)^4^. Therefore :4^<(2n)^\sqrt, which simplifies to 2^\sqrt<(2n)^3. Taking the base-2
logarithm In mathematics, the logarithm of a number is the exponent by which another fixed value, the base, must be raised to produce that number. For example, the logarithm of to base is , because is to the rd power: . More generally, if , the ...
of both sides yields :\sqrt<3\log_2(2n). By concavity of the right-hand side as a function of ''n'', the last inequality is necessarily verified on an interval. Since it holds true for n=426 and it does not for n=427, we obtain :n<427. But these cases have already been settled, and we conclude that no counterexample to the postulate is possible.


Addendum to proof

It is possible to reduce the bound to n=50. For n\ge17, we get \pi(n)<\frac-1, so we can say that the product p^R is at most (2n)^, which gives :\begin&\frac\le\binom\le(2n)^4^\\&4^\le(2n)^3\\&2\sqrt\le3\log_2(2n)\end which is true for n=49 and false for n=50.


References


External links

* Chebyshev's Theorem and Bertrand's Postulate (Leo Goldmakher): https://web.williams.edu/Mathematics/lg5/Chebyshev.pdf * Proof of Bertrand's Postulate (UW Math Circle): https://sites.math.washington.edu/~mathcircle/circle/2013-14/advanced/mc-13a-w10.pdf * Proof in the Mizar system: http://mizar.org/version/current/html/nat_4.html#T56 * {{DEFAULTSORT:Bertrands postulate, proof of Prime numbers Factorial and binomial topics Article proofs Theorems about prime numbers