Let $a,b,q,r \in \mathbb{Z}$ so that $a=qb+r$. Consider:
$A=\{n \in \mathbb{N}: n|a\}$, $B=\{n \in \mathbb{N}: n|b\}$, $C=\{n \in \mathbb{N}: n|r\}$.
Show that "$A\subseteq B\cap C$" is false.
I'm trying to understand why is this statement false.
So, for $B\cap C$ , if $n|b$ and $n|r$ then $n|bx+ry$. (Proposition)
We have $a=qb+r$, so $n$ should also divide $a$.(Just assume $x=q$ and $y=1$)
If you have $B\cap C$ you also get $A$, so shouln't $A\subseteq B\cap C$ be true?
Note: $p|q$ represents $p$ divides $q$