Sunday, October 21, 2012
Proof of perfect square
Prove or disprove the claim that for any positive integer m there is a positive integer n such that mn + 1 is a perfect square.
== Attempt ==
First, the claim can be expressed as:
∀(m,n∈N)∃(r∈Z)[m⋅n+1=r2] |
m⋅n+1=r2m⋅n=r2−1m⋅n=(r+1)(r−1)n=(r+1)(r−1)m |
∃(x∈N)[(m⋅x=r+1)∨(m⋅x=r−1)] |
∃(x∈N)[(r=m⋅x−1)∨(r=m⋅x+1)] |
r=1⋅3−1=2n=(2+1)(2−1)1=3m⋅n+1=1⋅3+1=22 |
r=m⋅x−1>=2 |
x>=3m |
Comments:
<< Home
I believe the solution is easier... When m*n = (r-1)*(r+1), you can say: suppose m = r-1 and n = r+1. After a little high school mathematics you will have m*n = (m+1)^2 which is a perfect square
Hi Anonymous, if m=r−1 and n=r+1, then r=m+1 and n=m+2.
So mn=m(m+2)=m2+2m=(m+1)2−1, not (m+1)2.
What am I missing ?
Post a Comment
So mn=m(m+2)=m2+2m=(m+1)2−1, not (m+1)2.
What am I missing ?
<< Home