Consider the following statements about pythagorean triples:
-
If
(
a
,
b
,
c
)
is a pythagorean triple, then there is some
gaussian integer
z
and a real number
k
such that
z
2
=
k
(
a
+
b
i
)
-
If
I
m
(
z
)
and
R
e
(
z
)
are coprime integers, and
(
∣
R
e
(
z
2
)
∣
,
∣
I
m
(
z
2
)
∣
,
∣
z
2
∣
)
isn't a primitive pythagorean triple, then
(
2
∣
R
e
(
z
2
)
∣
,
2
∣
I
m
(
z
2
)
∣
,
2
∣
z
2
∣
)
is.
-
If
I
m
(
z
)
and
R
e
(
z
)
are coprime integers and only one of them is odd,
(
∣
R
e
(
z
2
)
∣
,
∣
I
m
(
z
2
)
∣
,
∣
z
2
∣
)
is a primitive pythagorean triple.
-
If
n
≡
3
(
m
o
d
4
)
then
n
can never be the hypotenuse of a
primitive
pythagorean triangle.
We'll say
z
is a
pythagorean number
when
(
∣
R
e
(
z
)
∣
,
∣
I
m
(
z
)
∣
,
∣
z
∣
)
is a pythagorean triple.
-
If
z
is a pyhtagorean number, then
z
3
is too.
-
If
z
3
is a pythagorean number, then
z
is too.
How many of them are correct?
Pythagorean Chaos I
Pythagorean Chaos III
Correct: Sonsider the number z = ∣ a + b i ∣ + a + b i . We know it's a gaussian integer because |a+bi| is an integer, and since a r g ( z + ∣ z ∣ ) = 2 a r g ( z ) and a r g ( z 2 ) = 2 a r g ( z ) , we see that a r g ( ( ∣ a + b i ∣ + a + b i ) 2 ) = a r g ( a + b i ) . They have the same argument, so their ratio is real.
Correct: say z = a + b i , then ( R e ( z 2 ) , I m ( z 2 ) , ∣ z 2 ∣ ) = ( a 2 − b 2 , 2 a b , a 2 + b 2 ) . Suppose some prime p > 2 divides 2 a b then, p divides either a or b . but this means p doesnt divide a 2 − b 2 . So the highest possible value of p is 2 .
Correct: In the previous statement, the only way for 2 to be a comon factor of R e ( z 2 ) and I m ( z 2 ) is for both R e ( z ) and I m ( z ) to be odd.
Correct: if z is a primitive pythagorean number with n = ∣ z ∣ (a pythagorean number with coprime real and imaginary parts), the previous statements show that it is either the square of a gaussian integer g with coprime R e ( g ) and I m ( g ) , or exactly half the square of such a gaussian integer. Let's consider the two cases:
Case 1: z = g 2 for some gaussian integer g = a + b i with g cd ( a , b ) = 1 In this case, for ∣ z ∣ to be odd (it's odd because ∣ z ∣ ≡ 3 ( m o d 4 ) , it has to be that only one of a and b is odd. Without losing generality, say a = 2 m + 1 and b = 2 n for integers m and n . Then, ∣ z ∣ = ( 2 m + 1 ) 2 + ( 2 n ) 2 = 4 m 2 + 4 m + 1 + 4 n 2 looking at it m o d 4 we get 3 ≡ 1 .
Case 2: z = 2 g 2 for some gaussian integer g = a + b i with g cd ( a , b ) = 1 As we saw earlier, for this to happen, it must be that a and b are odd. w.l.o.g. a = 2 m + 1 and b = 2 n + 1 . ∣ z ∣ = 2 4 m 2 + 4 m + 1 + 4 n 2 + 4 n + 1 = 2 m 2 + 2 m + 2 n 2 + 2 n + 1 = 2 ( m 2 + m ) + 2 ( n 2 + n ) + 1 since x and x 2 have the same parity, both m 2 + m and n 2 + n are even. so we can say w.l.o.g that ∣ z ∣ = 2 ( m 2 + m ) + 2 ( n 2 + n ) + 1 = 4 c + 4 d + 1 . Finally, looking at it m o d 4 again gives 3 ≡ 1 .
I wonder if there are simpler, more intuitive proofs for this, or at least a more direct one, If someone knows one, writing it as a solution or as a comment to this one would be highly apreciated
Correct: ∣ z ∣ is an integer, then so is ∣ z 3 ∣ . The real and imaginary parts are, of course, also integers.
Wrong: 4 + 3 i doesn't have gaussian integer cube root, for example.