Let $a, b \in \mathbb Z$, and
$$ A = \{x \in \mathbb Z : a|x\} $$ $$ B = \{y \in \mathbb Z : b|y \} $$ Prove: $$b|a \iff A \subseteq B$$
Assuming $A \subseteq B$ , I can understand that there exists and element in sets A and B where $x = y$ and since $ka = x$ and $lb=y$ for some integers $ k $ and $l$, $ka=lb$ and so $$ b = (k/l) a $$ The only problem I am getting now is that I can't prove that $k/l$ is an integer. I have hit a wall.