The statement, precisely
Take any right triangle — the right angle is the one that matters most, and the side opposite it is called the hypotenuse. The other two sides are the legs. Labeling:
- = the legs
- = the hypotenuse (always opposite the right angle)
Pythagorean Theorem. For any right triangle,
That's the whole thing. But why is it true? What the actual hell do squared side lengths have to do with a right angle? The answer: squares of lengths are areas. The theorem says the area of the square on the hypotenuse equals the combined area of the squares on the two legs. Now it's geometrically obvious — or it will be, after the proof.
Proof 1: the rearrangement proof (four triangles in a big square)
This is one of the most beautiful proofs in mathematics, and it fits on a damn napkin. We're going to build the same area two different ways — no calculus, no tricks, just four triangles and some righteous algebra.
Setup. Draw a large square with side length . Its area is .
First way to tile it. Cut four congruent right triangles (legs , hypotenuse ) from the corners, each with area . What's left in the middle is a square with side (you should verify the angles work out — the corner angle from one triangle plus the right angle of the next is , so yes, the inner quadrilateral has all right angles and all sides equal to ). Its area is .
So: .
Second way to tile it. Rearrange the same four triangles into two rectangles (each ) in two corners, leaving two uncovered squares: one of side and one of side .
So: .
Conclude. The left sides are the same (same big square), so the right sides must be equal:
Subtract from both sides:
The four triangles cancel and we're done. No algebra more powerful than subtraction was needed. That's it. That's the whole proof, and the Federation of Boring Textbook Authors still has the nerve to skip it. This is a proof about areas, and it works because area is additive.
Proof 2: the similar-triangles proof (altitude to the hypotenuse)
This is the proof that ties back to our last lesson — and if the first proof was beautiful, this one is fucking elegant. Draw right triangle with the right angle at . Drop an altitude from to the hypotenuse , meeting it at . This creates two smaller triangles: and .
Claim: all three triangles are similar. Here's the AA argument:
-
and : share ; both have a right angle (at and at respectively). AA similarity gives .
-
and : share ; both have a right angle (at and at ). AA gives .
Now write the proportionality ratios. Let , , , , .
From :
From :
Add the two equations:
Because . Elegant. This proof shows you exactly where the Pythagorean theorem lives: in the self-similar structure of a right triangle.
The converse (and why it matters)
Converse. If , then the triangle with those side lengths is a right triangle, with the right angle opposite the side of length .
Why it matters: the original theorem lets you find side lengths when you know it's a right triangle. The converse lets you check whether a triangle is a right triangle when you only know side lengths. Used constantly in constructions, engineering, and the distance formula.
Proof sketch. Suppose . Build a separate right triangle with legs and ; by the Pythagorean theorem, its hypotenuse is . So both triangles have the same three side lengths, making them congruent (SSS). The right angle in the constructed triangle corresponds to the angle opposite in the original. Done.
Pythagorean triples
A Pythagorean triple is a set of positive integers with . The famous ones:
- : . The workhorse.
- : .
- : .
Any multiple of a triple is also a triple (scale by : ). So , etc. are the 3-4-5 family.
And from Bedrock takes a bow here: the diagonal of a unit square has length — an irrational number, the first proof that not all lengths are rational (as the Pythagoreans discovered, to their considerable, shrieking horror — they reportedly threw the poor bastard who proved it overboard).
Payoff: the distance formula
This is the "later nodes" moment. In the Algebra Core lesson on the coordinate plane, the distance formula was stated as
Now you know why. The horizontal distance and vertical distance are the legs of a right triangle. The distance between the two points is the hypotenuse. The formula is the Pythagorean theorem, dressed in coordinates.
In the Matrices stratum, the length of a vector is — the Pythagorean theorem in dimensions. Same theorem, wearing a bigger costume.