Let $(a, b, c)$ be a primitive Pythagorean triple. I know that $\gcd(a,b,c) = 1$. Is it always true that $\gcd(a,b) = \gcd(b,c) = \gcd(a,c) = 1$?
2026-03-27 13:47:32.1774619252
For a primitive Pythagorean triple $(a, b, c)$, is it always true that $\gcd(a,b) = \gcd(b,c) = \gcd(a,c) = 1$?
352 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
The answer is yes, but just because $(a,b,c)$ is a primitive Pythagorean triple.
Assume for contradiction that $\gcd(a,b)>1$. Then $\exists p\in\mathbb P(p\mid a,b\Rightarrow p\mid a^2+b^2=c^2\Rightarrow p\mid c\Rightarrow \gcd(a,b,c)\ge p)$, contradiction.
If $a,b,c$ weren't a primitive Pythagorean triple, a counterexample would be $(a,b,c)=(p_1p_2,p_2p_3,p_3p_1)$, $p_1,p_2,p_3\in\mathbb P$.