0

Here is the problem If $c\ |\ ab$ and $\text{gcd}(a,c)=1$ then $c\ |\ b$ Here's my approach. There exists $x,y$ such that $ax+cy=1$, so $c\ |\ axb+cyb=b$ I'm pretty sure my first step is wrong. Any help would be appreciated!

Bill Dubuque
  • 272,048
Kai
  • 874
  • 4
  • 14

1 Answers1

4

It is not true that $\gcd(a, c) = 1$ implies that there exist $x, y \in R$ with $ax + cy = 1$. (For example when $R = \mathbb Z[X]$, $a = 2$, $c = X$.)

Instead work with the factorizations of $a, b, c$ into irreducibles.

Bart Michels
  • 26,355