I am trying to prove the following divisibility fact:
For any $z \in \mathbb{Z}$, suppose $m \mid z$ implies that $n \mid z$. Then $n \mid m$.
The intuition here is not too difficult for me to grasp. If, for example, some $z$ always has a factor of $m$ implies that it always has a factor of $n$, that would suggest we can take a factor of $n$ out of $m$. I am having some difficult proving this fact rigorously, though.
A hint on how to proceed would be greatly appreciated. Is contradiction the appropriate approach?
Set $z=m$. Clearly $m \mid m$. We have: $$n \mid z \implies n \mid m$$ Done!
BTW we can substitute $z=m$ since the condition is: $$m \mid z \implies n \mid z$$ for any $z$.