Describing Equivalence Classes

missavvy
Messages
73
Reaction score
0
Hey guys!
So I am having trouble understanding equivalence classes. How are they determined??
Anyways here is my problem!

Homework Statement


Let A and B be two sets, and f: A-->B a mapping. A relation on A is defined by: x~y iff f(x) = f(y)
a) Show ~ is an equivalence relation
b) Describe the equivalence classes when f is 1-1
c) What can be said about f if ~ has only one equivalence class?


Homework Equations





The Attempt at a Solution



a) I've already done this and understand it:
reflexive: f(x)=f(x)
symmetric: f(x) = f(y), f(y) = f(x)
transitive f(x) = f(y) and f(y) = f(z) then f(x) = f(z)

b) Okay here is where I am having trouble
so if f is 1-1, it means f(x) = f(y) --> x = y
Then would the equivalence class be something like all x that are in A which get mapped to f(x)?
So [x] = { x ϵ A | f(x) = f(y) } = {x ϵ A | x = y } = {x}

:confused:

c) I don't know get the above question so I don't understand this one either...
 
Physics news on Phys.org
Yes, for b, the equivalence classes are all "singleton sets"- each set contains only one member of A.

For (c) it is exactly the opposite- all members of A are in the same equivalence class so for all x and y, f(x)= f(y)- f is a "constant function".
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top