I am trying to solve this problem, but I am unsure if my proof if sufficient or not. Anyways, here is what I have tried:
So, by using the definition of "divides" I get:
(i): If $a \mid c$, then there exists an integer $k$ such that $ak=c$. Similarly, if $b \mid c$, then there exists an integer $n$ such that $bn=c$.
(ii): Multiplying these two expressions, you get $(ak)(bn)=cc$ or $ab(kn)=c^2$ (which satisfies $(ab)l=c^2$, where $l$ is an integer).
I also have another way of trying to prove it:
(i): By the same definitions as above, you get $a=c/k$ and $b=c/n$.
(ii): By the defintion of divides, you also have $ab(l)=c^2$.
(iii): Inserting $a$ and $b$ into the equation in (ii), you get $(c^2/kn)*l=c^2$ $\rightarrow$ $c^2l/kn=c^2$ $\rightarrow$ $l/kn=1$ $\rightarrow$ $l=kn$.
(iiii): Inserting $l=kn$ into (ii), you get $c^2(kn)/kn=c^2$ $\rightarrow$ $c^2=c^2$, thus $ab \mid c^2$
Any corrections or pointers are appreciated.