Prove that if $n$ is a multiple of $k$ ($n$ and $k$ are both integers), then so is $n^2$.
I know how to prove this without quantifiers, but am having difficulty working in the quantifiers. I know the problem utilizes universal specification or existential generalization, and was hoping someone could outline how I proceed with the quantifiers. I believe the symbolic statement would be: $$\forall n\ [\exists k\ (n = ck) \land (k \neq 0) \implies (n^2 = c_1k)]$$ where $c$ and $c_1$ are integers.