Eclair_de_XII
- 1,082
- 91
Homework Statement
"Prove: There exists no ##m,n∈ℕ## such that ##m^2+m+1=n^2##."
Homework Equations
The Attempt at a Solution
I basically rewrote it as:
##m^2+2m+1=n^2+m##
or
##(m+1)^2=n^2+m##,
and subtracting ##n^2##, I get
##(m+1-n)(m+1+n)=m##.
Then I divided both sides of the equation by ##m## to get:
##(1+\frac{1}{m}-\frac{n}{m})(m+n+1)=1##.
I then argued that the only way for this to be possible was (1) if both terms on the left were ##1##, which would contradict the fact that ##m## and ##n## were positive integers, because if they were, the second term would be greater than one; or (2) if the two terms were multiplicative inverses of each other. The latter is the one I had trouble with, because it led to some kind of circular reasoning. Basically, I ended up with the exact same problem which I had to once again disprove. Can anyone provide me with any hints on how to approach this proof?