Gcd(a,b) unique in Euclidean domain?

  • Thread starter Thread starter julypraise
  • Start date Start date
  • Tags Tags
    Domain Euclidean
julypraise
Messages
104
Reaction score
0
gcd(a,b) unique in Euclidean domain??

Homework Statement


In Hungerford's Algebra on page 142, the problem 13 describes Euclidean algorithm on a Euclidean domain R to find THE greatest common divisor of a,b in R.

My question is that does this THE mean THE UNIUQE? I've heard from my lecturer in a general commutative ring, a greatest common divisor of a,b in R does not have to be unique.
Is there any theorem such as states that if R is a Euclidean domain, then for any a,b in R, gcd(a,b) is unique?

Homework Equations


The Attempt at a Solution


Sorry, I have not figured out at all...
 
Physics news on Phys.org


It's not even unique in the integers: 5 and -5 are both greatest common divisors of 20 and 35, for example. However, there is a simple relationship between all of the possibilities for a gcd...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top