chocolatelover said:
Homework Statement
(proof) Determine whether or not (x,y)~(w,z) if and only if y=w is an equivalence relation. If it is, then describe the associated partition.
chocolatelover said:
Is it not reflexive because (2,5) is not the same thing as (5,2)? I'm not really sure how to prove whether it is or it isn't. Could you please show me how?
No, this is not reflexive because (2,5)~(2,5) is wrong: (x,y)= (2,5) so y= 5. (w,z)= (2,5) so w= 2. 5 is not equal to 2 so y is not equal to w.
This one is reflexive, right? (x,y)~(w,z) if and only if x^2=w^2 because they are both squared. 2^2=2^2
-2^2=2^2
Which one? If you are going to define a new relation, by "(x,y)~(w,z) if and only if x^2=w^2", please define it first,
then ask the question! Yes, this is reflexive. No, it is
not because of the squares but because x and w are both the first members of the pair. For any (x,y), (x,y)~(x,y) because x
2= x
2. (Notice that in that last equation I am using the fact that "=" itself is reflexive: a= a.)
It is also symmetric and transitive, right? Could you show me how to prove it?
You prove something like that by showing that it satisfies the definition:
A relation is symmetric if and only if a~b implies b~a. Suppose (x,y)~(w,z). Then x
2= w
2. But then, because w
2= x
2, we have (w,z)= (x,y). Do you see how I used the fact that "=" itself is symmetric?
To show that this relation is transitive, we must show that "if (x,y)~(w,z) and (w,z)~(u,v) then (x,y)~(u,v)", the definition of "transitive". Okay, if (x,y)~(w,z) then x
2= w
2 and if (w,z)~(u,v) then w
2= u
2. From that (and the fact that "=" itself is transitive) we have x
2= u
2 which tells us that (x,y)~(u,v) and we are done.
The "equivalence classes" are sets of point (x,y) where x
2 is always the same. Since x
2= w
2 if x= w or x= -w, those are pairs of vertical lines, x= a and x= -a, on a graph.
(x,y)~(w,z) if and only if xw=yz is not reflexive, right? because 2(5)=6(8) is not true
Where did you get "2(5)" and "6(8)"? The
definition of reflexive is "a~a" for any a in the set. Here, your set is R
2 or pairs of numbers. To show any relation on R
2 is reflexive you must show (x,y)~(x,y) for any x and y. There are only two numbers involved, not 4. If (x,y)~(w,z) means xw= yz (first member times first member equals second member times second member), then (x,y)~(x,y) means x
2= y
2. That is not always true. (1, 2)~(1,2) is false because 1
2 is not equal to 2
2.
You are welcome.