given a group S,E ⊆ S . we shall define a relation R, over P(S):
R = {(C, D) ∈ P (S)^${2}$ : C ∩ E = D ∩ E}
I need to prove that this relation is a Equivalence relation, but I'm confused about the way this relation is defined.
help will be appreciated very much.
For any function $f:X\to Y$ the relation $x\sim y\iff f(x)=f(y)$ is an equivalence relation on $X$. This is easy to prove. E.g. the fact that $\forall x\in X [f(x)=f(x)]$ already tells us immediately that the relation is reflexive. Also symmetry and transitivity are easy.
Prescribe function $f:\wp(S)\to\wp(S)$ by $C\mapsto C\cap E$ and apply.