Question
Let $X$ be the set of all ordered pairs $(x,y)$ of real numbers such that $xy \neq 0$. Define a relation $R$ on $X$ as follows: $(a,b)R(c,d) \iff \frac{c}{a}=\frac{b}{d}, ac \neq 0$.
Prove that $R$ is an equivalence relation on $X$
Answer
For relexiveness; let $a,b \in \Bbb{R}$ s.t. $\frac{a}{a}=\frac{b}{b} \iff (a,b)R(a,b), ab \neq0$, thus $R$ is relexive.
For symmetry; let $a,b,c,d \in \Bbb{R}, ab \neq 0$ s.t. $(a,b)R(c,d) \iff \frac{c}{a}=\frac{b}{d}$. I need to show that $(c,d)R(a,b)$, therefore $$\frac{c}{a}=\frac{b}{d}\\ c=\frac{ba}{d} \\ dc=ba \\ d=\frac{ba}{c} \\ \frac{d}{b}=\frac{a}{c} \iff (c,d)R(a,b)$$ Hence $R$ is symmetric.
For Transitivity, I hit a block, which is where I need further help. Let $a,b,c,d,e,f \in \Bbb{R}$ s.t. $(a,b)R(c,d) \iff \frac{c}{a}=\frac{b}{d}$ and $(c,d)R(e,f) \iff \frac{e}{c}=\frac{d}{f}$. I need to show that $(a,b)R(e,f) \iff \frac{e}{a}=\frac{b}{f}$.
Since $\frac{c}{a}=\frac{b}{d} \Rightarrow c=\frac{ab}{d} \text{ and } d=\frac{ab}{c}$. And when substituted into $\frac{e}{c}=\frac{d}{f} \Rightarrow \frac{e}{\frac{ab}{d}}=\frac{\frac{ab}{c}}{f} \Rightarrow\frac{ed}{ab}=\frac{ab}{ef} \Rightarrow \frac{ed(ef)-ab(ab)}{abef}$. Somewhat stuck as to how to proceed from here. Any help appreciated. I assume it is transitive.