REW

What Is The Prop 20 Of Euclid?

Published Aug 29, 2025 4 min read
On this page

In Euclidean geometry, Book I, Proposition 20 of Euclid's Elements states the triangle inequality theorem: in any triangle, the sum of any two sides is greater than the remaining side. For a triangle with sides of length aa ๐‘Ž , bb

๐‘

, and cc

๐‘

, this can be expressed as three inequalities:

  • a+b>ca plus b is greater than c

    ๐‘Ž+๐‘>๐‘

  • a+c>ba plus c is greater than b

    ๐‘Ž+๐‘>๐‘

  • b+c>ab plus c is greater than a

    ๐‘+๐‘>๐‘Ž

This proposition formalizes the intuitive understanding that a straight line is the shortest path between two points.

Detailed proof of the proposition

Euclid's proof uses a constructive method and relies on earlier propositions from The Elements, specifically Proposition 5 (angles opposite equal sides are equal in an isosceles triangle) and Proposition 19 (the side opposite the greater angle is the greater side).

Consider a triangle ABC.

  1. Construction: Extend side BA to point D such that DA is equal to side AC. Connect D and C.

  2. Analysis of triangle ADC: Since AD = AC, triangle ADC is isosceles, and by Proposition 5, โˆ ADC=โˆ ACDangle cap A cap D cap C equals angle cap A cap C cap D

    โˆ ๐ด๐ท๐ถ=โˆ ๐ด๐ถ๐ท

    .

  3. Examination of triangle DBC:โˆ BCDangle cap B cap C cap D

    โˆ ๐ต๐ถ๐ท

    is greater than โˆ ACDangle cap A cap C cap D

    โˆ ๐ด๐ถ๐ท

    , and since โˆ ACD=โˆ ADCangle cap A cap C cap D equals angle cap A cap D cap C

    โˆ ๐ด๐ถ๐ท=โˆ ๐ด๐ท๐ถ

    , it follows that โˆ BCD>โˆ ADCangle cap B cap C cap D is greater than angle cap A cap D cap C

    โˆ ๐ต๐ถ๐ท>โˆ ๐ด๐ท๐ถ

    (or โˆ BDCangle cap B cap D cap C

    โˆ ๐ต๐ท๐ถ

    ).

  4. Applying Proposition 19: In triangle DBC, the side opposite the greater angle โˆ BCDangle cap B cap C cap D

    โˆ ๐ต๐ถ๐ท

    is DB, and the side opposite โˆ BDCangle cap B cap D cap C

    โˆ ๐ต๐ท๐ถ

    is BC. Therefore, DB > BC.

  5. Final substitution: Since DB = DA + AB and DA = AC, substituting these gives AB+AC>BCcap A cap B plus cap A cap C is greater than cap B cap C

    ๐ด๐ต+๐ด๐ถ>๐ต๐ถ

    .

  6. Generalization: The same method can be used to prove that AB+BC>ACcap A cap B plus cap B cap C is greater than cap A cap C

    ๐ด๐ต+๐ต๐ถ>๐ด๐ถ

    and BC+AC>ABcap B cap C plus cap A cap C is greater than cap A cap B

    ๐ต๐ถ+๐ด๐ถ>๐ด๐ต

    , thus completing the proof for all pairs of sides.

Significance and analysis of the proposition

The triangle inequality is a fundamental principle with broad implications in mathematics.

Core concepts

  • Shortest path: It establishes that a straight line is the shortest distance between two points.

  • Defining property of distance: This is a key axiom for a metric space, where for any points x,y,zx comma y comma z

    ๐‘ฅ,๐‘ฆ,๐‘ง

    , the distance dd

    ๐‘‘

    satisfies d(x,z)โ‰คd(x,y)+d(y,z)d open paren x comma z close paren is less than or equal to d open paren x comma y close paren plus d open paren y comma z close paren

    ๐‘‘(๐‘ฅ,๐‘ง)โ‰ค๐‘‘(๐‘ฅ,๐‘ฆ)+๐‘‘(๐‘ฆ,๐‘ง)

    . In Euclidean geometry, this is a strict inequality unless the points are collinear.

  • Constructive proof: Euclid's proof is a classic example of demonstrating a principle by constructing a figure based on established rules.

Historical context and philosophical perspective

Some contemporaries of Euclid believed the proposition was too obvious to need proof, using the analogy of an ass not taking a longer route around a triangle to reach food. However, Euclid's rigorous approach of proving every non-axiomatic statement from first principles was crucial in establishing mathematics as a formal science.

Extensions and applications

  • Converse theorem: If three positive lengths satisfy the triangle inequality, a triangle can be formed with those sides. If equality holds, it forms a degenerate triangle where vertices are collinear.
  • Generalizations: The principle extends to any polygon, where the sum of any n-1 sides is greater than the remaining side.
  • Real-world relevance: The triangle inequality is used in various fields, including computer science algorithms for optimizing searches based on distance.
Enjoyed this article? Share it with a friend.