Proof on gcd divisor.
Having some trouble even understanding where to start for this example question:
Let $a, b, c \in\mathbb Z^+$. Prove that if $\gcd(a,b) = c$ then $c^2|ab$
So I know what a $\gcd$ is and how to calculate it but I'm at a bit of a loss how to prove that $c^2|ab$ , and can't find any similar examples to compare the process too.
If $\gcd(a,b)=c$, this implies that $a=CA$ and that $b=CB$ where $A$ and $B$ are coprime integers.
So $ab=c^2AB$. So $c^2|ab$.