Square root of a Mersenne Number is irrational

Click For Summary
SUMMARY

The discussion centers on the proof that the square root of any Mersenne number, defined as m = 2^n - 1 for n > 1, is irrational. A user presented a proof by contradiction using basic algebra, demonstrating that assuming a rational square root leads to contradictions in both cases of a and b being even or odd. Other participants suggested alternative proofs using binary methods, but the algebraic approach was validated as correct. This establishes that Mersenne numbers do not have rational square roots for n greater than 1.

PREREQUISITES
  • Understanding of Mersenne numbers
  • Basic algebra and proof by contradiction
  • Knowledge of even and odd integers
  • Familiarity with greatest common divisor (gcd)
NEXT STEPS
  • Explore the properties of Mersenne numbers and their applications in number theory
  • Study proof techniques in mathematics, particularly proof by contradiction
  • Learn about binary representations and their relevance in mathematical proofs
  • Investigate irrational numbers and their characteristics
USEFUL FOR

Mathematicians, students studying number theory, and anyone interested in mathematical proofs and properties of irrational numbers.

1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



A user on math.se wanted to prove that any Mersenne number m = 2^n - 1 has an irrational square root for n > 1. So, it can be proved rather easily that any non-perfect square has an irrational root, and that all of the numbers to be considered are not perfect squares. However, the user requested a solution that did not use this idea, and that just focused on the Mersenne numbers themselves. I'm not sure why one would do this besides the challenge.

A few other posters proved this by using binary. I don't know anything about that. This discouraged me, as I submitted a simple proof by contradiction using just basic algebra. Can anyone tell me if my proof actually works?

Homework Equations


The Attempt at a Solution



Assume by way of contradiction that there exist integers a, b, such that gcd(a,b) = 1 and (a/b) = sqrt(2^n - 1).

Then
\frac{a^{2}}{b^{2}} = 2^{n} - 1
\frac{a^{2}}{b^{2}} + 1 = 2^{n}

Since 2^n is even, a^2/b^2 is odd.
Since the quotient a^2/b^2 is odd, either both a^2 and b^2 are even or both a^2 and b^2 are odd.

Case #1; a^2 and b^2 are both even.

Then, a is even and b is even.
Contradiction, gcd(a,b) = 1.

Case #2; a^2 and b^2 are both odd.

Then, a is odd and b is odd.
Let a = 2x + 1 and b = 2y + 1

\frac{a^{2}}{b^{2}} + 1 = 2^{n}

a^{2} + b^{2} = 2^{n}b^{2}

(2x + 1)^{2} + (2y + 1)^{2} = 2^{n}b^{2}

4x^{2} + 4x + 4y^{2} + 4y + 2 = 2^{n}b^{2}

2(2x^{2} + 2x + 2y^{2} + 2y + 1) = 2^{n}b^{2}

2x^{2} + 2x + 2y^{2} + 2y + 1 = 2^{n-1}b^{2}

2(x^{2} + x + y^{2} + y) + 1 = 2^{n-1}b^{2}

Contradiction; 2^(n-1) is even since n > 1, and b^2 is odd. Therefore since an odd times an even is always even, the RHS is even. The LHS is odd by definition.

The shows that a contradiction occurs in all cases, so there is no such a, b.
 
Physics news on Phys.org
Your proof looks valid to me.
 
  • Like
Likes   Reactions: 1 person
Thanks for the response. It was pretty fun to write, I'm glad it's ok.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
3
Views
2K