Question:
For $ (a,b), (c,d) \in \mathbb{R} \times \mathbb{R}\ $ let us define a relation by $(a,b) \sim (c,d)$ if and only if $\ a + 2d = c+2b$
Is this an equivalence relation on $\mathbb{R} \times \mathbb{R}$?
My attempt:
Reflexive?
Notice that $ \forall (a,b) \in \mathbb{R} \times \mathbb{R}, a + 2b = a + 2b \implies ((a,b),(a,b)) \in R$.
Hence the relation is reflexive.
Symmetric?
If $ \ ((a,b), (c,d)) \in R \implies a + 2d = c + 2b \implies c + 2b = a + 2d \implies ((c,d), (a,b)) \in R $.
Hence the relation is symmetric.
Transitive?
If $ \ ((a,b), (c,d)) \in R$ and $ \ ((c,d), (e,f)) \in R \implies \ a + 2d = c+2b\ $ and $\ c + 2f = e + 2d \implies a + 2d + c + 2f = c+2b + e + 2d \implies a + 2f = 2b + e \implies a + 2f = e + 2b \implies ((a,b),(e,f)) \in R$
Hence the relation is transitive.
Therefore, the relation is an equivalence relation.
I am not quite sure if I have proved it correctly and if my approach is correct.