0

Suppose R is a commutative ring with identity. Let $a$, $b$, $c\in R$. If $a\mid b$ and $b\mid c$, does $a\mid c$?

I am able to prove this statement using integers as the set $\mathbb{Z}$ of integers is closed under multiplication but I am not too sure if this statement holds when dealing with Rings. Does this have to do with the associates or units in $R$?

Bill Dubuque
  • 272,048
yagayeet
  • 373

1 Answers1

0

By definition of divisibility in a commutative ring: $x \mid y$ if and only if $\exists a$ so that $ax = y$.

Thus: $a \mid b$ implies that $ax = b$ for some $x$. Similarly, $b \mid c \Rightarrow by = c$ for some $y$. Plug everything in to get:

$$axy = c$$

Thus there does exists some $z$ (to be precise, $z = xy$, which is in $R$ since rings are closed under multiplication) so that $az = c$, and $a \mid c$ by definition.