What Is the Triangle Inequality Theorem?
The triangle inequality theorem states: in any of the triangles you can draw, the sum of any two side lengths is strictly greater than the remaining side. Written out for sides $a$, $b$, and $c$:
$$a + b > c, \qquad b + c > a, \qquad a + c > b$$
All three inequalities must be satisfied simultaneously for the three lengths to form a triangle. If even one fails, no triangle exists. There is a matching lower-bound form too: the third side must be greater than the difference of the other two, so $|a - b| < c < a + b$.
Notice the inequality is strict - greater than, not greater than or equal to. If $a + b = c$ exactly, the three points fall on a straight line and the "triangle" flattens to a segment with zero area, a degenerate case.
Why Can't You Build a Triangle From Just Any Three Sticks?
Hand someone sticks of 2, 3, and 10 centimetres and a triangle simply cannot be built.
The triangle inequality theorem says the sum of the lengths of any two sides of a triangle must be greater than the length of the third side. For a triangle with sides $a$, $b$, and $c$, all three conditions must hold at once: $a + b > c$, $b + c > a$, and $a + c > b$. The theorem is the test for whether three given lengths can actually close into a triangle before you ever pick up a compass.
The reason is physical. The two shorter sticks, laid end to end, have to be able to reach across the longest one. If they fall short, the triangle never closes - you get a broken line instead of a shape.
How Do You Use the Triangle Inequality Theorem to Test Three Lengths?
This is the most practical use of the theorem, and it takes one shortcut. You do not have to check all three inequalities the slow way.
The shortcut: sort the three lengths and check only that the two smaller ones sum to more than the largest. If the smallest pair beats the longest side, the other two inequalities are automatically satisfied.
Worked test - sides 6, 8, 11:
Largest side is 11. The two smaller are 6 and 8.
Check $6 + 8 = 14 > 11$. True.
A triangle is possible.
Worked test - sides 4, 6, 12:
Largest side is 12. The two smaller are 4 and 6.
Check $4 + 6 = 10 < 12$. False.
No triangle can be formed.
This test appears constantly in problems about types of triangle and in range problems where one side is unknown. At Bhanzu, our trainers teach the sort-then-check shortcut first, so students stop doing three times the arithmetic.
What Is the Proof of the Triangle Inequality Theorem?
The classical proof extends one side and builds an isosceles triangle. Take triangle $ABC$ and prove $AB + AC > BC$.
Extend side $BA$ beyond $A$ to a point $D$ so that $AD = AC$.
Triangle $ACD$ is now isosceles, so $\angle ADC = \angle ACD$.
In triangle $BCD$, the angle $\angle BCD = \angle BCA + \angle ACD$, so $\angle BCD > \angle ADC$.
In a triangle, the larger angle faces the longer side, so $BD > BC$.
But $BD = BA + AD = BA + AC$.
Therefore $BA + AC > BC$.
Unlike the Pythagoras theorem, which applies only to right triangles, this inequality holds for every triangle. The same argument, run on each side in turn, gives all three inequalities.
Examples of the Triangle Inequality Theorem
Example 1
Can sides of 5, 7, and 9 form a triangle?
Largest is 9; the smaller pair is 5 and 7. Check $5 + 7 = 12 > 9$. True.
Final answer: yes, a triangle is possible.
Example 2
Can sides of 3, 4, and 8 form a triangle? Watch a common wrong turn.
Wrong path. A student checks $3 + 8 = 11 > 4$ and $4 + 8 = 12 > 3$, sees two inequalities pass, and answers "yes."
Why it breaks. Passing some inequalities is not enough — all three must pass. The one the student skipped is the decisive one: $3 + 4 = 7 < 8$. That failure alone rules out the triangle.
Correct. Sort first: largest is 8, smaller pair is 3 and 4. Check $3 + 4 = 7 < 8$. False.
Final answer: no triangle can be formed. Checking only the easy inequalities is exactly why students get these wrong.
Example 3
Two sides of a triangle are 8 and 5. Find the range of possible lengths for the third side.
The third side $x$ must satisfy $|8 - 5| < x < 8 + 5$, so $3 < x < 13$. The third side is greater than the difference and less than the sum.
Final answer: $3 < x < 13$.
Example 4
A triangle has sides 12, 5, and $x$. If $x$ is a whole number, what is its smallest possible value?
The range is $|12 - 5| < x < 12 + 5$, so $7 < x < 17$. The smallest whole number strictly greater than 7 is 8.
Final answer: $x = 8$.
Example 5
Do the sides 6, 6, and 12 form a triangle?
Largest is 12; smaller pair is 6 and 6. Check $6 + 6 = 12$, which is equal to, not greater than, 12. The inequality is strict.
Final answer: no — this is a degenerate case where the three points lie on a straight line, so it is not a valid triangle.
Example 6
A hiker walks 4 km east, then wants to return in a straight line. If the return leg were only 2 km and the second leg were 3 km, could the path close into a triangle?
Sides would be 4, 3, and 2. Largest is 4; smaller pair is 3 and 2. Check $3 + 2 = 5 > 4$. True.
Final answer: yes, these three legs can form a triangle - the direct route (4 km) is shorter than going 3 km then 2 km, exactly as the theorem predicts.
Why Does the Triangle Inequality Theorem Matter in Real Life?
The theorem is really a statement that the straight path between two points is the shortest - a principle that quietly governs a lot of the physical world.
Shortest routes. A direct road between two towns is always shorter than any two-leg detour through a third town. That is the triangle inequality in map form.
Network design. Routing data or laying cable relies on the fact that the direct link never loses to a two-hop path in pure distance.
Structural rigidity. A triangle is the only polygon that cannot be flexed without changing a side length - which is why bridges, roofs, and cranes are built from triangles.
The shortest-path stakes are easy to feel. Every GPS route that picks a direct road over a scenic detour is applying the triangle inequality, the same distance principle formalised for general spaces as the metric triangle inequality. Detours cost distance because two sides always outrun the third.
Where Do Students Trip Up on the Triangle Inequality?
Mistake 1: Checking only one or two inequalities
Where it slips in: Testing $a + b > c$ but skipping the other two orderings.
Don't do this: Declaring a triangle valid after one passing check.
The correct way: Either check all three inequalities, or sort the sides and check that the two smaller sum to more than the largest. The first instinct is to check the easy inequalities and stop - but the deciding inequality is almost always the one involving the longest side.
Mistake 2: Allowing equality
Where it slips in: Treating $a + b = c$ as "just barely a triangle."
Don't do this: Accepting sides like 6, 6, 12 as a valid triangle.
The correct way: The inequality is strict. When the sum equals the third side, the shape flattens onto a line with zero area - a degenerate case, not a triangle. The second-guesser often wavers here; the rule is firm.
Mistake 3: Forgetting the lower bound on an unknown side
Where it slips in: Range problems where the student writes only $x < a + b$ and forgets $x > |a - b|$.
Don't do this: Giving the range as "$x$ less than the sum" alone.
The correct way: The third side is trapped on both ends: $|a - b| < x < a + b$. The rusher gives only the upper bound and loses half the answer.
Conclusion
The triangle inequality theorem says any two sides of a triangle sum to more than the third: $a + b > c$, and the same for the other pairs.
Test three lengths fast by checking that the two smaller sides sum to more than the largest.
An unknown third side is bounded by $|a - b| < x < a + b$.
Equality ($a + b = c$) gives a flat, degenerate line, not a real triangle.
The theorem is the reason a straight path is always the shortest — the idea behind routing, navigation, and structural rigidity.
To go deeper with a teacher, explore Bhanzu's geometry tutor or middle school math tutor, or browse math classes online for guided triangle practice.
Read More
Practice These to Solidify Your Understanding
Work through these three problems in order:
Can sides 7, 10, and 16 form a triangle? Show the check.
Two sides are 9 and 4. Find the range of the third side.
A triangle has sides 15, 8, and $x$ (a whole number). Find its largest possible value.
Want a live Bhanzu trainer to work through more triangle problems with you? Book a free demo class.
Was this article helpful?
Your feedback helps us write better content
