For three natural numbers a2+b2=c2 that satisfy a,b,c, there exist two coprime odd numbers s>t that satisfy
a=b=c=st2s2−t22s2+t2.
Description
According to this theorem, the term ‘Pythagorean triple’ becomes somewhat of a misnomer. Being able to reduce the number of variables is always good, no matter the subject.
Proof
Since (a,b,c) is a Pythagorean triple, it follows a2+b2=c2. If a or b is even, then if both a,b are even, c2=a2+b2 is also even, which means (a,b,c) has a common divisor 2, contradicting the assumption that it is a primitive Pythagorean triple. Without loss of generality, let’s assume a is odd and b is even.
Part 1. gcd(c−b,c+b)=1
Since (a,b,c) is a Pythagorean triple, a2+b2=c2. Moving b2 to the right side gives
a2=c2−b2=(c+b)(c−b)
If b and c have a common divisor d1=1, then a2 can be expressed as
a2=c2−b2=d12(C12−B12)
for some B1,C1, which implies that a is also a multiple of d1, contradicting the assumption that it is a primitive Pythagorean triple, therefore, b and c are coprime. If (c+b) and (c−b) are assumed to have a common divisor d2=1, d2 is
2b=(c+b)−(c−b)2c=(c+b)+(c−b)
a divisor of, and since b and c are coprime, d2=2 must hold. However, similarly, it can be shown that
a2=c2−b2=d22(C22−B22)
for some C2,B2, making d2=2 a divisor of a, which contradicts the fact that a is odd.
Part 2. The Definition of s,t
For the square of a, a2 to be expressed as the product of (c−b) and (c+b) like
a2=(c−b)(c+b)
since (c−b) and (c+b) were coprime in Part 1, they must each be squares of some number s,t. Then setting
s2:=c+bt2:=c−b
means, since b is even and c is odd, s,t is a pair of coprime odd numbers that satisfy
st=(c−b)(c+b)=a2s2−t2=b2s2+t2=c
Part 3. Verification
(st)2+(2s2−t2)2===s2t2+4s4−2s2t2+t44s4+2s2t2+t4(2s2+t2)2
Moreover, a primitive Pythagorean number, when expressed in terms of s,t, satisfies the following:
gcd(st,2s2−t2)=1gcd(2s2−t2,2s2+t2)=1gcd(2s2+t2,st)=1
Therefore, st,2s2−t2,2s2+t2 is a primitive Pythagorean triple.
■
Silverman. (2012). A Friendly Introduction to Number Theory (4th Edition): p17. ↩︎