- #1
psie
- 259
- 32
- Homework Statement
- Let ##A## be a non-empty set and define the two relations ##R## and ##S## on ##A## by ##aRb## for all ##a## and ##b## in ##A## and ##aSb## if ##a=b##. Show that ##R## and ##S## are equivalence relations and find their equivalence classes.
- Relevant Equations
- An equivalence relation is reflexive, symmetric and transitive, and these properties need to be checked.
I solved this exercise a long time ago, and I am now reviewing my solution. I think it is correct, but more importantly, when I look at this exercise now, I have a hard time understanding it and my solution. Hence I've got some questions.
If this is correct, why does "if ##a=b##, then ##b=a##" hold? The text has not really introduced the equality sign yet as some...I don't know what; I believe this exercise is the point at which it is introduced as an equivalence relation (the text is an introductory course on algebra). But how do you prove symmetry for example? My solution to transitivity also already seems to assume that something is transitive. I feel silly for asking, but I feel I am doubting something fundamental.
My remaining solution is:
##S## is reflexive since ##\forall a\in A## we have ##a=a\implies aSa##. ##S## is symmetric since if ##a=b##, then ##b=a##, i.e. ##aSb\implies bSa##. ##S## is transitive since if ##a=b## and ##b=c##, then ##a=b=c##, i.e. ##aSb\wedge bSc\implies aSc##. The equivalence classes are ##\{a\}## for all ##a\in A##.
If this is correct, why does "if ##a=b##, then ##b=a##" hold? The text has not really introduced the equality sign yet as some...I don't know what; I believe this exercise is the point at which it is introduced as an equivalence relation (the text is an introductory course on algebra). But how do you prove symmetry for example? My solution to transitivity also already seems to assume that something is transitive. I feel silly for asking, but I feel I am doubting something fundamental.
My remaining solution is:
##R## is reflexive because ##b## can equal ##a##. Since ##aRb## holds for all ##a,b\in A##, we can first choose ##b## and then ##a## and obtain ##aRb\iff bRa##. Transitivity follows by a similar argument. The equivalence class is ##A##.