'Infinite Prime Theorem' – Euclid's Theorem

Problem:

Prove that there is an infinite number of primes.

Solution:

The problem was originally called Euclid’s Theorem, named after Euclid, who proved that there were an infinite amount of primes in his book Elements (Book: IX, Proposition: 20) using contradiction. The following is an adaptation of his proof:

Assuming that there is a finite list of primes, let mm denote the product of all such primes and be one more than it.

m=2×3×5×7×...×p+1m=2\times 3\times 5\times 7\times...\times p+1

It is then shown that mm must either be a prime or have prime factors larger than pp.

Case mm is prime:

If mm is prime, and is the product of all primes in a finite list plus 1, then it must be larger than the largest prime pp, meaning that there is a larger prime bigger than the one defined as the largest, and therefore, there cannot be a finite number of prime numbers.

Case mm is composite:

If mm is composite, it follows that it cannot have a prime factor smaller than pp:

mm cannot be divided by 2 as it is 2(3×5×7×...×p)+12(3\times 5\times 7\times...\times p)+1, or one more than a multiple of 2.

mm cannot be divided by 3 as it is 3(2×5×7×...×p)+13(2\times 5\times 7\times...\times p)+1, or one more than a multiple of 3.

mm cannot be divided by 5 as it is 5(2×3×7×...×p)+15(2\times 3\times 7\times...\times p)+1, or one more than a multiple of 5.

It follows that mm cannot be divided by the assumed largest prime pp (in a finite list to comply with contradiction assumption that there is a finite number of primes) as it is p(2×3×7×...)+1p(2\times 3\times 7\times...)+1, or one more than a multiple of pp.

Therefore, mm can only be the product of two or more primes larger than pp, and therefore contradicts the assumption that pp is the largest prime in a finite list.

Therefore, there is an infinite number of primes.

#NumberTheory

Note by Just C
2 months, 1 week ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Nice! I think you meant to say "let mm denote the product of all such primes". :)

David Stiff - 2 months, 1 week ago

Log in to reply

Yeah, that was a mistake. Thanks for pointing it out! :)

Just C - 2 months, 1 week ago

Log in to reply

No problem!

David Stiff - 2 months, 1 week ago
×

Problem Loading...

Note Loading...

Set Loading...