Homework: If a is a unit, prove that b divides c if and only if ab divides c.

612 Views Asked by At

As it says in the title, this is a homework question, so try not to give everything away. I'm just looking for a starting point. The question is stated as follows:

Let $R$ be a commutative, unital ring. Recall that $a\in R$ is a unit, if $a$ has a multiplicative inverse in $R$. Also, recall that for $b,c\in R$ we say $b$ divides $c$, if there exists some $d\in R$ such that $c=bd$.

Let $a$ be a unit. Prove that $b$ divides $c$, if and only if $ab$ divides $c$.

1

There are 1 best solutions below

1
On

$b\,\vert\, c\Leftrightarrow \exists x\in R$ such that $c=bx$. Since $a$ is a unit, then $c=abxa^{-1}$. Let $y=xa^{-1}\in R$ and observe that $c=aby$. Thus $ab\,\vert\, c$.

A similar argument should give you the reverse direction.

You will need to supply some details from my forward direction, but it should be straight forward.