Let $a$ and $b$ be non-zero integers, and $c$ be an integer. Let $d = hcf(a, b)$. Prove that if $a|c$ and $b|c$ then $ab|cd$.
We know that if $a|c$ and $b|c$ then $a\cdot b\cdot s=c$ (for some positive integer $s$). $(ab|c)$
Then doesn't $ab|dc$ since $ab|c$?
I feel like I'm misunderstanding my givens.
Can we say $\operatorname{lcm}(a,b)=c$, $\operatorname{hcf}(a,b)=d$, and $\operatorname{lcd}(a,b) \operatorname{hcf}(a*b)=a*b$?
Thus, $ab|dc$ as $dc = ab$.
As an extreme example, let $a=b=c=4$. Then $a$ divides $c$ and $b$ divides $c$, but $ab$ does not divide $c$. So the approach you suggested will need modification.
Now let us prove the stated result. Because $d$ is the highest common factor of $a$ and $b$, there exist integers $s$ and $t$ such that $as+bt=d$. (This is often called Bézout's lemma.) It follows that $$cas+cbt=cd.$$ Because $b$ divides $c$, we have $ab$ divides $cas$. Because $a$ divides $c$, we have $ab$ divides $cbt$. So $ab$ divides $cas+cbt$, that is, $ab$ divides $cd$.