2025-04-20

1086: For 2 Natural Numbers Whose Greatest Common Divisor Is 1, There Are Some 2 Integers s.t. Linear Combination of Natural Numbers with Integers Coefficients Is 1

<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 whose greatest common divisor is 1, there are some 2 integers s.t. linear combination of natural numbers with integers coefficients is 1

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 whose greatest common divisor is 1, there are some 2 integers such that the linear combination of the natural numbers with the integers coefficients is 1.

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:
gcd({n,n})=1, where gcd() denotes the greatest common divisor of the argument

z,zZ(zn+zn=1)
//


2: Proof


Whole Strategy: Step 1: deal with the case that n=0; Step 2: deal with the case that n=1; Step 3: deal with the case that 1<n.

Step 1:

Let us suppose that n=0.

gcd({n,n})=1 means that n=1.

So, there are z=0,z=1 such that zn+zn=1.

Step 2:

Let us suppose that n=1.

n can be any.

But anyway, there are z=1,z=0 such that zn+zn=1 (also z=(n1),z=1 is possible).

Step 3:

Let us suppose that 1<n.

gcd({n,n})=1 means that n<n, because if n=n, gcd({n,n})=n1.

So, 1<n<n.

We think iteratively, so, let n0:=n,n0:=n.

Let us take n0n0N{0}.

If n0n0=1, we are done, because 1n0+1n0=1n+1n=1.

Let us suppose otherwise, which means that 1<n0,n0n0<n0.

n0n0n0, because if n0=n0n0, n0=2n0, which would mean that n0 was a common divisor where 1<n0, a contradiction.

So, n0<n0n0 or n0n0<n0.

gcd({n0,n0n0})=1, by 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.

When n0<n0n0, let n1:=n0,n1:=n0n0; when n0n0<n0, let n1:=n0n0,n1:=n0.

Then, 1<n1<n1 with gcd({n1,n1})=1, which means that the n1,n1 pair satisfies all the requirements for the n0,n0 pair, with the condition, n1<n0.

So, we do the same operation to the n1,n1 pair as has been done to the n0,n0 pair, to reach n1n1=1 or get the n2,n2 pair, with the condition, n2<n1, and so on.

The point is that as 1<nk<nk1<...<n2<n1<n0, the iteration cannot go on forever, which means that nlnl=1 happens for an lN.

But, nlnl=1 means that zn+zn=1 for some z,zZ: nlnl is an integers coefficients linear combination of nl1,nl1, while nl1,nl1 are some integers coefficients linear combinations of nl2,nl2, which means that nlnl is an integers coefficients linear combination of nl2,nl2, ..., and so on, and nlnl is an integers coefficients linear combination of n0=n,n0=n.


References


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