I was working on a problem which asked:
Prove that $ \frac{a}{b} = \frac{c}{d} $ if and only if $ad=bc$, provided $c,d \neq 0$.
Is it sufficient to manipulate $ \frac{a}{b} = \frac{c}{d} $ via multiplications to reach $ad=bc$? Or is there something more? My feeling is, yes, it is enough, because making valid algebraic manipulations to both sides of an equation should, I think, yield an equivalent statement. Insight would be appreciated. Thanks.
Let $(a,b),(c,d)\in\mathbb{R}\times\mathbb{R}^*$.
Multiplying by $b$, one has: $$\frac{a}{b}=\frac{c}{d}\Rightarrow a=\frac{bc}{d}\tag{1}.$$
Since $b\neq 0$, multiplying by $\displaystyle\frac{1}{b}$, one has: $$a=\frac{bc}{d}\Rightarrow\frac{a}{b}=\frac{c}{d}.\tag{2}$$
Therefore, according to $(1)$ and $(2)$, one has: $$\frac{a}{b}=\frac{c}{d}\Leftrightarrow a=\frac{bc}{d}\tag{3}.$$
Proceeding the same way with $d\neq 0$, one has: $$a=\frac{bc}{d}\Leftrightarrow ad=bc.\tag{4}$$
Finally, it follows from $(3)$ and $(4)$ that: $$\frac{a}{b}=\frac{c}{d}\Leftrightarrow ad=bc.$$