Simple proof that if x^2 = y^2 then x=-y or x=y

  • Thread starter Thread starter Jose Bouza
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving the statement that if \( x^2 = y^2 \), then \( x = y \) or \( x = -y \). Participants are exploring this proof within the context of high school mathematics, specifically referencing Spivak's approach to foundational properties of mathematics.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss various attempts to prove the statement, including factoring \( x^2 - y^2 \) and examining the implications of assuming \( x = y \) or \( x = -y \). Some express confusion about the simplicity of certain steps and whether they are missing deeper reasoning.

Discussion Status

There is an ongoing exploration of the proof's validity, with participants providing guidance on how to approach the factorization of \( x^2 - y^2 \). Multiple interpretations of the proof's requirements are being examined, and while some participants suggest methods, there is no explicit consensus on a final approach.

Contextual Notes

Participants are working under the constraints of Spivak's properties, questioning which algebraic properties can be assumed or must be proven. There is a focus on ensuring that all steps adhere to the fundamental properties outlined in the text.

Jose Bouza
Messages
9
Reaction score
0

Homework Statement


Hi, I'm a high school student currently working through Spivak for the first time and this is my first proof based introduction to mathematics so I just wanted to make sure that I was doing the following correctly:

Prove that if x^2 = y^2 then x=y or x=-y

The Attempt at a Solution


(-y)^2 = (-y)*(-y) = (-1*y)*(-1*y) = (-1)*(-1)*y*y = 1*y*y = y*y = y^2
so...
(-y)^2 = y^2
or...
x^2 = y^2 when x= -y

Is this proof logical assuming the 12 basic properties of multiplication and addition that spivak lists in chapter 1?

For the fist case (x= y) I'm kind of confused. I could do this:

if y*y = y^2
then y^2 = y^2 and x^2 = y^2 if x=y

but that seems far too easy, am I missing something or is that part just that simple?

Thanks for any help :)
 
Physics news on Phys.org
Jose Bouza said:

Homework Statement


Hi, I'm a high school student currently working through Spivak for the first time and this is my first proof based introduction to mathematics so I just wanted to make sure that I was doing the following correctly:

Prove that if x^2 = y^2 then x=y or x=-y

The Attempt at a Solution


(-y)^2 = (-y)*(-y) = (-1*y)*(-1*y) = (-1)*(-1)*y*y = 1*y*y = y*y = y^2
so...
(-y)^2 = y^2
or...
x^2 = y^2 when x= -y

Is this proof logical assuming the 12 basic properties of multiplication and addition that spivak lists in chapter 1?

For the fist case (x= y) I'm kind of confused. I could do this:

if y*y = y^2
then y^2 = y^2 and x^2 = y^2 if x=y

but that seems far too easy, am I missing something or is that part just that simple?

Thanks for any help :)
I don't have Spivak, so I don't know the 12 properties he lists.

Starting with x2 = y2, you can write an equivalent equation, x2 - y2 = 0. The left side can be factored...
 
  • Like
Likes   Reactions: Jose Bouza
Mark44 said:
I don't have Spivak, so I don't know the 12 properties he lists.

Starting with x2 = y2, you can write an equivalent equation, x2 - y2 = 0. The left side can be factored...

Basically just the associative, commutative and distributive properties (as in ##a(x+y) = ax + ay##, not at the level of factoring of ##x^2-y^2##) . Factoring is a higher level algebraic property and must first be proved using those three if you wish to use it here as far as I know.
I know this property is super elementary but the basic idea of the problem set is to prove all the common algebraic properties using the most fundamental ones.
 
Jose Bouza said:

Homework Statement


Hi, I'm a high school student currently working through Spivak for the first time and this is my first proof based introduction to mathematics so I just wanted to make sure that I was doing the following correctly:

Prove that if x^2 = y^2 then x=y or x=-y

The Attempt at a Solution


(-y)^2 = (-y)*(-y) = (-1*y)*(-1*y) = (-1)*(-1)*y*y = 1*y*y = y*y = y^2
so...
(-y)^2 = y^2
or...
x^2 = y^2 when x= -y

Is this proof logical assuming the 12 basic properties of multiplication and addition that spivak lists in chapter 1?

For the fist case (x= y) I'm kind of confused. I could do this:

if y*y = y^2
then y^2 = y^2 and x^2 = y^2 if x=y
The problem is that this is NOT what you want to prove!
You want to prove that if x^2= y^2 then x= y or x= -y, NOT that "if x= y then x^2= y^2.

Instead, I suggest that you go from x^2= y^2 to x^2- y^2= 0 and factor the left side.

but that seems far too easy, am I missing something or is that part just that simple?

Thanks for any help :)
 
Jose Bouza said:
Basically just the associative, commutative and distributive properties (as in ##a(x+y) = ax + ay##, not at the level of factoring of ##x^2-y^2##) . Factoring is a higher level algebraic property and must first be proved using those three if you wish to use it here as far as I know.
I know this property is super elementary but the basic idea of the problem set is to prove all the common algebraic properties using the most fundamental ones.

"Factoring" isn't a separate property. You should be able to show that ##(x+y)(x-y)=x^2-y^2## using Spivak's properties. So you can use that to prove what you want.
 
  • Like
Likes   Reactions: Jose Bouza
Dick said:
"Factoring" isn't a separate property. You should be able to show that ##(x+y)(x-y)=x^2-y^2## using Spivak's properties. So you can use that to prove what you want.
Are you saying I can just assume that you can factor ##x^2 - y^2## to ## (x+y)(x-y)## using the property ##a(x+y) = ax + ay## or are you suggesting I prove it using the three given properties?
If its the latter I don't think that the case since we actually have to prove what ##x^2 - y^2## factors into in a later problem so I'm assuming the author didn't intend that property to be used yet (the general structure involves using proofs from previous problems to solve new ones). Thats why I'm asking if the "proof" I provided is correct.
But thanks for the help anyways!
 
Jose Bouza said:
Are you saying I can just assume that you can factor ##x^2 - y^2## to ## (x+y)(x-y)## using the property ##a(x+y) = ax + ay## or are you suggesting I prove it using the three given properties?
If its the latter I don't think that the case since we actually have to prove what ##x^2 - y^2## factors into in a later problem so I'm assuming the author didn't intend that property to be used yet (the general structure involves using proofs from previous problems to solve new ones). Thats why I'm asking if the "proof" I provided is correct.
But thanks for the help anyways!

Yes, your proof that if ##x=(-y)## then ##x^2=y^2## and that if ##x=y## then ##x^2=y^2## (and that is as obvious as you think - maybe even more so). What your approach is missing is showing that those are the ONLY two solutions. You can do that with the factorization. Multiply ##(x+y)(x-y)## out and show the result is ##x^2-y^2## using the Spivak properties. Then use the factorization to show that there are only two solutions.
 
  • Like
Likes   Reactions: Jose Bouza
How about adding zero ( in the form of ##\ xy-xy\ ##) to ##\ x^2-y^2\ ## ?
 
  • Like
Likes   Reactions: Jose Bouza
Dick said:
Yes, your proof that if ##x=(-y)## then ##x^2=y^2## and that if ##x=y## then ##x^2=y^2## (and that is as obvious as you think - maybe even more so). What your approach is missing is showing that those are the ONLY two solutions. You can do that with the factorization. Multiply ##(x+y)(x-y)## out and show the result is ##x^2-y^2## using the Spivak properties. Then use the factorization to show that there are only two solutions.
Ahh okay I see, thanks again.
 
  • #10
To nitpick, notice that you need to assume commutativity when you show ## x^2-y^2= (x+y)(x-y) ##.
 
  • #11
SammyS said:
How about adding zero ( in the form of ##\ xy-xy\ ##) to ##\ x^2-y^2\ ## ?
To then get to ##(x+y)(x-y)##? I think that going from ##x(x+y) - y(x+y)## to ##(x+y)(x-y)## must be proved to be correct in of itself no?
 
  • #12
Jose Bouza said:
To then get to ##(x+y)(x-y)##? I think that going from ##x(x+y) - y(x+y)## to ##(x+y)(x-y)## must be proved to be correct in of itself no?

Of course, but isn't that easy??
 
  • Like
Likes   Reactions: Jose Bouza
  • #13
Jose Bouza said:
To then get to ##(x+y)(x-y)##? I think that going from ##x(x+y) - y(x+y)## to ##(x+y)(x-y)## must be proved to be correct in of itself no?
What? No distributive law?
 
  • Like
Likes   Reactions: Jose Bouza
  • #14
Dick said:
Of course, but isn't that easy??
Oh okay I see. At this point the inverse of the distributive property can be used since ##x+y## is equal to the ##a## in ##a(x-y) = ax - ay## right?
 
  • #15
Jose Bouza said:
Oh okay I see. At this point the inverse of the distributive property can be used since ##x+y## is equal to the ##a## in ##a(x-y) = ax - ay## right?

Yes!
 
  • Like
Likes   Reactions: Jose Bouza
  • #16
SammyS said:
What? No distributive law?
Yeah I didn't see how to directly apply the distributive property at first but I got it now, thank you both!
 

Similar threads

Replies
8
Views
2K
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
1K
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K