I am trying to complete my homework based on equivalence relation and I don't seem to understand it properly so I need help !
My question is that do all the elements in my set must satisfy all the three conditions then I can say there is an equivalence relation or I can say there is an equivalence relation of just some of the elements satisfy the three conditions and does the order matter do I have to compare the element from the left to the right or can I pick randomly e.g. my set=( 0,2,4,6) relation defined as a~b if a+b>2 so if I start by oder I can say that 0 is not related to 2 because 0+2=2 but if I pick randomly I can state that 6~0 because 6+0>2 and u can see that some of the elements satisfy the conditions but not all of them so do I still say there is an equivalence relation ?? I am really confuse
Thank you
If I understand you correctly, you have a relation $\sim$ defined on the set $A=\{0,2,4,6\}$ by $a\sim b$ if and only if $a+b>2$, and the question is whether $\sim$ is an equivalence relation.
Start with the definition: in order to be an equivalence relation, the relation $\sim$ must be reflexive, symmetric, and transitive. If you can’t already define those three properties, you should make a point of learning them as soon as possible, because you’ll need to know them.
That already shows that $\sim$ cannot be an equivalence relation, but let’s check the other two properties of an equivalence relation just for the practice.
Symmetry: The relation $\sim$ is symmetric if whenever $a\sim b$ holds, then $b\sim a$ also holds. If $a\sim b$ holds, then by definition $a+b>2$; but $b+a=a+b$, so $b+a>2$ as well, and therefore by definition $b\sim a$ holds. Thus, this relation is symmetric.
Transitivity: The relation $\sim$ is transitive if whenver $a\sim b$ and $b\sim c$ hold (where $a,b$, and $c$ are not necessarily distinct elements of $A$), then $a\sim c$ also holds. Since $0+4=4>2$, we know that $0\sim 4$. We also just saw that $\sim$ is symmetric, so $4\sim 0$. Taking $a=0,b=4$, and $c=0$, we see that we have an example here in which $a\sim b$ and $b\sim c$, but $a\not\sim c$: $0+0=0\not>2$, so $0\not\sim 0$. Thus, the relation is not transitive.