ProofComplete

Euclidean Geometry Revisited - Key Proof

ProofProof of the Pythagorean Theorem (Euclid's Proof)

Theorem: In a right triangle with legs aa and bb and hypotenuse cc, we have a2+b2=c2a^2 + b^2 = c^2.

Proof (Euclid, Elements Book I, Proposition 47):

Consider a right triangle ABC\triangle ABC with right angle at CC. We construct squares on each of the three sides:

  • Square BCEDBCED on leg BCBC (side length aa)
  • Square ACFGACFG on leg ACAC (side length bb)
  • Square ABHIABHI on hypotenuse ABAB (side length cc)

The proof proceeds by showing that the area of square ABHIABHI equals the sum of areas of squares BCEDBCED and ACFGACFG.

Step 1: Draw the altitude from CC to ABAB, meeting ABAB at point JJ. Extend this line to meet HIHI at point KK.

Step 2: We prove that rectangle AJKHAJKH has the same area as square ACFGACFG:

  • Triangles BAF\triangle BAF and BAC\triangle BAC have the same area (same base ABAB, equal heights)
  • Triangle BAF\triangle BAF has area equal to half of square ACFGACFG (base AF=bAF = b, height bb)
  • Triangle BAC\triangle BAC has area equal to half of rectangle AJKHAJKH
  • Therefore, area of square ACFGACFG equals area of rectangle AJKHAJKH: b2b^2

Step 3: By a symmetric argument, rectangle JBIKJBIK has area equal to square BCEDBCED: a2a^2

Step 4: Since rectangles AJKHAJKH and JBIKJBIK together form square ABHIABHI:

c2=Area(ABHI)=Area(AJKH)+Area(JBIK)=b2+a2c^2 = \text{Area}(ABHI) = \text{Area}(AJKH) + \text{Area}(JBIK) = b^2 + a^2

Therefore, a2+b2=c2a^2 + b^2 = c^2. ∎

Euclid's proof is remarkably elegant, using only the basic properties of areas and congruent triangles. The construction reveals the geometric meaning of the theorem: the squares on the legs literally tile to form the square on the hypotenuse.

Remark

Over 400 proofs of the Pythagorean theorem have been catalogued. Some notable approaches include:

  1. Similar triangles: The altitude to the hypotenuse creates two triangles similar to the original, leading to a2=cma^2 = c \cdot m and b2=cnb^2 = c \cdot n where m+n=cm + n = c.

  2. Algebraic proof: Place the triangle in a coordinate system with the right angle at the origin, then use the distance formula.

  3. Dissection proofs: Various ways of cutting and rearranging the squares to show equality.

  4. Chinese proof (Zhou Bi Suan Jing, c. 200 BCE): Place four copies of the triangle around a square to form a larger square.

The converse is also true and important: if a2+b2=c2a^2 + b^2 = c^2 for the sides of a triangle, then the triangle is right-angled. This gives a practical method for constructing right angles: any triangle with sides in the ratio 3:4:5 (or any multiple) must be right-angled.

ExampleGeneralization to Higher Dimensions

The Pythagorean theorem extends to nn dimensions. If vectors v1,,vn\mathbf{v}_1, \ldots, \mathbf{v}_n are orthogonal in Rn\mathbb{R}^n, then:

i=1nvi2=i=1nvi2\left\| \sum_{i=1}^n \mathbf{v}_i \right\|^2 = \sum_{i=1}^n \|\mathbf{v}_i\|^2

This is the parallelotope identity for orthogonal vectors. It underlies the definition of orthonormal bases and the structure of inner product spaces.

The theorem's importance extends far beyond geometry. In physics, it relates components of vectors and tensors. In probability theory, it appears in the law of large numbers (independence corresponds to orthogonality). In Fourier analysis, Parseval's identity is a generalized Pythagorean theorem for infinite-dimensional spaces.

The Pythagorean theorem characterizes Euclidean geometry: it holds in Euclidean space and fails in non-Euclidean geometries. In hyperbolic space, a2+b2>c2a^2 + b^2 > c^2; in spherical geometry, a2+b2<c2a^2 + b^2 < c^2 (for small triangles). This makes it a touchstone for distinguishing geometric models.