Re: GCD(0,0)



To define PID, we need to define some other terms beforehand; lets see.


BACKGROUND
---

A "semigroup" is a set G equipped with a binary operation * : G x G
-> G such that (a*b)*c = a*(b*c) [associativity].

A semigroup is said to be "abelian" iff a*b = b*a.

A "semigroup with identity" is a semigroup that has an element e called
the identity such that for every a, a*e = e*a = a.

A "group" is a semigroup with identity such that for every a in G,
there is a b in G such that a*b = e.

A group is said to be "abelian" iff a*b = b*a always; i.e. it is
abelian considered as a semigroup.

A "ring" is a set G equipped with two binary operators, + and *, such
that (G, +) is an abelian group, (G, *) is a semigroup, and the
distibutive law holds: a*(b + c) = a*b + a*c, and (a +b)*c = a*c +
b*c. for all a,b,c in G.

A ring is said to be "commutative" iff its multiplicative semigroup (G,
*) is abelian.

A "ring with identity" is a ring whose multiplicative semigroup (G, *)
has an identity.

Of particular interest are "commutative rings with identity."

An "integral domain" is a commutative ring with identity such that a*b
= 0 implies either a =0 or b =0. In other words, there are no zero
divisors.

Let X be an integral domain. An "ideal" in X is a subring S of X such
that for every x in X, every s in S, then xs is in S. (subring is easy
concept: S is a subring of X means that (S, +, *) is a ring when + and
* are restricted to S.)

Note that "ideals" can be defined for rings in general, not just
integral domains, however our goal is to define PID, and the above
suffices.

If a is an element of an integral domain X, the "principal ideal
generated by a" is the set consisting of all elements of the form ax,
for x in X. One can verify this really is an ideal. Any ideal that can
be realized in such a way is referred to as "principal."

A "principal ideal domain", or PID, is an integral domain in which
every ideal is principal.

The integers with + and * defined as usual comprise a PID. The ideals
are simply the sets that are {n a : n in Z }, i.e. multiples of some
number.

One may find a wikipedia entry for any of the quoted terms.
---

APPLICATION to GCD(a,b) DEFINITION

Any subset of an integral domain admits an ideal containing it; this is
clear since the entire ring is an ideal in itself. What is more, every
subset of an integral domain admits a smallest ideal containing it; to
see this, one convinces themselves that the intersection of arbitrarily
many ideals is again an ideal. Thus we can define (S), the ideal
generated by the set S, for any subset S of an integral domain, to be
the smallest ideal containing S.

In particular, we can generate ideals with two elements, say a and b,
defined to be the smallest ideal containing both a and b, denoted
(a,b). In a PID, every ideal is principal; so (a,b) = (c) for some c.
Of course c might not be determined uniquely; but if there is some way
of favoring a selection, we can define gcd(a,b) = c with that canonical
selection. This is what Silverman said above.

.



Relevant Pages

  • Re: Fundamentals of minimal prime ideals
    ... >>>a commutative reduced ring with unity must be an integral domain. ... A localization can't turn non-zero divisors into zero-divisors, ... If P is nonzero prime ideal then P and 0 are distinct proper ideals in ...
    (sci.math)
  • Re: Prime ideal that is not maximal?
    ... The zero ideal,, in any integral domain that is not a field. ... in Q, the ideal is prime (the quotient is isomorphic to Q, ... multiples of a givne prime) are prime ideals but not maximal ideals. ...
    (sci.math)
  • Re: Invertible ideals
    ... Let R be an integral domain and a local ring. ... result to get at the principality? ... Just a nice hint will be very appreciated. ... I_M is principal in all localizations R_M at max ideals M. ...
    (sci.math)
  • Re: nilradical
    ... > Let R be a commutative ring and S its nilradical. ... I think the request that a,b are ideals is a little bit stonger than a,b elements in R. ... Note that S is also maximal, hence prime, so R/S is an integral domain ...
    (sci.math)
  • Re: questions
    ... about ideals"). ... [Is the direct product of PIDs a PID? ... The direct product of two domains is never a domain: ... You've shown that R/I has at most 6 elements. ...
    (sci.math)