For all integers $a, b, c$, if $a | c$ and $b | c$, then $ab | c^2$.
How can I prove the statement is wrong or true?
My work so far: $a | c \land b | c \implies ab | c^2$ where $a,b,c \in \mathbb{Z}$.
For all integers $a, b, c$, if $a | c$ and $b | c$, then $ab | c^2$.
How can I prove the statement is wrong or true?
My work so far: $a | c \land b | c \implies ab | c^2$ where $a,b,c \in \mathbb{Z}$.
$$ a|c \implies c=k_1 a$$
$$b|c \implies c=k_2 b$$
$$ a|c \text { & } b|c \implies $$
$$ c^2= k_1k_2 ab \implies $$
$$ab|c^2$$