2025-04-20

1085: For 2 Natural Numbers, Set of Common Divisors of Numbers Is Set of Common Divisors of Non-Larger Number and Non-Negative Difference of Numbers

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

description/proof of that for 2 natural numbers, set of common divisors of numbers is set of common divisors of non-larger number and non-negative difference of numbers

Topics


About: set

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 2 natural numbers, the set of the common divisors of the numbers is the set of the common divisors of the non-larger number and the non-negative difference of the numbers.

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:
N:
n: N
n: N such that nn
//

Statements:
cd({n,n})=cd({n,nn}), where cd() denotes the set of the common divisors of the argument
//


2: Note 1


As an immediate corollary, gcd({n,n})=gcd({n,nn}), because the greatest common divisor is determined by the set of the common divisors.


3: Proof


Whole Strategy: Step 1: for each dcd({n,n}), see that dcd({n,nn}); Step 2: for each dcd({n,nn}), see that dcd({n,n}).

Step 1:

Let dcd({n,n}) be any.

There are some m,mN such that n=dm and n=dm where mm.

nn=dmdm=d(mm) where mmN.

So, dcd({n,nn}).

Step 2:

Let dcd({n,nn}) be any.

There are some m,mN such that n=dm and nn=dm.

n=n+dm=dm+dm=d(m+m), where m+mN.

So, dcd({n,n}).


4: Note 2


It holds when n=0: cd({n,n})=cd({0,n})=cd({n,nn}): cd({0,n}) are the factors of n: 0 does not inflict any restriction, because 0=d0 for any dN.

For example, cd({0,6})={1,2,3,6}.

It holds when n=n: cd({n,n})=cd({n,n})=cd({n,0})=cd({n,nn}): cd({n,n}) are the factors of n and cd({n,0}) are the factors of n.


References


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