Inequalities

Table of Contents

Reciprocals and Inequalities

reciprocal ddx[ln(x)]=1x\frac{d}{dx} [ln(x)] = \frac{1}{x}

Removing the Absolute Value

When to flip inequality signs

Examples

Exception

Proof of the Reverse Triangle Inequality

The proof relies on the standard triangle inequality, which states that for any real numbers aa and bb, a+ba+b|a + b| \le |a| + |b|.

  1. First Step

    We start by writing xx in a convenient form: x=(xy)+yx = (x - y) + y.

    Now, we take the absolute value of both sides and apply the triangle inequality:

    x=(xy)+yxy+y|x| = |(x - y) + y| \le |x - y| + |y|

    By subtracting y|y| from both sides, we get our first result:

    xyxy(1)|x| - |y| \le |x - y| \qquad \text{(1)}

  2. Second Step

    Similarly, we can start by writing yy as y=(yx)+xy = (y - x) + x.

    Again, we take the absolute value and apply the triangle inequality:

    y=(yx)+xyx+x|y| = |(y - x) + x| \le |y - x| + |x|

    Subtracting x|x| from both sides gives:

    yxyx|y| - |x| \le |y - x|

    Since yx=(xy)=xy|y - x| = |-(x - y)| = |x - y|, we can rewrite this as:

    yxxy|y| - |x| \le |x - y|

    Multiplying the entire inequality by 1-1 reverses the inequality sign:

    (yx)xy-(|y| - |x|) \ge -|x - y|

    xyxy(2)|x| - |y| \ge -|x - y| \qquad \text{(2)}

  3. Conclusion

    We can now combine inequalities (1) and (2) into a single statement:

    xyxyxy-|x - y| \le |x| - |y| \le |x - y|

    This compound inequality is the definition of the absolute value. Therefore, we can conclude: xyxy| |x| - |y| | \le |x - y|

    This completes the proof. ✅


© 2025 James Yap

Personal Website and Knowledge Base