40

Prime numbers are numbers with no factors other than one and itself.

Factors of a number are always lower or equal to than a given number; so, the larger the number is, the larger the pool of "possible factors" that number might have.

So the larger the number, it seems like the less likely the number is to be a prime.

Surely there must be a number where, simply, every number above it has some other factors. A "critical point" where every number larger than it simply will always have some factors other than one and itself.

Has there been any research as to finding this critical point, or has it been proven not to exist? That for any $n$ there is always guaranteed to be a number higher than $n$ that has no factors other than one and itself?

Justin L.
  • 14,532
  • 6
    Is the question bad because it is too basic? Many questions already here can be answered by a check of wikipedia; in fact, many questions on the Trilogy Sites could be answered by wikipedia as well. – Justin L. Jul 21 '10 at 00:12
  • 9
    I think that some effort should be necessary on the part of the person asking the question... –  Jul 21 '10 at 00:18
  • 14
    +1 I think this is a good question. We are going to see a lot of questions that can be answered with a trip to Google or Wikipedia, especially during the beta, but I think that is a good thing. The ultimate goal is to build a body of knowledge on the topic of mathematics in question/answer format. This question, and others like it, are part of that goal. In the future, someone may want an answer to this question and when Google leads them here, they will say "hey, what a great website", and sign up :) – e.James Jul 21 '10 at 00:40
  • 4
    Mathunderflow should be like mathoverflow for lower level problems. –  Jul 21 '10 at 00:44
  • 2
    Googling "is there a largest prime number" or "how many primes are there" or "are there infinitely many primes" or "are there finitely many primes" all lead to simple answers to this question at the very top of the results list. Furthermore, the infinitude of primes is nearly the first thing mentioned in the Wikipedia article for Prime Number. – I. J. Kennedy Jul 21 '10 at 14:11
  • IMNHO it's not a problem of "you may just google the answer". I would accept without a problem a question "does it exist a largest prime number?" (and give the classical Euclidean answer), but the formulation of this question seems rather suspicious. – mau Jul 21 '10 at 20:13
  • 11
    You know, after sleeping on it, I've realized that this question is a pretty bad question. I was trying to find the borderline between acceptably easy and unacceptably easy, and I might strayed slightly. – Justin L. Jul 22 '10 at 02:03
  • I think this a great question. The answer is on Google and Wikipedia and elsewhere, but the explanations you found out there are probably hard to understand. There are some people here who could answer this in really nice, plain, understandable language. +1 for sure. – Tyler Sep 25 '10 at 05:00
  • He never said "in the integers with the usual operations" so maybe he means: Is there a setting where there is a largest prime ... – GEdgar Jun 07 '11 at 19:31
  • 2
    @97832123 "Mathunderflow should be like mathoverflow for lower level problems." And I thought the people in this site disliked both this phrase and the attitude that the problems here are of lower level? :-) – Srivatsan Aug 01 '11 at 02:02
  • @Justin I think any question that shows the person is thinking and not simply accepting something on faith is a good one-no matter how simple the answer turns out to be. – Mathemagician1234 Sep 08 '11 at 05:28

9 Answers9

49

Euclid's famous proof is as follows: Suppose there is a finite number of primes. Let $x$ be the product of all of these primes. Then look at $x+1$. It is clear that $x$ is coprime to $x+1$. Therefore, no nontrivial factor of $x$ is a factor of $x+1$, but every prime is a factor of $x$. By the fundamental theorem of arithmetic, $x+1$ admits a prime factorization, and by the above remark, none of these prime factors can be a factor of $x$, but $x$ is the product of all primes. This is a contradiction.

  • 2
    The proof also works in the ring of polynomials over a finite field. – Akhil Mathew Jul 21 '10 at 00:29
  • 1
    Quantity is better than quality, my answer is better. :D – BBischof Jul 21 '10 at 03:21
  • @BBischof: =p why don't you come back to IRC? –  Jul 21 '10 at 04:43
  • 16
    Note: Euclid's original proof was not by way of contradiction, although many authors mistakenly claim so. For much further discussion see e.g. Hardy & Woodgold, "Prime Simplicity" [1] http://www.springerlink.com/content/m0t8727288823ug5/
    [2] http://www.artofproblemsolving.com/Forum/download/file.php?id=27070
    – Bill Dubuque Jul 29 '10 at 01:14
  • 13
    Yeah, Hardy & Woodgold's paper should be required reading for how historical errors propagate from book to book (even when all it takes is a look at the source!). Euclid's original proof and statement are simpler: It shows that given any finite list of primes $p_1, \dots, p_k$, we can extend the list with a prime factor of $p_1\dots p_k +1$. We don't have to assume there is a largest prime, or use contradiction. (Also, we don't need the fundamental theorem of arithmetic, just the simpler statement that every number has a prime factor — provable with descent/induction.) – ShreevatsaR Aug 04 '10 at 17:23
  • 1
    It deserves to be better known that Euclid's constructive proof generalizes widely, e.g. see my generalization to fewunit rings http://www.artofproblemsolving.com/Forum/viewtopic.php?p=1209616#p1209616
    http://google.com/groups?selm=y8zk5f3rn4e.fsf%40nestle.csail.mit.edu
    – Bill Dubuque Aug 05 '10 at 13:53
  • Note: I've added my fewunits generalization of Euclid's proof to my answer here. – Bill Dubuque Sep 08 '11 at 02:53
  • Personally,I love Furstenberg's proof using point set topology and plan to use it as the jumping off point for my first real research project. – Mathemagician1234 Sep 08 '11 at 05:29
  • Your proof can be modified so as to avoid the unique factorization theorem: If $n >1$ let m be the least natural number greater than $1$ that divides $n.$ Then $m$ is prime. So every $n>1$ is divisible by a prime (a prime $ >1,$ considering the first sentence of the Q.) So $x+1$ is divisible by a prime that is not equal to any prime, a paradox. – DanielWainfleet Dec 14 '16 at 21:28
  • The first chapter of the book Prime Number Records consists of about 23 different proofs that there is no largest prime. – DanielWainfleet Dec 14 '16 at 21:30
  • @user126 this is a pretty confusing proof. What exactly is the contradiction. That $x$ and $x+1$ are coprime, and then $x$ and $x+1$ are not coprime? – john Dec 02 '19 at 11:00
  • @john Suppose our list contains all of the primes. Any of these primes must divide $x$, but $x$ has no factors in common with $x + 1$. Thus, either $x + 1$ is a new prime (contradiction); or else $x + 1$ has a prime factorization that doesn't have any factors of $x$, so there must be a prime not on our list, which (by this post's wording) is a contradiction. – Bladewood Dec 07 '19 at 17:46
49

Below are two noteworthy variations on Euclid's classic proof that there are infinitely many primes. The first is a simplification and the second is a generalization to rings with few units (= invertibles).

Theorem $\rm\, \ N (N+1) \,$ has a larger set of prime factors than does $\,\rm N > 0$.

Proof $\ $ $\rm N+1 > 1\,$ so it has a prime factor $\rm P$ (e.g. its least factor $> 1)$. $\,\rm N$ is coprime to $\rm N+1\,$ so $\rm P$ can't divide $\rm N$ (else $\rm\, P$ divides $\rm N+1\,$ and $\rm N$ so also their difference $\rm N+1 - N = 1).\,$ So the prime factors of $\rm\, N(N+1)$ include all those of $\rm N$ and at least one prime $\rm P$ not dividing $\rm N$.

Corollary $\ $ There are infinitely many primes.

Proof $\, $ Iterating $\rm\, N\to N (N+1)\, $ yields integers with an unbounded number of prime factors.

Below, generalizing Euclid's classic argument, is a simple proof that an infinite ring has infinitely many maximal (so prime) ideals if it has fewer units than elements (i.e. smaller cardinality). The key idea is that Euclid's construction of a new prime generalizes from elements to ideals, i.e. given some maximal ideals $\rm P_1,\ldots,P_k$ then a simple pigeonhole argument employing $\rm CRT$ implies that $\rm 1 + P_1\cdots P_k$ contains a nonunit, which lies in some maximal ideal $\rm P$ which, by construction, is comaximal (so distinct) from the prior max ideals $\rm P_i.\,$ Below is the full proof, excerpted from from some of my old sci.math/AAA/AoPS posts.

Theorem $\ $ An infinite ring $\rm R$ has infinitely many maximal ideals if it has fewer units $\rm U = U(R)$ than it has elements, i.e. $\rm\:|U| < |R|$.

Proof $\rm\ \ R$ has a max ideal $\rm P_1,\:$ since the nonunit $\rm\: 0\:$ lies in some max ideal.
Inductively, suppose $\rm P_1,\ldots,P_k$ are maximal ideals in $\rm R$, with product $\,\rm J.$

$\rm Case\ 1\!: \; 1 + J \not\subset U.\:$ Thus $\rm 1 + J$ contains a nonunit $\rm p,\,$ lying in a max ideal $\rm P.$
It's new: $\rm\: P \neq P_i\:$ since $\rm\: P + P_i = 1\:$ via $\rm\: p \in P,\ 1 - p \in J \subset P_i$

$\rm Case\ 2\!: \; 1 + J \subset U$ is impossible by the following pigeonhole argument. $\rm R/J = R_1 \times \cdots \times R_k,\ R_i = R/P_i\:$ by the Chinese Remainder Theorem.
We deduce that $\rm\ |U(R/J)| \leq |U|\ $ because $\rm\ uv \in 1 + J \subset U \Rightarrow u \in U.$
Thus $\rm|U(R_i)| \leq |U(R/J)| \leq |U|\:$ via the injection $\rm u \mapsto (1,1,\ldots,u,\ldots,1,1).$
$\rm R_i$ field $\rm\: \Rightarrow\ |R| > 1 + |U| \geq |R_i|,\,$ and $\,\rm|J| \leq |U| < |R|\,$ via $\,\rm 1 + J \subset U.$
Therefore $\rm|R| = |R/J|\ |J| = |R_1|\ \cdots |R_k|\ |J|\:$ yields the contradiction that
the infinite $\rm|R|$ is a finite product of smaller cardinals.

I recall the pleasure of discovering this "fewunit" generalization of Euclid's proof and other related theorems while reading Kaplansky's classic textbook Commutative Rings as an MIT undergrad. There Kaplansky presents a simpler integral domain version as exercise $8$ in Section $1$-$1,\:$ namely

(This exercise is offered as a modernization of Euclid's theorem on the infinitude of primes.) Prove that an infinite integral domain with with a finite number of units has an infinite number of maximal ideals.

I highly recommend Kap's classic textbook to anyone seeking to master commutative ring theory. In fact I highly recommend everything by Kaplansky - it is almost always very insightful and elegant. Learn from the masters! For more about Kaplansky see this interesting NAMS paper which includes quotes from many eminent mathematicians (Bass, Eisenbud, Kadison, Lam, Rotman, Swan, etc).

I liked the algebraic way of looking at things. I'm additionally fascinated when the algebraic method is applied to infinite objects. $\ $--Irving Kaplansky

Note $ $ Readers familiar with the Jacobson radical may note that it may be employed to describe the relationship between the units in $\rm R$ and $\rm R/J\:$ used in the above proof. Namely

Theorem $\ $ TFAE in ring $\rm\:R\:$ with units $\rm\:U,\:$ ideal $\rm\:J,\:$ and Jacobson radical $\rm\:Jac(R).$

$\rm(1)\quad J \subseteq Jac(R),\quad $ i.e. $\rm\:J\:$ lies in every max ideal $\rm\:M\:$ of $\rm\:R$

$\rm(2)\quad 1+J \subseteq U,\quad\ \ $ i.e. $\rm\: 1 + j\:$ is a unit for every $\rm\: j \in J$

$\rm(3)\quad I\neq 1\ \Rightarrow\ I+J \neq 1,\qquad\ $ i.e. proper ideals survive in $\rm\:R/J$

$\rm(4)\quad M\:$ max $\rm\:\Rightarrow M+J \ne 1,\quad $ i.e. max ideals survive in $\rm\:R/J$

Proof $\: $ (sketch) $\ $ With $\rm\:i \in I,\ j \in J,\:$ and max ideal $\rm\:M,$

$\rm(1\Rightarrow 2)\quad j \in all\ M\ \Rightarrow\ 1+j \in no\ M\ \Rightarrow\ 1+j\:$ unit.

$\rm(2\Rightarrow 3)\quad i+j = 1\ \Rightarrow\ 1-j = i\:$ unit $\rm\:\Rightarrow I = 1$

$\rm(3\Rightarrow 4)\ \ \ $ Let $\rm\:I = M\:$ max.

$\rm(4\Rightarrow 1)\quad M+J \ne 1 \Rightarrow\ J \subseteq M\:$ by $\rm\:M\:$ max.

Bill Dubuque
  • 272,048
  • I have not seen this, it is as you say the essence of the Euclid proof. Also, a good exercise for fresh students. – AD - Stop Putin - Sep 25 '10 at 19:01
  • @AD.: Yes, it's very strange that this proof is rarely if ever mentioned in the literature. It must be very old but I don't know the history. Does anyone have any historical information? – Bill Dubuque Sep 25 '10 at 19:05
  • @Bill Dubuque : You use equality or isomorphic in your chineese remainder theorem under case 2 ; but how do you know that the max. ideals are co-maximal ? –  Apr 20 '15 at 15:44
  • @BillDubuque : And I don't understand how $|U(R_i)| \le |U(R/J)|$ via the injection , injection from where to where ? Please help . –  Apr 20 '15 at 15:51
  • @SaunDev The max ideals are presumed distinct, i.e. $,\rm i\neq j,\Rightarrow, M_i\neq M_j.,$ Distinct max ideals are comaximal. Note that the displayed injection is a map from $\rm,U(R_i),$ to $,\rm U(R/J)\ $ which maps a unit of the factor $,\rm R_i,$ into the product $,\rm R/J = R_1\times\cdots \times R_k\ \ $ – Bill Dubuque Apr 20 '15 at 15:58
  • @BillDubuque : Thanks , really great –  Apr 22 '15 at 09:01
  • Is the ring in the theorem "An infinite ring  has infinitely many maximal ideals if..." commutative? Otherwise, I don't know why $R_j$ can be a field... – Mod.esty Nov 20 '20 at 16:07
  • 1
    @algebra.And.analysis Yes. in general-level math forums like this, I use the convention that rings are commutative (and associative) by default (unless the context obviously implies otherwise), cf. this meta thread – Bill Dubuque Nov 20 '20 at 19:27
14

Here's a really nice proof that there are an infinite number of primes:

$\prod(1-p_i^{-2})^{-1} = \zeta(2) = \pi^2/6$.

Since $\pi$ is transcendental, the RHS is irrational. Therefore there must be an infinite number of terms in the product on the left.

Simon
  • 519
12

$$\sum_p \frac{1}{p}=\infty$$ Here is a link


Edit: If there was finitely many primes, then the sum would be finite.

8

Now that this question has been bumped up, I feel like posting the other somewhat famous proof that they are infinitely many primes: Consider the Fermat numbers $F_n = 2^{2^n} + 1$. It is an easy exercise to see that the gcd of any two Fermat numbers is $1$. As each number has at least one prime factor, picking for each $F_n$ a factor $p_n$ gives an infinite sequence of prime numbers.

This proof is usually attributed to Pólya, but it may well be much older. See this discussion of its history on Math Overflow.

ShreevatsaR
  • 41,374
  • In fact, I think there's one more conceptual message in the proof, namely: There are infinitely many prime numbers iff there exists an infinite set of numbers that are pairwise relatively prime. You indicated one direction of the proof. For the other direction, the infinite set of primes itself is pairwise relatively prime. :-)

    Perhaps this connection is why someone thought of this proof?

    – Srivatsan Aug 01 '11 at 02:08
  • This proof was given by Goldbach first in a letter to Euler on 20/31 July,1730. – math is fun May 28 '20 at 12:12
8

Another proof is:

Consider the numbers $$9^{2^n} + 1, \\ \\ n = 1,2,\dots$$

Now if $$9^{2^n} + 1 = 0 \mod p$$ then we have that, for $ m > n$ that

$$9^{2^m} + 1 = (9^{2^n})^{2^{m-n}} + 1 = (-1)^{2^{m-n}} + 1 = 1+1 = 2 \mod p$$

Thus if one term of the sequence is divisible by a prime, none of the next terms are divisible by that prime, i.e. if you write out the factors of the terms of the sequence, each term of this sequence gives rise to a prime not seen before!

As a curiosity, it can be shown that each number in the sequence has at least one prime factor > 40. See this question on this very site: Does $9^{2^n} + 1$ always have a prime factor larger than $40$?

Aryabhata
  • 82,206
7

According to XKCD, we have the following Haiku:

Top Prime's Divisors'
Product (Plus one)'s factors are...?
Q.E.D B@%&$

I wonder if we can edit it to make it correct

kennytm
  • 7,495
Casebash
  • 9,211
2

I found this proof on this Chinese website. Here is the translation.

This is a proof with information theory (the proof can be done without information theory, but this is just cool). $\log(n)$ always means $\log_2(n)$

Uniformly pick a integer $N$ between 1 and $n$. We have

$H(N) = \log(n)$

Where $H(x)$ is the entropy function.

$N$ can be represented by $m$ integers $X_1,\ldots,X_m$ uniquely as

$N = p_i^{X_i}$

where $m$ is the amount of primes no larger than $n$.

$H(N) = H(X_1, X_2, \ldots, X_m)$

$H(N) \leq H(X_1)+H(X_2)+\cdots+H(X_m)$

Since $X_i \leq \log(N)$ ($2^{\log_2(N)} = N$), we have

$H(N) \leq m H(\log(N))$

$\frac{\log(n)}{\log(\log(n)+1)} \leq m$

The lhs can increase indefinitely. This even give a bound for the amount of primes smaller than $n$

Chao Xu
  • 5,768
  • I don't think you need the use entropy here. Here is a simpler version of the argument which just uses counting. Suppose there were $k$ prime numbers. This means every number $n$ could be uniquely specified by the $k$ exponents in its prime factorization. Each of these exponents is at most $\log n$, so there is a way to map the $k$-tuples $(x_1,\ldots, x_k)$ with each $x_i \in { 0, 1, \ldots, \log n }$ onto ${1,\ldots,n}$. But the former set has $(\log n + 1)^k$ elements while the latter set has $n$ elements, and eventually $n > (\log n + 1)^k$ for any $k$. – morgan Aug 04 '10 at 21:57
  • Why in the world was this edited now? A year after it was last touched? – davidlowryduda Aug 01 '11 at 01:55
  • @mixedmath: One can only speculate! – The Chaz 2.0 Sep 17 '11 at 15:06
-2

Proof that there is always a higher prime number and therfore an infinite amount of prime numbers:

Mathematicians often hide behind an array of jargonish symbology. We need more proofs like the one I invent here (took me 90 minutes after watching “An infinite Mind” thanks Patel for channeling Ramanujan):

Easiest layman’s proof that there is always a higher prime number than any prime you are given:

Let Y be a prime number of any positive value.

Y!-1 cannot be divided by Y or any other integer lower than Y because those numbers are already factors of Y! and therefore cannot be factors of Y!-1; Therefore any factor of Y!-1 must have a value higher than Y, and yet not be divisible by any other factor lower than Y, which means it must be a prime number higher than Y. So in any case, either Y!-1 is a prime number OR Y!-1 has at least one factor which is prime numbers higher than Y: in either case, there is a higher prime number than Y.

[Y! means 1x2x3x4x5x … all the way up to … Y]