Proof of infinitely many solutions

  • Context: Undergrad 
  • Thread starter Thread starter nicnicman
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary

Discussion Overview

The discussion revolves around proving that there are infinitely many solutions in positive integers x, y, and z to the equation x² + y² = z². Participants explore various methods of proof, including parameterizations and algebraic manipulations, while seeking clarity on how to demonstrate the infinitude of solutions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant suggests using the parameterization x = m² - n², y = 2mn, z = m² + n² to generate solutions.
  • Another participant emphasizes the need to show that this method produces infinitely many distinct x values.
  • Some participants discuss the implications of having x, y, and z with no common factors, complicating the proof.
  • There are suggestions to reduce the final equation to an absolute truth to demonstrate the existence of infinite solutions.
  • Several participants express uncertainty about the correct steps to finalize the proof and the meaning of "end terms" in the context of the equation.
  • One participant notes that the proof should ultimately show equality without reducing it to trivial statements like 2 = 2.
  • There is a focus on ensuring that the construction of z aligns with the derived equations to complete the proof correctly.

Areas of Agreement / Disagreement

Participants generally agree on the approach of using parameterizations to find solutions, but there is no consensus on the best method to conclusively prove the infinitude of solutions. The discussion remains unresolved regarding the final steps of the proof and the clarity of the argumentation.

Contextual Notes

Participants express confusion over specific algebraic manipulations and the significance of certain terms in the proof. There is also mention of the necessity for m to be greater than n to ensure positive values for x.

nicnicman
Messages
132
Reaction score
0
Hello all,

I'm practicing proofs and I'm stuck. Here it is:

Prove that there are infinitely many solutions in positive integers x, y, and z to the equation x^2 + y^2 = z^2. Evidently I'm supposed to start by setting x, y, and z like this:

x = m^2 - n^2
y = 2mn
z = m^2 + n^2

So then we have:

(m^2 - n^2)^2 + (2mn)^2 = (m^2 + n^2)^2
m^4 + n ^4 - 2(mn)^2 + 4(mn)^2 = m ^4 + n^4 +2(mn)^2
m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2

Now I'm sort of at a standstill. I understand that I can plug any integer into m and n and x^2 + y^2 = z^2 will be true, but I'm not sure how to prove it.

Also, another way to show the proof would be to let x be:

x = 3m
y = 4m
z = 5m

Since any number can be plugged into m then there are infinite solutions.

However, I would like to understand how to derive the proof from my first method.

I'm really trying to understand this stuff so any help would be appreciated.
 
Physics news on Phys.org
nicnicman said:
Now I'm sort of at a standstill. I understand that I can plug any integer into m and n and x^2 + y^2 = z^2 will be true, but I'm not sure how to prove it.
You have proved that you can plug and m and n in and they will generate a solution. What you have not proved is that this procedure will generate infinitely many different solutions. But for that, all you need to show is that it will generate infinitely many different x values (say).
Also, another way to show the proof would be to let x be:

x = 3m
y = 4m
z = 5m
Yes, but that feels like cheating. I suspect the problem was supposed to say "where x, y and z have no common factor". If so, that also complicates the 'proper' proof.
 
You have almost proved it. Everything you have left to do is trivial.

To prove that an equation (or rather, a system of equations) has infinitely many solutions, you need only reduce it to an absolute truth. All this means is that you want a statement that doesn't involve variables, that is true.

For example, if we had a system of equations:
y = 2x + 3
2x^{2} = y^{2} - 12x - 9

Then solving for x gives:
2x + 3 = 2x + 3 \Rightarrow 3 = 3

Just take your last step, and reduce it to an absolute truth to show that there are infinitely many solutions.

Conversely, if, in some other situation, you end up with an absolutely false statement, i.e. 2 = 3 you would know that there are no solutions.
 
Last edited:
Okay so to finish it off I would do this:

(m^2 - n^2)^2 + (2mn)^2 = (m^2 + n^2)^2
m^4 + n ^4 - 2(mn)^2 + 4(mn)^2 = m ^4 + n^4 +2(mn)^2
m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2

2(mn)^2 = 2(mn)^2 . . . Subtract m^4 and n^4 from both sides.
2 = 2 . . . Divide both sides by (mn)^2

Since 2 always equals 2 there are infinite solutions.
 
That doesn't work. Rather, factor the end terms of the equation. What do you get?

Edit: m and n are vague. Be sure to include their purpose (we want to have infinitely many solutions).

Edit 2: Well it could work actually but then you'd have to go "On the other hand, z^2=…". You're better off doing a clean argument.
 
Thanks for the reply Klungo, but I'm not sure I know what you mean by end terms.

Also, the purpose of m and n are to represent arbitrary integers.
 
Right.

What i mean is factor m^4+n^4+2(mn)^2.

Let's clean up.

For arbitrary m and n. Let x,y,z be given by (what you assigned). Then

x^2+y^2= plug in for x and y (you did that) = manipulated terms (you did that) = m^4+n^4+2(mn)^2 = _______ = z^2.

Thus, ...
 
Ok I'm at a loss.

So factor
m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2
mmmm + nnnn + 2mmnn = mmmm + nnnn + 2mmnn

Still not sure what I'm looking for, but thanks for your help
 
Last edited:
Maybe factor like this:

m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2
(m^2 + n^2)^2 = (m^2 + n^2)^2
m^2 + n^2 = m^2 + n^2 . . . square root of both sides

Again though, I'm not sure what I'm looking for.
 
  • #10
You've got it (kinda).

m^4+n^4+(mn)^2 = (m^2+n^2)^2.

Your proof goes:

Let
x = m^2 - n^2
y = 2mn
z = m^2 + n^2
for arbitrary m and n.

So then we have:

x^2+y^2= (m^2 - n^2)^2 + (2mn)^2 = (m^2 + n^2)^2
m^4 + n ^4 - 2(mn)^2 + 4(mn)^2 = m ^4 + n^4 +2(mn)^2
m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2 = _____= ____. Since m and n were arbitrary, we have an infinite number of solutions to x^2+y^2=z^2.

Do you see the logic and flow? You are really just missing that last part in the long equation.
 
  • #11
Well I'm still a little fuzzy but I'll take a shot. Here it is:

Let
x = m^2 - n^2
y = 2mn
z = m^2 + n^2
for arbitrary m and n.

So then we have:

x^2+y^2= (m^2 - n^2)^2 + (2mn)^2 = (m^2 + n^2)^2
m^4 + n ^4 - 2(mn)^2 + 4(mn)^2 = m ^4 + n^4 +2(mn)^2
m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2 = m^2 + n^2 = z^2. Since m and n were arbitrary, we have an infinite number of solutions to x^2+y^2=z^2.
 
  • #12
Once you fabricate a proof, Go step by step with the intention of finding a flaw. If you can't find one, continue to the next step and try to find a flaw. The point of a proof is to convince the truth to a proposition. Convince yourself.

Hint (I'm not)
 
  • #13
I'm just not seeing it. Anymore advice?
 
  • #14
Let
x = m^2 - n^2
y = 2mn
z = m^2 + n^2
for arbitrary m and n.

So then we have:

x^2+y^2= (m^2 - n^2)^2 + (2mn)^2 = (m^2 + n^2)^2
m^4 + n ^4 - 2(mn)^2 + 4(mn)^2 = m ^4 + n^4 +2(mn)^2
m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2 = x^2+y^2= z^2. Since m and n were arbitrary, we have an infinite number of solutions to x^2+y^2=z^2.
 
  • #15
Am I trying to factor out the variables? Thereby, reducing the equation to an absolute truth, as Bossman said.
 
  • #16
Thats pointless though. The goal is to prove equality. That is x^2+y^2 = *magic* = z^2.

You have one error in the magic. Just read through your work. It is possible you missed something out that you typed on here vs what you may have (probably) done correctly on paper. Look at you previous post (just to be sure) and do the revision from there.

Just so you know. Its a bit pointless reducing some expressions to something like 1=1. Just think about that. Ex: sin(pi)=0 implies 0=0. Thats not useful. The only useful part is sin(pi)=0.
 
  • #17
Well I've been poring over this for hours and I'm still not sure what I'm missing, but I'll look again.

Thanks again for all your help.
 
  • #18
No problem. This is a huge part of learning to write proofs. Once you get a few of these down, almost all (similar) 'theorems' of this type can be proven in seconds. One suggestion is to cover up what you did and rewrite the proof. Compare the two proofs and look for any math errors (this doesn't clear logic errors).

Again. I feel you got the proof correct on paper but typed it up incorrectly on here.
 
  • #19
Well, I looked and I have it written the same way. It's missing the magic. I keep trying but I'm still not sure what I'm missing.
 
  • #20
I know that m must be greater than n so that x is positive, but I don't think this is what I'm missing.
 
  • #21
Here's my final hint. You got from the last post:

m^4+n^4+2(mn)^2 = _______ = z^2.

Based on your construction of z, what is in the blank in terms of n and m? By construction, i mean what you assign z to be by assumption. Look at z in terms of m and n.
 
  • #22
Klungo said:
Here's my final hint. You got from the last post:

m^4+n^4+2(mn)^2 = _______ = z^2.

Based on your construction of z, what is in the blank in terms of n and m? By construction, i mean what you assign z to be by assumption. Look at z in terms of m and n.

Well, I assigned z to equal m^2 + n^2. Then, z^2 = (m^2 + n^2)^2.
 
  • #23
That's right. So what would you write to complete the equality. Look at each side of the equation where _____ is.
 
  • #24
Thats it! Now write the revised proof.
 
  • #25
Let
x = m^2 - n^2
y = 2mn
z = m^2 + n^2
for arbitrary m and n.

So then we have:

x^2+y^2= (m^2 - n^2)^2 + (2mn)^2 = (m^2 + n^2)^2
m^4 + n ^4 - 2(mn)^2 + 4(mn)^2 = m ^4 + n^4 +2(mn)^2
m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2 = (m^2 + n^2)^2= z^2. Since m and n were arbitrary, we have an infinite number of solutions to x^2+y^2=z^2.
 
  • #26
Correct.

Be sure to understand this structure as many proofs are similar. I.e. assumptions first, then constructions, then the magic. I would recommend you work out a few similar problems until you get the hang of it.
 
  • #27
Yeah, I'll be practicing these a lot. Thanks for the help.
 
  • #28
nicnicman said:
Let
x = m^2 - n^2
y = 2mn
z = m^2 + n^2
for arbitrary m and n.

So then we have:

x^2+y^2= (m^2 - n^2)^2 + (2mn)^2 = (m^2 + n^2)^2
m^4 + n ^4 - 2(mn)^2 + 4(mn)^2 = m ^4 + n^4 +2(mn)^2
m ^4 + n^4 +2(mn)^2 = m ^4 + n^4 +2(mn)^2 = (m^2 + n^2)^2= z^2. Since m and n were arbitrary, we have an infinite number of solutions to x^2+y^2=z^2.
Almost! The one thing missing is a detail many would overlook. You can choose infinitely many different combinations of m and n, but does this generate infinitely many different solutions of a2+b2=c2?
 
  • #29
Since m and n dictate the values of a, b, and c doesn't it follow if there are infinite values for m and n there would also be infinite values for a, b, c and also infinite solutions.
 
  • #30
nicnicman said:
Since m and n dictate the values of a, b, and c doesn't it follow if there are infinite values for m and n there would also be infinite values for a, b, c and also infinite solutions.
The proof is trivial in this case, but it's not automatically true in general. One can imagine a more complicated relationship between m and n, on the one hand, and a, b, c on the other, such that many combinations of m and n lead to the same triple (a, b, c).
All you need to say is something like "keeping n fixed, no two values of m lead to the same triple (a, b, c), therefore infinitely many distinct triples are generated". It's no big deal in this case, but being rigorous is a good habit to get into.
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K