I have to prove, using the concept of divisibility (and no division), that if $c\ne 0$ then $a\mid b \leftrightarrow ac\mid bc$. I first proved $a \mid b \to ac\mid bc$, then got stuck on the opposite process. Here's what I did on the first part (please assume all numbers to be integers):
$$a\mid b$$
$$b=ka$$
$$bc=kac$$
$$ac\mid bc$$
Is this right?
As for $ac\mid bc \implies a\mid b$, I can't figure out a way to remove $c$ from $b$ without messing everything on $a$'s side.
Googling for an answer, I only found solutions that used division itself, which was of no help. Thanks in advance for your help!
Although this is a bit of a cheat (it's barely avoiding division), you could do the following:
Sketch:
Suppose that $ac\mid bc$. Then there is some integer $k$ so that $ack=bc$. Therefore, by factoring $c(ak-b)=0$. Since $c\not=0$, you can conclude something about the other factor...
Can you take it from here?