Let $\sim$ be a relation on $\mathbb{Z}^2$ given by $(x_1, x_2) \sim (y_1, y_2)$ exactly when $x_1 + y_2 = y_1 + x_2$. I need to show that $\sim$ is reflexive, symmetric, transitive, and not anti-symmetric. So, an equivalence relation.
I'm not too sure how to go about proving those things. From what I understand, I notice a few things.
$x_1 + y_2 = y_1 + x_2$ is satisfied when $x_1 = x_2 = y_2 = y_1$ which I assume has to do with reflexive.
$x_1 + y_2 = y_1 + x_2$ is satisfied when $x_1 = x_2$ and $y_1 = y_2$ which I assume has to do with symmetric.
Still, I am at a loss on how to write an answer. Specifically, I think it would help if someone could clarify/expand on what is meant by "$(x_1, x_2) \sim (y_1, y_2)$ exactly when $x_1 + y_2 = y_1 + x_2$."