shivajikobardan
- 637
- 54
- Homework Statement
- Confusions about finding equivalence classes for the set of natural numbers corresponding to equivalence relation a+b is even.
- Relevant Equations
- N/A
##a \in N##, but what set does b belong to?##R = \{(a, b) : (a + b) \text{ is even} \}##
What is set A? You haven't defined it, so there's no way to determine whether an element x belongs to A or not.##[a] = \{x | x \in A \land (a, x) \in R \}##
Mark44 said:Your conclusion that ##[0] \equiv [2] \equiv [4] \dots \equiv[2n] = \{2, 4, 6, 8, \dots \}## looks OK to me, and similar for ##[1]\equiv [3] \equiv [5] \dots \equiv[2n + 1] = \{1, 3, 5, 7, \dots \}##.
There are several things in what you wrote that are unclear, though.
I thought ##R=\left\{(a,b):a+b~~ is ~~even\right\} ##Mark44 said:##a \in N##, but what set does b belong to?
That part is definition part. My bad I put there (thought it would be useful but turned out opposite). Here A=N in my question. It is the given set.Mark44 said:What is set A? You haven't defined it, so there's no way to determine whether an element x belongs to A or not.