Define the relation $\sim$ on $\mathbb{Z}\times\mathbb{Z}$ by $(a,b)\sim(c,d)$ if $a-c=b-d$. Show that $\sim$ is an equivalence relation. What is the equivalence class of $(1,2)$?
I'm not sure how to approach this since I've never had to deal with 4-tuples before.
For every $(a,b)\in\mathbb Z\times\mathbb Z$, $a-a=0=b-b$. Hence the relation is reflexive.
For every $(a,b),(c,d)\in\mathbb Z\times\mathbb Z$, if $a-c=b-d$, then $c-a=d-b$. Hence the relation is symmetric.
For every $(a,b),(c,d),(e,f)\in\mathbb Z\times\mathbb Z$, if $a-c=b-d$ and $c-e=d-f$, then $a-e=(a-c)+(c-e)=(b-d)+(d-f)=b-f$. Hence the relation is transitive.
The class of $(1,2)$ is simply the set of all ordered pairs of integers $(a,b)$ such that $a-1=b-2$. This means $\{(x,x+1):x\in\mathbb Z\}$.