Let n $\in \mathbb{N}$ and $\sim_n \subseteq \mathbb{R} \times \mathbb{R}$ be defined by:
$x \sim_n y\Leftrightarrow_{df} x^n - y^n = nx - ny$
Show that $\sim_n$ is an equivalence relation.
And here is my take on it (I apologize in advance for any notation mistakes, I'm still not quite good at it.):
Proof Reflexivity:
Let $x \in \mathbb{R}$ and $n \in \mathbb{N}$; to show: $x \sim_n x$
$\begin{align}x \sim_n x &\Leftrightarrow_{df} x^n - x^n = nx - nx\\ &\Leftrightarrow 0 = 0\end{align} \implies \sim_n$ is reflexive
Proof Symmetry:
Let $x \in \mathbb{R}$ and $n \in \mathbb{N}$; to show: $x \sim_n y \implies y \sim_n x$
$\begin{align}x \sim_n y &\Leftrightarrow_{df} x^n - y^n = nx - ny\\ y \sim_n x &\Leftrightarrow -(x^n - y^n) = -nx + ny\end{align} \implies y\nsim x$
So, the assumption made is wrong, that is, the relation is not symmetric, and therefore not an equivalence relation.
However, I'm unsure whether my proof is valid or not, as the wording of the question, and the following question, that requires ~ to be an equivalence relation, makes me believe it is in fact an equivalence relation.