Jump to content

Binomial theorem and odd power

From Wikiversity

This paper deals with a remarkable square form (𝐱+𝐲)𝐧=𝐱𝐜𝟐+𝐲𝐝𝟐 where 𝐧 is an odd positive integer. Its existence comes from the symetrical grouping of binomial terms into a form (x+y)n=xa+yb, First we give the algebric expressions of these (a,b,c,d) coefficients. Then we focus on some properties in . With (x,y) 2 coprime integers with different parity, we show that (a,b)=1 and (c,d)=1. We also show that there is uniqueness of (c,d) when x+y is prime . Finally, considering exponent n prime, we show that the prime factors of (a,b) are congruent to 1[2n], whereas (c,d) are congruent to ±1[2n].

Introduction

[edit | edit source]

We have searched how a powered number could systematically be shared into a sum of 2 coprime numbers. From binomial, we have studied different ways of grouping terms together so that n,(x+y)n=un+vn,unvn=1 . With odd n and (x,y) coprime of opposite parity, we have found out two possibilities. They involve the same fn(x,y) functions that we must now introduce.


Definition

Let us define fn(x,y) functions as

n=2m+1,fn(x,y)=k=0m(n2k)xmkyk

Example

f3(x,y)=x+3yf5(x,y)=x2+10xy+5y2f7(x,y)=x3+21x2y+35xy2+7y3f9(x,y)=x4+36x3y+126x2y2+84xy3+9y4...


Algebraic properties

[edit | edit source]

Propositions

(xy)n=xfn(x2,y2)yfn(y2,x2)(1)(𝐱𝐲)𝐧=𝐱𝐟𝐧(𝐱,𝐲)𝟐𝐲𝐟𝐧(𝐲,𝐱)𝟐(2)

Proof

Binomial theorem gives:

n,(x+y)n=k=0n(nk)xnkyk

Here n is odd. So (1) is simply obtained by grouping together the odd power of x and y (2) is a consequence of (1).

Indeed it gives (x+y)n=xfn(x2,y2)+yfn(y2,x2)

Thus by multiplying: (xy)n(x+y)n=x2fn(x2,y2)2+y2fn(y2,x2)2

And finally (x2y2)n=x2fn(x2,y2)+y2fn(y2,x2)

Which leads to the proposition by replacing (x2,y2)(x,y)

Examples for (2):

(xy)3=x(x+3y)2y(y+3x)2(x+y)3=x(x3y)2+y(y3x)2

(xy)5=x(x2+10xy+5y2)2y(y2+10xy+5x2)2(x+y)5=x(x210xy+5y2)2+y(y210xy+5x2)2

Examples in  :

173=(5+12)3=5×312+12×32175=(5+12)5=5×1452+12×3312177=(5+12)7=5×69292+12×37672179=(5+12)9=5×1389112+12×429212


Proposition

(x+y)n+(xy)n=2xfn(x2,y2)(3)xn+yy=12n1(x+y)fn((x+y)2,(xy)2)(3bis)

Proof

(1) implies (3)

(3bis) using fn(a/2,b/2)=fn(a,b)/2m


Coprimality

[edit | edit source]

Let us consider a more detailed form of fn(x,y) :

fn(x,y)=xmk=0+nymk=m+nmxym1k=m-1+k=1m2(n2k)xmkyk

Proposition

2xy,xy=1{fn(x,y)fn(y,x)=1(5)nxxfn(x,y)=1(6)nxxfn(x,y)=n(7)


Proof

First, fn(x,y)=xm+nym+xyP(x,y) so (x,y) of opposite parity implies fn(x,y) and fn(y,x) odd.

The rule on gcd, ab=ab+ka, immediately implies (6) and (7).

Indeed, fn(x,y)=xm+yP(x,y).

And for n, n(n2k) so fn(nx,y)n=ym+xP(x,y)

Assertion (5) needs more attention.

Let us consider p a common odd prime divisor.

The second form gives us (xy)n0[p], thus xy[p]

According to the definition of fn

fn(x,y)k=0m(n2k)xmkykxm(k=0m(n2k))xm(2m1)[p]

Thus fn(x,y)0[p]x0[p], and the same y0[p]

Every divisor of fn(x,y) and fn(y,x) divides x and y

Examples: previous examples with prime factors

173=(5+12)3=5×(31)2+12×(3)2175=(5+12)5=5×(529)2+12×(331)2177=(5+12)7=5×(13241)2+12×(3767)2179=(5+12)9=5×(314481)2+12×(3219251)2

Uniqueness of (x+y)ⁿ = xu²+yv²

[edit | edit source]

Proposition

Let p an odd prime and (x,y) 2 positive integers such that p=x+y. Then there exists a unique pair of coprime positive integers (u,v) such that pn=(x+y)n=xu2+yv2


Examples for prime and composite numbers:

The first form is always given by the square formula (2) .

The additional ones for composite numbers found with a python script

33=152+21253=1112+412=332+272153=1412+14112=7172+8132=1112+4292=11172+472=1372+2372=1312+2412


Proof

here on math.stackexchange.com. I report here the Jandri's "elementary" and brilliant one:

Let n an odd integer,  p=a+b an odd prime and let  (u,v) and (u,v) be two pairs of coprime integers such that pn=au2+bv2=au'2+bv'2.

Combining the equalities we obtain pn(v'2v2)=a(u2v'2v2u'2) then pn divides (uvvu)(uv+vu).

p cannot divide simultaneously  (uvvu) and (uv+vu)  otherwise  divides 2uv then  u or v ; if  p divides u then p divides v  : contradiction because  u and v are coprime (idem p if  v divides ).

We deduce that pn divides uvεvu  with ε=±1.

To finish we write by multiplying the two expressions of pn :

p2n=(auu+εbvv)2+ab(uvεvu)2 .

We deduce uv=εvu  then u=u and v=v.

Prime power: n-valuation and prime factors mod 2n

[edit | edit source]

Here n

Let us rewrite propositions (6) and (7) in term of n-valuation:

Proposition

n,2xy,xy=1{nxvn(fn(x,y))=0(6)nxvn(fn(x,y))=1(7)

Proofs

cf previously in coprimality


Proposition

n,2xy,xy=1,{fn(x,y)=pivipi±1[2n](8)fn(x2,y)=pivipi±1[2n](9)fn(x2,y2)=pivipi 1[2n](10)

Proofs

here for (8) p=1[2n] .

here for (10): math.stackexchange.com .Thanks Thomas Andrews

Note

Fermat theorem gives fn(x,y)±1[n] and fn(x2,y)1[n] . But it also applies to all the prime factors

Let us remind the Fermat's theorem on sums of two squares: x2+y2=pivipi1[4]

And the Euler's theorem: x2+3y2=pivipi1[3] , which is here f3(x2,y2)

Fermat had discovered that 2n1 and 2n+13 had 1[2n] prime factors (cf letters to Mersenne and Frenicle in 1640)

Let us note that these fn(x2,y2) also appear in Fermat-Wiles theorem with (3)


Examples for fn(x,y)±1[2n]

f5(6,11)=13011[10]f7(6,11)=181×2391×1[14]f11(6,11)=478200791[22]f13(6,11)=8969×1772691×1[26]f19(6,11)=151×3869897471691×1[38]f23(6,11)=5278223×122383178931×1[46]f29(6,11)=233×521×1309699×149328915831×1×1×1[58]...


Examples for fn(x2,y)1[2n] . The number of 1[n] factors is even

f5(62,11)=58611[10]f7(62,11)=5078091[14]f11(62,11)=89×6029×71291×1×1[22]f13(62,11)=883×2341×1606271×1×1[26]f17(62,11)=67×187067×1995919691×1×1[34]f19(62,11)=229×683×1901×2963×2464691×1×1×1×1[38]f23(62,11)=367×44575950747373806071×1[46]f29(62,11)=10698387195176734605205802211[58]...


Examples with both squared variables:fn(x2,y2)1[2n]

f5(62,112)=1180611[10]f7(62,112)=341883791[14]f11(62,112)=23×89×2377×5869611×1×1×1[22]f13(62,112)=30187×273422798231×1[26]f19(62,112)=2129×3079×30392253974252091×1×1[38]f23(62,112)=16639640750706335728003322991[46]f29(62,112)=59×11250493×605081546890653407035927631×1×1[58]...