Questions tagged [inequality]

Questions on proving, manipulating and applying inequalities. Do not use this tag just because an inequality appears somewhere in your question.

An inequality is a mathematical relation between two quantities that are not necessarily equal, but bigger or smaller.

To prove inequalities, a number of proven inequalities can be used, including:

  • The AM-GM inequality

    Let $x_i>0$, $\alpha_i>0$ such that $\alpha_1+\alpha_2+...+\alpha_n=1$. Prove that $$\alpha_1x_1+\alpha_2x_2+...+\alpha_nx_n\geq x_1^{\alpha_1}x_2^{\alpha_2}...x_n^{\alpha_n}$$

For $\alpha_1=\alpha_2=...=\alpha_n=\frac{1}{n}$ we obtain the well-known $$\frac{x_1+x_2+\cdots+x_n}{n} \ge \sqrt[n]{x_1x_2\cdots x_n}$$

  • The Power Mean inequality (P-M).

    Let $a_1, a_2,\cdots, a_n$ be positive numbers and $p>q$. Then $$\left(\frac{a_1^p+a_2^p+\cdots+a_n^p}{n}\right)^{\frac{1}{p}} \geq \left(\frac{a_1^q+a_2^q+\cdots+a_n^q}{n}\right)^{\frac{1}{q}}$$

  • The Rearrangement inequality (R).

    Let $a_1\le\dots\le a_n$ and $b_1\le\dots\le b_n$. For all permutations $\sigma\in S_n$, $$\sum_{i=1}^na_ib_{n-i+1}\le\sum_{i=1}^na_ib_{\sigma(i)}\leq\sum_{i=1}^na_ib_i.$$

The rearrangement generalizes similar for more than two sequences of numbers.

  • The Cauchy-Schwarz inequality (C-S).

    If $a_1, a_2, \cdots, a_n$ and $b_1, b_2,\cdots, b_n$ are two sequences of real numbers, then $$\sum^{n}_{i=1} a_i^2 \sum^{n}_{i=1} b_i^2\geq\left(\sum^{n}_{i=1} a_ib_i \right)^2$$

  • The H$\ddot o$lder inequality (H).

    Let $a_1$, $a_2$,..., $a_n$, $b_1$, $b_2$,..., $b_n$, $\alpha$ and $\beta$ be positive numbers. Then $$\left(\sum_{i =1}^n a_i\right )^\alpha \left(\sum_{i =1}^n b_i \right )^\beta\geq \left(\sum_{i =1}^n (a_ib_i)^\frac{1}{\alpha+\beta}\right )^{\alpha+\beta} $$

  • The Schur inequalities (S):

    Let $x$, $y$ and $z$ be positive numbers and $t$ is a real number. Prove that:$$x^t(x-y)(x-z)+y^t(y-z)(y-x)+z^t (z-x)(z-y)\ge 0$$

  • Muirhead inequalities

    A sequence $a_1 \geq a_2 \geq \dots \geq a_n$ majorizes a sequence $b_1 \geq b_2 \geq \dots \geq b_n$ if $$\sum_{i=1}^k a_i \geq\sum_{i=1}^k a_i $$ for all $1\leq k < n$ and $$\sum_{i=1}^n a_i =\sum_{i=1}^n a_i $$ If sequence $(a_i)$ majorizes $(b_i)$ (notated as $a_i \succ b_i$), then $$\sum_{\text{sym}}x_1^{a_1}x_2^{a_2}\dots x_n^{a_n}\geq \sum_{\text{sym}}x_1^{b_1}x_2^{b_2}\dots x_n^{b_n}$$

30160 questions
17
votes
4 answers

Prove $(x+y)(y^2+z^2)(z^3+x^3) < \frac92$ for $x+y+z=2$

$x,y,z \geqslant 0$ and $x+y+z=2$, Prove $$(x+y)(y^2+z^2)(z^3+x^3) < \frac92$$ While numerical method can solve this problem, I am more interested in classical solutions. I tried this problem for the past few months, using all kinds of AM-GM and CS,…
HN_NH
  • 4,361
17
votes
4 answers

$a,b,c >0$, prove $\sqrt[2]{\frac{a}{b+c}}+\sqrt[3]{\frac{b}{c+a}}+\sqrt[4]{\frac{c}{a+b}} \geqslant \frac{7}{12} \cdot2^{\frac67} \cdot 3^{\frac47}$

$a,b,c >0$, prove $$\sqrt[2]{\frac{a}{b+c}}+\sqrt[3]{\frac{b}{c+a}}+\sqrt[4]{\frac{c}{a+b}} \geqslant \frac{7}{12} \cdot2^{\frac67} \cdot 3^{\frac47}$$ What I tried: 1) It seems like a Nesbitt inequality. But I tried to imitate some Nesbitt proofs…
HN_NH
  • 4,361
16
votes
1 answer

How to prove this inequality in Euclidean space?

Prove that $$\begin{align*}&|a+b||a+c|+|a+b||b+c|+|a+c||b+c|\\ \leq &(|a|+|b|+|c|) \cdot |a+b+c|+|a||b|+|a||c|+|b||c|\end{align*}$$ in Euclidean space $\mathbb{R}^n$. I have been thinking about this inequality for 2 weeks. This exercise was…
Bruno1
  • 161
16
votes
1 answer

If $\prod x_k\neq0$ and $\sum\frac{x_k}{x_{k+1}}=0$, then $|\sum x_kx_{k+1}|\le (\max|x_k|- \min|x_k|)\sum x_k$

Question: Suppose that $x_{1},x_{2},\cdots,x_{n}$ are real numbers, such that $$x_{1}x_{2}\cdots x_{n}\neq 0$$ and $$\dfrac{x_{1}}{x_{2}}+\dfrac{x_{2}}{x_{3}}+\cdots+\dfrac{x_{n}}{x_{1}}=0$$ show that …
math110
  • 93,304
16
votes
3 answers

How to prove this inequality $\frac{x^y}{y^x}+\frac{y^z}{z^y}+\frac{z^x}{x^z}\ge 3$

let $x,y,z$ be positive numbers, and such $x+y+z=1$ show that $$\dfrac{x^y}{y^x}+\dfrac{y^z}{z^y}+\dfrac{z^x}{x^z}\ge 3$$ My try: let $$a=\ln{\dfrac{x^y}{y^x}},b=\ln{\dfrac{y^z}{z^y}},c=\ln{\dfrac{z^x}{x^z}}$$ so …
user94270
16
votes
2 answers

Cauchy-Schwarz inequality and Hölder's inequality

It might sound silly, but I am always curious whether Hölder's inequality $$\sum_{k=1}^n |x_k\,y_k| \le \biggl( \sum_{k=1}^n |x_k|^p \biggr)^{\!1/p\;} \biggl( \sum_{k=1}^n |y_k|^q \biggr)^{\!1/q} \text{ for all…
Sunni
  • 4,536
16
votes
2 answers

Comparing sums of surds without any aids

Without using a calculator, how would you determine if terms of the form $\sum b_i\sqrt{a_i} $ are positive? (You may assume that $a_i, b_i$ are integers, though that need not be the case) When there are 5 or fewer terms involved, we can try and…
Calvin Lin
  • 68,864
16
votes
1 answer

Prove $\frac{1}{2\sqrt{2}+1}+\frac{1}{3\sqrt{3}+2\sqrt{2}}+\cdots+\frac{1}{100\sqrt{100}+99\sqrt{99}}<\frac{9}{10}$

What would you suggest for the following inequality? $$\frac{1}{2\sqrt{2}+1}+\frac{1}{3\sqrt{3}+2\sqrt{2}}+\cdots+\frac{1}{100\sqrt{100}+99\sqrt{99}}<\frac{9}{10}$$ Thanks in advance! Sis. EDIT: Based upon the nice solution provided by Sasha, I'll…
user 1591719
  • 44,216
  • 12
  • 105
  • 255
16
votes
2 answers

Inequality. $\sqrt{\frac{11a}{5a+6b}}+\sqrt{\frac{11b}{5b+6c}}+\sqrt{\frac{11c}{5c+6a}} \leq 3$

Let $a,b,c$ be positive numbers . Prove the following inequality: $$\sqrt{\frac{11a}{5a+6b}}+\sqrt{\frac{11b}{5b+6c}}+\sqrt{\frac{11c}{5c+6a}} \leq 3.$$ What I tried: I used Cauchy-Schwarz in the following form $\sqrt{Ax}+\sqrt{By}+\sqrt{Cz} \leq…
Iuli
  • 6,790
16
votes
4 answers

$\frac{a}{\sqrt{a+b}}+\frac{b}{\sqrt{b+c}}+\frac{c}{\sqrt{c+a}}\geq \frac{3}{\sqrt{2}}$

Let $a, b, c$ be positive real numbers such that $a\geq b\geq c$ and $abc=1$ prove that $$\frac{a}{\sqrt{a+b}}+\frac{b}{\sqrt{b+c}}+\frac{c}{\sqrt{c+a}}\geq \frac{3}{\sqrt{2}}$$
Don
  • 197
16
votes
8 answers

Prove that $\left (\frac{1}{a}+1 \right)\left (\frac{1}{b}+1 \right)\left (\frac{1}{c}+1 \right) \geq 64.$

Let $a,b,$ and $c$ be positive numbers with $a+b+c = 1$. Prove that $$\left (\dfrac{1}{a}+1 \right)\left (\dfrac{1}{b}+1 \right)\left (\dfrac{1}{c}+1 \right) \geq 64.$$ Attempt Expanding the LHS we obtain $\left (\dfrac{1+a}{a} \right)\left…
Jacob Willis
  • 1,601
16
votes
2 answers

How to prove this inequality about $xyz=1$

Let $x,y,z>0$,and such $xyz=1$, show that $$\dfrac{x+y}{x^3+x}+\dfrac{y+z}{y^3+y}+\dfrac{z+x}{z^3+z}\ge 3$$ I tried use $AM-GM$ inequality $$\dfrac{x+y}{x^3+x}+\dfrac{y+z}{y^3+y}+\dfrac{z+x}{z^3+z}\ge…
user253631
16
votes
2 answers

$\forall x,y>0, x^x+y^y \geq x^y + y^x$

Prove that $\forall x,y>0, x^x+y^y \geq x^y + y^x$ A friend of mine told me none of the teachers in my school have succeeded in proving this seemingly simple inequality (it was asked at an oral exam last year). I tried it myself, but I made no…
Gabriel Romon
  • 35,428
  • 5
  • 65
  • 157
16
votes
3 answers

Rearrangement inequality for multiple sequences.

The rearrangement inequality is well known for two sequences $\{a_i\}_{i=1}^n$ and $\{b_i\}_{i=1}^n$ where each sequence is non-decreasing $a_1\le a_2\le \cdots \le a_n$ and $b_1 \le b_2 \le \cdots \le b_n$. The inequality states $$\sum_{i=1}^n…
EuYu
  • 41,421
15
votes
3 answers

Find the maximum the value $P_{1}\cdot P_{n}$

Suppose that $n \ge 2$ students attend a test of $m \ge 2$ problems. The scoring rule for each problem is: if $x$ students answer a problem incorrectly, then a correct answer is worth $x$ points and an incorrect answer is worth none. The total…
math110
  • 93,304