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
3
votes
2 answers

$\triangle ABC;AB=c;AC=b;BC=a$ such that $a\geq b\geq c$. Prove : $\frac{a^2-b^2}{c}+\frac{b^2-c^2}{a}+\frac{c^2+2a^2}{b}\geq \frac{2ab-2bc+3ca}{b}$

$\triangle ABC;AB=c;AC=b;BC=a$ such that $a\geq b\geq c$. Prove : $$\frac{a^2-b^2}{c}+\frac{b^2-c^2}{a}+\frac{c^2+2a^2}{b}\geq \frac{2ab-2bc+3ca}{b}$$ I have tried that : $a\geq b\geq c\Rightarrow \frac{a^{2}-b^{2}}{c}\geq…
3
votes
2 answers

Prove that at least one of the real numbers $a_1 , a_2 , … , a_n$ is greater than or equal to the average of these numbers

Prove that at least one of the real numbers $\,a_1 , a_2 , … , a_n$ is greater than or equal to the average of these numbers. What kind of proof did you use? I think I should use contradiction but I don't know how should I use that. Thank you so…
user112636
  • 311
  • 2
  • 8
  • 13
3
votes
2 answers

Show that $||x|-|y||≤|x-y|$

Can anyone help me show that: $||x|-|y||≤|x-y|$ I am new to proofs and I am not sure how I can show something as trivial as this!
Ahmed
  • 39
3
votes
1 answer

Triangle inequality problem.

Prove that from sections $x,y,z$ where $x= \sqrt[3]{(a-b)^2(a+b)}, y=\sqrt[3]{(b-c)^2(b+c)}, z=\sqrt[3]{(c-a)^2(c+a)}$ and $a,b,c>0$, $a\neq\ b \neq c$ it is possible to construct a triangle. I started the limitation $x,y,z$ from cauchy inequality,…
Mario
  • 31
  • 1
3
votes
3 answers

A ratio inequality.

Let $a_j,b_j,c_j,d_j>0$, with $d_j\le c_j$ for $j=1,\cdots, n$. Does $$\sum_{j=1}^k \frac{a_j}{b_j} \le\sum_{j=1}^k \frac{c_j}{d_j}, \quad k=1,\cdots, n$$ imply $$\frac{\sum_{j=1}^n a_j}{ \sum_{j=1}^n b_j} \le\frac{\sum_{j=1}^n c_j}{ \sum_{j=1}^n…
Sunni
  • 4,536
3
votes
2 answers

Is i true that $x+y\le(2x^2+2y^2)^{1/2}\le...\le(2^{p-1}x^p+2^{p-1}y^p)^{1/p}$

Is it true that, $$ x+y\le(2x^2+2y^2)^{1/2}\le...\le(2^{p-1}x^p+2^{p-1}y^p)^{1/p} $$ How to prove or disprove it?
Yourent
  • 237
3
votes
6 answers

How to solve the inequality $\frac {5x+1}{4x-1}\geq1$

Please help me solve the following inequality. \begin{eqnarray} \\\frac {5x+1}{4x-1}\geq1\\ \end{eqnarray} I have tried the following method but it is wrong. Why? \begin{eqnarray} \\\frac {5x+1}{4x-1}&\geq&1\\ \\5x+1&\geq& 4x-1\\ \\x &\geq&…
Casper
  • 1,039
3
votes
1 answer

How prove this inequality $6+5|x+y+z|+2|yz+xz+xy|\ge 3(|x|+|y|+|z|)$

let $x,y,z$ be real numbers,show that $$6+5|x+y+z|+2|yz+xz+xy|\ge 3(|x|+|y|+|z|)\cdots\cdots\cdots (1)$$ I think this inequality is nice,and I have see this $$1+|x+y+z|+|xy+yz+xz|+|xyz|\ge\dfrac{\sqrt[3]{2}}{2}(|x|+|y|+|z|)\cdots\cdots(2)$$ …
user94270
3
votes
3 answers

How prove this $a+b\le 1+\sqrt{2}$

let $0
user94270
3
votes
3 answers

If $a^2 + b^2 + c^2 = 2$, find the maximum of $\prod(a^5+b^5)$

Given that $a, b, c > 0$ and $a^2 + b^2 + c^2 = 2$, what is the maximum value of $(a^5 + b^5)(a^5 + c^5)(b^5 + c^5)$? Normally when I encounter a problem like this, I seem to be able to push through with AM-GM. This one seems a little problematic…
EuYu
  • 41,421
3
votes
1 answer

How prove this inequality $a^2+b^2+c^2+d^2\ge abcd$

let $a,b,c,d$ are positive numbers,and such $$2(a+b+c+d)\ge abcd$$ show that $$a^2+b^2+c^2+d^2\ge abcd$$ My try:if $a,b,c,d\le 16$,then we have $$a^2+b^2+c^2+d^2\ge 4\sqrt{abcd}$$
user94270
3
votes
8 answers

Non inductive proof, $n!>n^3$ for $n\gt 5$

This was a trivial exercise in induction that I am unable to prove algebraically, or otherwise. Prove that $$n!>n^3\quad\mbox{if}\quad n\gt 5$$
kuch nahi
  • 6,789