Let $H$ be a subgroup of G, and define a relation $∼$ on G by the rules that $x∼y$ mean $x^{-1}y\in H $. Show that $∼$ is an equivalence relation and its equivalence classes are the left cosets of $H$.
My attempt
We know that a relation $R$ on a set $X$ is a set of ordered pairs of members of $X$ which satisfies the condition of the given relation.
To prove that the relation is an equivalence relation, we need to check if the relation $∼$ have all the properties
- $∼$ is reflexive if $x∼x$ for all $x\in G$
- $∼$ is symmetric if $x∼y \Rightarrow y∼x$ for all $x,y\in G$
- $∼$ is transitive if $x∼y$ & $y∼z$ then $x∼z$ for all $x,y,z\in G$
So, we can see that the relation is reflexive since $$x^{-1}x=1 \forall x\in H$$ It's also symmetric $$x^{-1}y {,} \forall x,y\in H$$ and since the identity element exist we know that an element $j$ exist such that $$x^{-1}yj=1 <=> j=y^{-1}x \in H$$ Therefore its symmetric. The relation is also transitive: $$x∼y .AND. y∼z. THEN.x∼z \forall x,y,z \in H$$ $$(x^{-1}y)(y^{-1}z)=x^{-1}z \in H$$ Since the relation have all the properties listed above, the relation is an equialance relation. Now we are going to show that the equivalence classes of this relation is the left cosets. Since the distinct left cosests form a partition of $G$, its equal to the equivalence classes because the equivalence classes are the parts of the partition of $G$, which means the equivalence classes are also forming the partition.
The equivalence classes are the set
$$[x]=\{y \in G | y∼x\}$$ and by the reflexivitive we get $$[x]=\{y \in G | x∼y\}=\{y\in G|x^{-1}y\in H\}$$ $x^{-1}y\in H$ gives us that $$y=x(x^{-1}y)=y\in xH$$ This means that $$y=xh$$ for some $h \in H$ and this gives us $$h=x^{-1}y$$ which is the relation $x∼y$. Therefore $$[x]=xH$$
You start wrong. The property you have to prove are
$\sim$ is reflexive, that is, $x\sim x$ for all $x\in G$,
$\sim$ is symmetric, that is, for all $x,y\in G$, $x\sim y$ implies $y\sim x$,
$\sim$ is transitive, that is, for all $x,y,z\in G$, $x\sim y$ and $y\sim z$ implies $x\sim z$.
Note that the relation is on $G$, not on $H$.
With this correction, your proof is good, apart from the symmetry.
The proof that $[x]=xH$ is good, but not clearly written down.
We have $[x]=\{y\in G:x\sim y\}$ by definition.
Suppose $y\in[x]$. Then $x^{-1}y\in H$, so $y=x(x^{-1}y)\in xH$. Therefore $[x]\subseteq xH$.
Suppose $y\in xH$. Then $y=xh$ for some $h\in H$, so $x^{-1}y=h\in H$. Therefore $xH\subseteq[x]$.