Inequalities

We've already seen examples of proofs of inequalities as examples of various proof techniques. In this section, we'll discuss assorted inequalities and the heuristics involved in proving them. The subject of inequalities is vast, so our discussion will barely scratch the surface.

Here are a couple of basic rules which I'll use constantly.

1. You can add a number to both (or all sides) of an inequality.

2. You can multiply an inequality by a nonzero number --- but if the number you multiply by is negative, the inequality is reversed.


Example. Prove that $x^4 + x^2 y + 4 y^2 \ge 5 x^2 y$ .

The $x^4 + \cdots + 4 y^2$ looks like it came from $(x^2 \pm 2 y)^2$ . I know that even powers are always $\ge 0$ . I'll start with $(x^2 - 2 y)^2 \ge 0$ and see if I can get the desired inequality:

$$\eqalign{ (x^2 - 2 y)^2 & \ge 0 \cr x^4 - 4 x^2 y + 4 y^2 & \ge 0 \cr x^4 + x^2 y + 4 y^2 & \ge 5 x^2 y \cr}\quad\halmos$$


Example. If $a, b > 0$ , then $ab > 0$ . And if $a = b$ and $c = d$ , then $a c = bd $ . Is it true that if $a > b$ and $c > d$ , then $a c > b
   d$ ?

The statement is false. For example, $2 > 1$ and $-1 > -2$ , but $2 \cdot
   (-1) \not> 1 \cdot (-2)$ .

This result shows that you have to be careful in the rules you use to work with inequalities. Some "rules" which look obvious aren't correct.


In fact, the false result in the example can be "fixed" by placing additional assumptions on a, b, c, and d. To prove the correct result, I'll have to use very basic facts about inequalities involving real numbers.

Here are some axioms for the standard order relation on $\real$ . Everything is defined in terms of a subset $\real^+$ , the positive real numbers.

1. For every real number x, either $x \in \real^+$ , $x = 0$ , or $-x \in
   \real^+$ .

2. The sum of positive real numbers is a positive real number.

3. The product of positive real numbers is a positive real number.

The order relation $>$ is defined in terms of $\real^+$ . Think about a statement like "$7 > 3$ ". Another way to say this is: You add a positive number (namely 4) to 3 to get 7.

Definition. If $x, y \in \real$ , $x > y$ means that $x = y
   + p$ , where $p \in \real^+$ .

As usual, $x < y$ means $y
   > x$ , $x \ge y$ means $x > y$ or $x = y$ , and $x \le y$ means $y \ge x$ .

Here is a "fixed" version of the incorrect rule in the last example. The proof illustrates a standard approach in inequality proofs involving the basic axioms: Convert inequality statements to equations and work with the equations.

Lemma. Suppose a, b, c, and d are positive real numbers, $a > b$ , and $c
   > d$ . Then $a c > b d$ .

Proof. Suppose $a, b, c, d > 0$ , $a > b$ , and $c > d$ . Write

$$a = b + p \quad\hbox{and}\quad c = d + q, \quad\hbox{where}\quad p, q \in \real^+.$$

Then

$$a c = (b + p)(d + q) = b d + p d + b q + p q.$$

$p d$ , $b q$ , and $p
   q$ are positive, because each is the product of positive numbers. Hence, $p d + b q + p q$ is positive. The equation above therefore shows that $a c > b d$ .

Lemma. If $a > b$ , then $a + c > b + c$ .

Proof. Since $a > b$ , I know that $a = b + p$ , where $p \in
   \real^+$ . Hence,

$$a + c = (b + c) + p.$$

But since $p \in \real^+$ , this means that $a + c > b + c$ .

Plainly, the same proof works if addition is replaced with subtraction.

You can often prove an inequality by transforming or substituting in a known inequality. Unfortunately, there are infinitely many inequalities you can start with! You have to rely on your knowledge of mathematics, as well as common sense: If you're trying to prove an inequality in calculus, for example, it's natural to think of all the "calculus inequalities" you know.


Example. ( Using a known trig inequality) Prove that for all $x \in \real$ , $1 \le \dfrac{1}{2}(\sin x + 3) \le 2$ .

The "$\cdot \le \cdot \le
   \cdot$ " form of the inequality and the presence of the $\sin x$ in the middle remind me of $-1 \le \sin x \le
   1$ , so I'll start with that and do some algebra:

$$\eqalign{ -1 \le & \ \sin x \le 1 \cr 2 \le & \ \sin x + 3 \le 4 \cr \noalign{\vskip2pt} 1 \le & \ \dfrac{1}{2} (\sin x + 3) \le 2 \cr}\quad\halmos$$


Example. ( Using an integral inequality) From calculus, you know that if f and g are integrable functions and $f(x) \ge
   g(x)$ on $[a,b]$ , then

$$\int_a^b f(x)\,dx \ge \int_a^b g(x)\,dx.$$

Use this inequality to prove that

$$0.1 \ge \int_0^{0.1} \dfrac{x^4}{x^4 + 1}\,dx.$$

I have

$$\eqalign{ 1 & \ge 0 \cr x^4 + 1 & \ge x^4 \cr \noalign{\vskip2pt} 1 & \ge \dfrac{x^4}{x^4 + 1} \cr}$$

Applying the integral inequality, I get

$$\int_0^{0.1} 1\,dx \ge \int_0^{0.1} \dfrac{x^4}{x^4 + 1}\,dx \quad\hbox{so}\quad 0.1 \ge \int_0^{0.1} \dfrac{x^4}{x^4 + 1}\,dx.\quad\halmos$$


You can often "see" that an inequality is true by drawing a picture. For example, draw the graph of $y = \dfrac{1}{x}$ for $1 \le x \le n$ , where n is an integer greater than 1.

$$\hbox{\epsfysize=2in \epsffile{inequalities1.eps}}$$

Divide the interval $[1,n]$ up into n equal pieces, and build a rectangle on each piece, using the left-hand endpoints of each subinterval to get the heights. As you can see from the picture, the rectangles all lie above the curve, so the sum of the rectangle areas will be greater than the area under the curve.

The first rectangle has base 1 and height 1, so its area is 1. The second rectangle has base 1 and height $\dfrac{1}{2}$ , so its area is $\dfrac{1}{2}$ . Continuing in this way, the last rectangle has base 1 and height $\dfrac{1}{n - 1}$ , so its area is $\dfrac{1}{n - 1}$ .

The area under the curve is $\displaystyle \int_1^n \dfrac{dx}{x}$ .

Therefore,

$$1 + \dfrac{1}{2} + \dfrac{1}{3} + \cdots + \dfrac{1}{n - 1} \ge \int_1^n \dfrac{dx}{x} = \ln n.$$

This inequality is correct (and by the way, you can use it to see that the harmonic series $\displaystyle \sum_{n=1}^\infty \dfrac{1}{n}$ diverges). But the argument I gave is not a completely rigorous proof.

I'm assuming that the picture accurately represents the situation. To prove that this is the case takes some work. For example, I'd need to prove that each rectangle really does lie above the curve. This would involve noting that $y' = -\dfrac{1}{x^2} < 0$ shows that the graph is decreasing, then using this to prove that the left-hand endpoints give the maximum value of $y = \dfrac{1}{x}$ on each subinterval.

Pictures can help you see or remember that something is true, and sometimes a picture or a heuristic argument is useful in teaching --- to avoid obscuring the idea with technicalities. But you should never confuse a picture with a rigorous proof!


Example. ( Using the Mean Value Theorem) Prove that for all $x > 0$ , $e^x > x + 1$ .

Let $f(x) = e^x - x - 1$ . Take $x > 0$ and apply the Mean Value Theorem to f on the interval $[0, x]$ . The Mean Value Theorem implies that there is a number c such that $0 < c < x$ and

$$\dfrac{f(x) - f(0)}{x - 0} = f'(c).$$

Now $f'(c) = e^c - 1$ , and $c
   > 0$ , so $f'(c) = e^c - 1 > 1 - 1 = 0$ . Thus,

$$\eqalign{ \dfrac{f(x) - f(0)}{x - 0} & > 0 \cr \noalign{\vskip2pt} \dfrac{f(x)}{x} & > 0 \cr \noalign{\vskip2pt} f(x) & > 0 \cr}$$

Therefore, $e^x - x - 1 > 0$ , so $e^x > x + 1$ .


In some cases, you can use a known inequality to prove other inequalities. Here are some well-known inequalities.

The Triangle Inequality. Let $x, y \in \real$ . Then

$$|x| + |y| \ge |x + y|.$$

The name "Triangle Inequality" comes from the corresponding inequality when x and y are vectors. In that case, it says that the sum of the lengths of two sides of a triangle ($|x| + |y|$ ) is greater than or equal to the length of the third side ($|x + y|$ ).

The Arithmetic-Geometric Mean Inequality. Let $x, y \in \real$ , and suppose that $x, y \ge 0$ . Then

$$\dfrac{x + y}{2} \ge \sqrt{x y}.$$

If x and y are two nonnegative numbers, their arithmetic mean ("average") is $\dfrac{x + y}{2}$ and their geometric mean is $\sqrt{xy}$ --- hence the name of this inequality.

The Cauchy-Schwarz Inequality. If $x_1, \ldots, x_n, y_1, \ldots y_n \in
   \real$ , then

$$\left(\sum_{k=1}^n x_ky_k\right)^2 \le \left(\sum_{k=1}^n x_k^2\right)\left(\sum_{k=1}^n y_k^2\right).$$

You may have seen this inequality in a vector calculus course or a linear algebra course. Let

$$x = (x_1, \ldots, x_n) \quad\hbox{and}\quad y = (y_1, \ldots, y_n).$$

Then the vector form of the inequality is

$$(x \cdot y)^2 \le \|x\|^2\|y\|^2.$$

(The product on the left side is the dot product of the two vectors.)


Example. ( Using the Triangle Inequality) Prove that if a and b are real numbers, then

$$|a - b| \ge ||a| - |b||.$$

Apply the Triangle Inequality with $x = a - b$ and $y = b$ :

$$\eqalign{ |a - b| + |b| & \ge |(a - b) + b| \cr |a - b| + |b| & \ge |a| \cr |a - b| & \ge |a| - |b| \cr}$$

Apply the Triangle Inequality with $x = b - a$ and $y = a$ :

$$\eqalign{ |b - a| + |a| & \ge |(b - a) + a| \cr |b - a| + |a| & \ge |b| \cr |b - a| & \ge |b| - |a| \cr |a - b| & \ge |b| - |a| \cr}$$

The last step follows from the fact that $|a - b| = |b - a|$ .

Now

$$||a| - |b|| = \cases{|a| - |b| & if $|a| - |b| \ge 0$ \cr -(|a| - |b|) = |b| - |a| & if $|a| - |b| < 0$ \cr}.$$

I've show that in both of these two cases, $|a - b| \ge ||a| - |b||$ . Therefore, $|a - b| \ge ||a| - |b||$ for all $a, b \in \real$ .


Example. ( Using the Cauchy-Schwarz Inequality) Prove that if $a_1, \ldots a_n > 0$ , then

$$\left(\sum_{k=1}^n a_k\right) \left(\sum_{k=1}^n \dfrac{1}{a_k}\right) \ge n^2.$$

Apply the Cauchy-Schwarz Inequality with

$$x_1 = \sqrt{a_1}, \ldots x_n = \sqrt{a_n}, \quad y_1 = \dfrac{1}{\sqrt{a_1}}, \ldots y_n = \dfrac{1}{\sqrt{a_n}}.$$

I get

$$\left(\sum_{k=1}^n \sqrt{a_k} \cdot \dfrac{1}{\sqrt{a_k}}\right)^2 \le \left(\sum_{k=1}^n (\sqrt{a_k})^2\right) \left(\sum_{k=1}^n \left(\dfrac{1}{\sqrt{a_k}}\right)^2\right).$$

This simplifies to

$$\left(\sum_{k=1}^n 1\right)^2 \le \left(\sum_{k=1}^n a_k\right) \left(\sum_{k=1}^n \dfrac{1}{a_k}\right).$$

But $\displaystyle \sum_{k=1}^n 1
   = n$ , so

$$n^2 \le \left(\sum_{k=1}^n a_k\right) \left(\sum_{k=1}^n \dfrac{1}{a_k}\right).$$

As in this example, the trick to applying known inequalities is figuring out what substitutions to make.


Contact information

Bruce Ikenaga's Home Page

Copyright 2018 by Bruce Ikenaga