Well,
if I think about this as a fraction xy where x | y and x and y have a common denominator, then it could be reduced by dividing both terms by that common denominator (even if the gcd = 1 then it would just stay the same, but would still be divisible by 1). In the proof we ASSUME that x | y is true, so both terms should be divisible by a common denominator.
I'll repeat: Were you taught a
theorem that says you can do this? If so, then you can apply that theorem. If not, you can't just assume it by analogy. (Of course, you could try to actually
prove it, and
then use it. And you've come close to doing that.)
But then, there's another question:
Is what you want to do useful? This is important in writing proofs: You must not only do valid things, but specifically do things that lead toward the goal. Did you notice that your conclusion, that 1 | (xy), is
always true, for any values of the variables? That means that what you proved isn't
wrong; it just isn't what you
wanted!
Let's look at your steps:
The statement is
If (a∣b)and (c∣d)then (ac)∣(bd).
I set
ax=b and
cy=d for some integers
x,y.
This is a good start.
Then substituting
ax for
b and
cy for
d, I end up with
(ac)∣(axcy). Rearranging I get
(ac)∣(acxy) and
(ac)∣(ac(xy)) where
x×y is an integer because x and y are integers.
You can't substitute in the fact you are trying to prove! You don't yet know that it is true!
Possibly what you meant is that the goal is
equivalent to showing that ac divides (ax)(cy). And that is easy to show to be true!
But instead, you are in fact assuming that this is true, and then continuing ...
Dividing both sides by
(ac) gives
1∣(xy).
This is simply the wrong direction to go. You are starting from the conclusion, rather than from the givens, and that is the wrong direction for a proof.
In writing a proof, you must always keep in mind what you know, and what you want to show,
The book proceeds differently by
(ax×cy)∣(bd)) and
(ac×xy)∣(bd)) where xy is the integer.
I know the book method works, but if I were to proceed using my method, where did I go wrong to end up with
1∣(xy)?
Can you show their actual proof? I doubt this is really what they said.
I've not studied fields or rings and this book is not yet at modular arithmetic, so we should be able to solve this with the basic divisibility properties we've covered to this point.
Can you show us those properties?