2024-06-23

641: Greatest Common Divisors of Subset of Commutative Ring

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of greatest common divisors of subset of commutative ring

Topics


About: ring

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of greatest common divisors of subset of commutative ring.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
R: { the rings }
S: R
S: ={dR|pS(qR(p=qd))}
gcd(S): ={dS|dS(qR(d=qd))}
//

Conditions:
//

S is called "set of common divisors of S".


2: Natural Language Description


For any ring, R, any subset of R, S, and the set of the common divisors of S, S:={dR|pS(qR(p=qd))}, gcd(S):={dS|dS(qR(d=qd))}


3: Note


This definition does not require R to have any order: "greatest" is not according to any order.

S= is not excluded, although it is not particularly assumed to be useful.

When S=, vacuously, S=R, and gcd(S)={0}, because 0=0d for each dS and as there is d=0S, 0=q0 is required.

Hereafter, let us suppose that S.

Always 1S: pS(p=p1).

gcd(S) may be empty or have multiple elements.

If and only if S={0}, 0gcd(S): if S={0}, S=R, because 0=0p for each pR, and so, 0S and 0=0d for each dS, so, 0gcd(S); if 0gcd(S), 0S, and p=q0=0 for each pS.

If and only if 0gcd(S), gcd(S)={0}: if 0gcd(S), as 0S and 0=q0 for each qR, only 0 can be in gcd(S), so, gcd(S)={0}; if gcd(S)={0}, obviously, 0gcd(S).

This definition does not exactly specialize to 'greatest common divisor of subset of integers': the greatest common divisors of {2,6} of Z by this definition are {2,2} (2=(1)(2); 6=(3)(2); 2=(1)2), while the greatest common divisors of {2,6} by 'greatest common divisor of subset of integers' is 2.


References


<The previous article in this series | The table of contents of this series | The next article in this series>