Questions tagged [triangle-inequality]

The triangle inequality tells us that given points $x,y,z$ in a Euclidean space (or more generally, in a metric space), $d(x,z)\leq d(x,y)+d(y,z)$ ($d(a,b)$ refers to the distance between points $a$ and $b$).

Use this tag on questions that rely on the triangle inequality in either a geometric or a metric space.

In Euclidean Geometry, the triangle inequality governs the sorts of lengths that can form the sides of a triangle. It says that given non-negative reals $a$ $b$ and $c$, there exists a triangle with side lengths $a$, $b$ and $c$ if $$a\leq b+c,$$ $$b\leq a+c,$$ and $$c\leq a+b.$$ Note that the triangle inequality permits the existence of degenerate triangles.

Mathematicians later realized that this inequality was quite useful in constructing a rigorous notion of distance between points, since in the Euclidean plane, $3$ points form a triangle, and the distances between them serve as the side lengths of the triangle. Hence, in the definition of a metric space, mathematicians introduce a distance function $d:X\times X\to \mathbb R$, where the final condition on the function is that for any $x,y,z\in X$, $$d(x,z)\leq d(x,y)+d(y,z)$$

Use this tag, when either referring to the triangle inequality in a standard Euclidean space or in a more general metric space. Make sure to use the corresponding tags for either metric spaces or Euclidean geometry to indicate what usage of the triangle inequality is relevant.

305 questions
3
votes
3 answers

Alternate Triangle Inequality: Instead of $\Big|\,|x| - |y|\,\Big| \leq |x-y|$ can we use $|x| - |y| \leq |x-y|$?

Does the Alternate Triangle Inequality hold if we do not use the outer mod? That is, instead of $$\Big|\,|x| - |y|\,\Big| \leq |x-y|$$ can we use the following? $$|x| - |y| \leq |x-y|$$ Thanks in advance
2
votes
1 answer

How can I get the Pythagorean theorem from triangle inequality?

We have the proof of triangle inequality. I need to change the proof in some way to get the Pythagorean theorem : $∥u+v∥ =∥u∥^2 +∥v∥^2$. How to do this? Triangle inequality: $∥u+v∥^2 =(u+v)·(u+v)$ = $(u + v) · u + (u + v) · v$ = $u · u + v · u + u ·…
user749596
1
vote
1 answer

Triangle Inequality Holds IFF

I've just started learning about the triangle inequality. I've got the following two statements which at first glance look very similar. (1) $x < y$ and $|x − y| ≤ | x − z| + | z − y|$ (2) $x < y$ and $|x − y| < | x − z| + | z − y|$ I've seen the…
1
vote
1 answer

Is there some graphically way to (intuitive) understand the reverse triangle inequality in the $\ell^p$ spaces?

Given $(\eta_i), (\xi_i) \in \ell^p$, for some $p \geq 1$ in $\mathbb{R}$, is there a graphically way to see the inequality $$\left|(\sum_{i=1}^{\infty}|\eta_i|^p)^{1/p} - (\sum_{i=1}^{\infty}|\xi_i|^p)^{1/p}\right| \leq…
John Mars
  • 952
  • 5
  • 12
0
votes
1 answer

Estimation theorem/triangle inequality

How do I use the reverse triangle inequality for this function? |z|=R $$|z^4 +5z^2+4|$$ From constructing a triangle, I obtain that $$|z^4|< |z^4 +5z^2+4| + |5z^2| +|4|$$ And thus $$|z^4 +5z^2+4| > |z^4| -|5z^2| - |4| = R^4-5R^2-4$$ However my…
0
votes
0 answers

Do the given lines form a triangle?

Let ABC be an equilateral triangle and let M be a point that does not lie on the circle circumscribed on the triangle. Show that the segments AM, BM and CM can form sides of a triangle. Hint: Check that the triangle inequalities $AM
Luthier415Hz
  • 2,739
  • 6
  • 22
0
votes
1 answer

Prove that a convex polygon cannot have three sides, each of which is greater than the longest diagonal.

Consider two of the sides which do not have a common endpoint-say sides AB and CD. Then, on the one hand, AC + BC < AB+ CD (since AC and BD are diagonals). On the other hand, if AC and BD intersect at point O, then OA+OB> AB and OC + OD > CD. Adding…
0
votes
0 answers

How do the two definitions of the triangle inequality relate?

Common Definition 1: If $A$, $B$, and $C$ are sides of a triangle, then $|A+B| \leq |A| + |B|$. Intuition: We are able to provide an upper bound for the third side of the triangle which is really only met in the degenerate case (when the area of the…
Neel Sandell
  • 306
  • 1
  • 10
0
votes
1 answer

Do these points lie on one line of this metric space?

Let $A, B$, and $C$ be three points in a metric space. Suppose $AB=5, BC=7,$ and $AC=10$ Is it possible that these points lie on one line of this metric space?
-1
votes
1 answer

Inequality for two triangles with the same base

Take 2 triangles, $ABC$ and $OBC$, with the same base $BC$. If $\angle A<\angle O$, then $AB+AC>OB+OC$. This question is derived from the textbook question - for a point $O$ in the triangle $ABC$, $AB + AC > OB + OC$. The textbook question has been…