2024-06-30

658: For Commutative Ring, if Each Elements Pair Has Greatest Common Divisor, Each Finite Subset Has Greatest Common Divisor, Which Can Be Gotten Sequentially

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

description/proof of that for commutative ring, if each elements pair has greatest common divisor, each finite subset has greatest common divisor, which can be gotten sequentially

Topics


About: ring

The table of contents of this article


Starting Context



Target Context


  • The reader will have a description and a proof of the proposition that for any commutative ring, if each elements pair has a greatest common divisor, each finite subset has a greatest common divisor, which can be gotten sequentially.

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 commutative rings }
//

Statements:
{p1,p2}R(gcd({p1,p2}))

(
S={p1,...,pn}{ the finite subsets of R }(gcd(S))

gcd({p1,gcd({p2,gcd({p3,...gcd({pn1,pn})...})})})gcd({p1,...,pn})
)
//

gcd({p1,gcd({p2,gcd({p3,...gcd({pn1,pn})...})})})gcd({p1,...,pn}) means that if we take a greatest common divisor of {pn1,pn} as dn1, then, take a greatest common divisor of {pn2,dn1} as dn2, then, ..., and so on, then a greatest common divisor of {p1,d2} is a common divisor of S.

This proposition does not claim gcd({p1,gcd({p2,gcd({p3,...gcd({pn1,pn})...})})})=gcd({p1,...,pn}), but when R is an integral domain, it holds, because while there is a dgcd({p1,gcd({p2,gcd({p3,...gcd({pn1,pn})...})})}), for each dgcd({p1,...,pn}), d=ud, by the proposition that for any integral domain and any subset, if the greatest common divisors of the subset exist, they are the associates of a greatest common divisor, and dgcd({p1,gcd({p2,gcd({p3,...gcd({pn1,pn})...})})}), by the proposition that for any integral domain and any subset, if the greatest common divisors of the subset exist, they are the associates of a greatest common divisor.


2: Natural Language Description


For any commutative ring, R, if for each {p1,p2}R, gcd({p1,p2})), for each finite subset, S={p1,...,pn}R, gcd(S), and gcd({p1,gcd({p2,gcd({p3,...gcd({pn1,pn})...})})})gcd({p1,...,pn}).


3: Note


This proposition does not suppose that R is a greatest common divisors domain (R can be a non-integral-domain), but when R is an integral domain, R is a greatest common divisors domain, and this proposition holds for any greatest common divisors domain.


4: Proof


Let us prove it inductively with respect to n.

For n=2, it obviously holds.

Let us suppose that it holds through n=n.

Let us think of S={p1,...,pn+1}.

There is a dgcd({p2,...,pn+1}). pj=qjd for each j{2,...,n+1}.

There is a dgcd({g1,d}). p1=q1d and d=qd.

pj=qjqd for each j{2,...,n+1}. So, d is a common divisor of S={p1,...,pn+1}.

Let d be any common divisor of S. p1=q1d and pj=qjd for each j{2,...,n+1}. d is a common divisor of {p2,...,pn+1}. So, d=qd.

So, d is a common divisor of {p1,d}. So, d=qd.

So, d is a greatest common divisor of S.

So, by the induction principle, each S for each n has a greatest common divisor.

We have seen that gcd({p1,gcd({p2,...,pn})})gcd({p1,...,pn}).

As gcd({p2,gcd({p3,...,pn})})gcd({p2,...,pn}) and so on, gcd({p1,gcd({p2,gcd({p3,...,pn})})})gcd({p1,...,pn}) and so on, and after all, gcd({p1,gcd({p2,gcd({p3,...gcd({pn1,pn})...})})})gcd({p1,...,pn}).


References


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