Prove there are infinitely many primes using Mersenne Primes

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Kitty Kat
Messages
13
Reaction score
0

Homework Statement


Prove that there are infinitely many primes using Mersenne Primes, or show that it cannot be proven with Mersenne Primes.

Homework Equations


A Mersenne prime has the form: M = 2k - 1

The Attempt at a Solution


Lemma: If k is a prime, then M = 2k - 1 is a prime.
Proof of Lemma: Assume that k is composite, then 2k - 1 must also be composite.
k = a * b
2ab - 1 is then divisible by both (2a - 1) and (2b - 1)
Therefore k must be a prime.

Proof for problem

Assume there are finitely many primes, p1, ... , pr, and let pr be the last prime.

Then by Lemma 1, 2pr - 1 is a Mersenne prime, which is certainly larger than pr, therefore there are infinitely many primes.
After writing all this out, I realized that the lemma is most certainly false, so I guess there isn't a way to prove infinitely many primes with Mersenne Primes, since the number of Mersenne Primes themselves are an open question.
 
Last edited:
Physics news on Phys.org
You appear to think you have proved that if ##k## is prime, then ##2^k -1## is prime. This is false. E.g ##k = 11##

You have proved the converse: If ##2^k -1## is prime, then ##k## is prime.
 
  • Like
Likes   Reactions: Kitty Kat