Let $R$ be a relation on $\Bbb{N}$ given by $$nRm\iff2n\mid m.$$ Prove that $R$ is asymmetric.
I know that a symmetric relation is $\forall a,b\in A(aRb\to b\not Ra)$ i.e. $\forall a,b\in A\;\neg(aRb\wedge bRa)$.
From this, suppose that $2n\mid m$ i.e. there exists a $k\in\Bbb{Z}$ such that $m=2kn$. We need to prove that $n\neq2pm$, where $p\in\Bbb{Z}$ i.e. $2m\not\mid n$, right?
If it is right then I am not able to prove it. If $m=2kn$ then $(2p)m=(2p)2kn$. What is next?
EDIT Since $2pm=4pkn$ we conclude that $2pm\neq n$ i.e. $2m\not\mid n$ but $2pm=4pkn$, right?
Try with contradiction. Say exists $a,b$ such that $aRb$ and $bRa$ so $2a\mid b$ and $2b\mid a$.
Then $2a\leq b$ and $2b\leq a$ so $4a\leq a$ and hence $3a\leq 0$ a contradiction.