0

I understand this:

If $\gcd(a,b)=d$ and $\gcd(ac,bc)=e$, then $d|a \Rightarrow dc|ac$ and $d|b \Rightarrow dc|bc$, so this is equivalent to multiplying $c$ by $\gcd(a,b)$.

What I don't understand so well is why the $|c|$ (absolute value). Why can't $c$ be negative?

1 Answers1

1

By definition, gcd of two integers is the largest positive integer that divides each of the integers. (See here)

Explorer
  • 3,147