Pythagoras stated that there exist positive natural numbers, $a$, $b$ and $c$ such that $a^2+b^2=c^2$. These three numbers, $a$, $b$ and $c$ are collectively known as a Pythagorean triple. For example, $(8, 15, 17)$ is one of these triples as $8^2 + 15^2 = 64 + 225= 289 = 17^2$. Other examples of this triple are $(3, 4, 5)$ and $(5, 12, 13)$.
Using Proof by Contradiction, show that: If $(a, b, c)$ is a Pythagorean triple, then $(a+1, b+1, c+1)$ is not a Pythagorean triple.
Suppose $a^2+b^2=c^2$ and $(a+1)^2+(b+1)^2=(c+1)^2$ both hold.
Simplifying the second equation and subtracting the first gives $$2a + 2b = 2c - 1$$ but this is impossible sso they can't both hold!
hint: think about even and odd numbers to complete the proof.