A rational number a/b with (a, b) = 1 is called a reduced fraction. If the sum of two reduced fractions is an integer, say (a/b) + (c/d) = n, prove that |b| = |d|.
I am having trouble to understand the solution i found of this exercise:
Note that (a/b) + (c/d) = (ad + bc)/(bd). This is an integer implies bd|(ad + bc), which by linearity implies d|bc and b|ad. However, since (a, b) = (c, d) = 1, this implies that d|b and b|d. Hence |b| = |d|
I don't understand how does the linearity apply here, i mean, it does not make sense to me to use it here. The only things i could conclude is that:
$ ad = r$ mod $(bd)$
$bc = bd - r$ mod $(bd)$
Let me know if i am wrong, but linearity is not this?: if $a|m, a|n => a|(k_{1}n + k_{1}m)$
I mean, the solution used in the contrary way, the right side implying the left side.
But, even if what the autor of the solutions did is right, why does " bd|(ad + bc), which by linearity implies d|bc and b|ad"?