Proving operations are well-defined

  • Thread starter Thread starter Raziel2701
  • Start date Start date
  • Tags Tags
    Operations
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
16 replies · 13K views
Raziel2701
Messages
128
Reaction score
0

Homework Statement


Let X= N x N. Define a relation R on X by (x,y)R(z,w) if xw=yz. Then R is an equivalence relation.

Define "+" and "x"(multiplication) on the set X/R of equivalence classes by:

[x,y] "+" [z,w] = [xw + yz,yw]

[x,y] "x" [z,w] = [xz.yw].

Prove that each of the operations is well-defined, independent of choice of representatives.

Homework Equations


The Attempt at a Solution


The way R is defined: (x,y)R(z,w) if xw=yz, can be rewritten as [tex]\frac{x}{y}=\frac{z}{w}[/tex]

I said that [x,y] is equivalent to [tex]\frac{x}{y}[/tex], and thus I did the following:

[tex]\frac{x}{y} +\frac{z}{w}= \frac{xw+yz}{yw}[/tex] which is equivalent to [xw+yz,yw], thus the operation is well-defined.

Is this correct?

I did more or less the same process for the "x" operation.
 
Last edited:
Physics news on Phys.org
No, well defined means the following. Take [tex][x,y]=[x^\prime,y^\prime][/tex] and [tex][z,w]=[z^\prime,w^\prime][/tex].

For + to be well defined, you'll need to show that [tex][x,y]+[z,w]=[x^\prime,y^\prime]+[z^\prime,w^\prime][/tex].

For . to be well defined, you'll need to show that [tex][x,y].[z,w]=[x^\prime,y^\prime].[z^\prime,w^\prime][/tex].
 
But the problem statement defines the operations differently, shouldn't I have to work with the definitions I was already given?
 
Well, the thing is that I already have what [x,y] + [z,w] equals to from the problem statement, so trying to do [x',y']+ [z',w'] seems to me to be doing something else.

Does that make sense?
 
The problem is that sometimes two things are equal when they don't appear to be. Like [2,4]=[1,2]. In the left-hand side you have the representatives 2 and 4. And in the right-hand side the representatives are 1 and 2.

When you use the formula [x,y].[z,w]=[xz,yw], you're using the representatives x,y and z,w. But there could be other representatives.

For example: [1,2][z,w]=[z,2w] and [2,4][z,w]=[2z,4w]. Since you multiplicated the same elements, you'll need to get the same answer. So you'll need to see wheter it is true that [z,2w]=[2z,4w]. If this is not true, then multiplicating thesame element yields a different answer! The multiplication is then not well-defined.
 
I think if I do what you suggest, I'd be forgetting to utilize the definition of the equivalence relation. I don't know, I'm not convinced that your suggestion is correct mainly because yours seems to be a way that's not taking into account all these tidbits of information embedded in the relation, and in the manner the operations are defined.
 
So independent of choice goes right along with your suggestion because it doesn't matter what numbers we pick, the operation should hold, however, don't I have to incorporate the relation into my proof somehow?

It'd be helpful if I could first understand what I'm doing wrong in my attempt at a solution.
 
[tex][x,y]+[z,w]=[x^\prime,y^\prime]+[z^\prime,w^\prime][/tex] Implies [tex][x,y]=[x^\prime,y^\prime][/tex]

Which means (x,y)R(x',y'), therefore xy'=yx', thus [tex]\frac{x}{y}=\frac{x^\prime}{y^\prime}[/tex] which only holds if x=x' and y=y'.

Now this seems to be similar to what I had posted on my first post. Am I on the right path?
 
I don't see how you did that. You have that [x,y]=[x',y'] and [z,w]=[z',w'] (thus (x,y)R(x',y') and (z,w)R(z',w') ).

Now you need to show that [x,y]+[z,w]=[x',y']+[z',w']. I suggest applying the definition of the addition (your definition) and then see if the two couples you receive are in relation with each other)...
 
[xw+yz,yw]=[x'w'+y'z',y'w']

Now if these two things are equal, then (xw+yz,yw)R(x'w'+y'z',y'w'), but from there I get that
(xw+yz)(y'w')=(x'w'+y'z')(yw)

And then I can do a bunch of algebra to get nowhere...sigh

What am I missing?
 
Ok, so I get to this step after manipulating this: (xw+yz)(y'w')=(x'w'+y'z')(yw)

I get w'wy'x +zw'yy' = yx'ww' + z'wyy'

And since we know that y'x=yx' and zw'=z'w then I can make substitutions to make the expressions on both sides of the equal sign to be exactly the same. Is that the end of the proof?
 
Phew, got it, thanks a lot micromass!