Given a binary relation $R$ over set $A$ ,prove the following statement:
$R$ is symmetric if and only if it is equal to its converse.
$\implies$
$R$ symmetric iff $\forall a,b \in A$:
$$(a,b) \in R \iff (b,a) \in R$$
But how to show that it is equal to its converse?
$\Longleftarrow$
$R$ is equal to its converse iff $$R=R^T \iff \left\{\left(a,b\right)\mid aRb\right\}=\left\{\left(b,a\right)\mid aRb\right\} \iff {\left(a,b\right)}={\left(b,a\right)}$$
How does this imply the relation is symmetric?