Werg22
- 1,431
- 1
What does the notation gcd(x,y) means?
The discussion revolves around the definition and characterization of the greatest common divisor (gcd) of two elements, specifically in the context of integers and polynomials. Participants explore different formulations and interpretations of the gcd, including its properties and implications.
Participants express differing views on the most appropriate definition of gcd, with no consensus reached on which characterization is superior or more useful.
Some definitions rely on specific interpretations of ordering and divisibility, which may not be universally accepted. The discussion also touches on the applicability of these definitions beyond integers to polynomials, suggesting a broader context that may require additional clarification.
I perfer a definition that does not require an ordering of element such asHurkyl said:It stands for greatest common divisor. It has two equivalent characterizations:
d = gcd(x, y) iff d is the largest thing such that d|x and d|y.
d = gcd(x, y) iff d is the smallest nonzero thing of the form ux + vy. (u and v need not be greater than zero)
(Size is measured by absolute value. We always use the positive one)
Note that all of this makes sense for more than just integers -- for example, it works for polynomials if "size" is measured by degree. (We always choose the monic polynomial)