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
4
votes
4 answers

Proving a related inequality: $2a^4 + 4a^3 - 4a^2 - a +2 > 0$, for $0 < a < 1$.

I am trying to prove an inequality using the $pqr$ method. When factoring a high degree polynomial I face the following inequality: $2a^4+4a^3 - 4a^2-a+2>0$ when $0 < a < 1$. I tried to split it into two inequalities each is $\ge 0$, but I am still…
Wang YeFei
  • 6,390
4
votes
1 answer

Prove $\frac{x^3+2}{2+x+y+z^3}+\frac{y^3+2}{2+y+z+x^3}+\frac{z^3+2}{2+z+x+y^3}\geq\frac{9}{5}$

Prove $$\frac{x^3+2}{2+x+y+z^3}+\frac{y^3+2}{2+y+z+x^3}+\frac{z^3+2}{2+z+x+y^3}\geq\frac{9}{5}$$ for $x,y,z>0$. My work: Using AM-GM: $\sqrt{z^3} \leq \frac{z^3+2}{3}$ $z^3+2\geq3z$ Now I have…
yslpaul
  • 319
4
votes
1 answer

Prove that the sum of a set's inverse is positive?

I have a set $x_i$ with length $n$, where $n>1$. The set is composed of real positive numbers, $x_i \in \mathbb{R}_{+}$. The mean of the set is equal to 1. $$ \bar{x_i}=\frac{1}{n}\sum_{i=1}^{n}x_i=1 $$ I want to prove that the summation of the…
4
votes
2 answers

I solved this question with a Arithmetic mean ≥ Harmonic mean inequality. If there is another solution, please show me.

$x,y,z>0$. Prove that:$$\frac{2xy}{x+y} + \frac{2yz}{y+z} + \frac{2xz}{x+z} ≤ x+y+z $$ My solution:$$\frac{x+y}{2}≥\frac{2xy}{x+y}$$ $$\frac{y+z}{2}≥\frac{2yz}{y+z}$$ $$\frac{x+z}{2}≥\frac{2xz}{x+z}$$ Summing up these inequalities $$\frac{2xy}{x+y}…
Rehman
  • 209
4
votes
4 answers

Show that $b^2+c^2-a^2\leq bc$.

Let $a,b,c>0$ such that $b<\sqrt{ac}$, $c<\frac{2ab}{a+b}$. Show that $b^2+c^2-a^2\leq bc$. I tried to construct a triangle with $a,b,c$ and to apply The cosine rule, but I am not sure that it's possible to construct it and also I have no idea how…
ale
  • 1,744
4
votes
1 answer

How find the equality $\lambda$ of min

let $n\ge3,n\in N$,and $\alpha,\beta,\gamma\in(0,1),a_{k},b_{k},c_{k}\ge 0,k=1,2,\cdots,n$ and such $$\sum_{k=1}^{n}(k+\alpha)a_{k}\le\alpha,\sum_{k=1}^{n}(k+\beta)b_{k}\le\beta,\sum_{k=1}^{n}(k+\gamma)c_{k}\le\gamma$$ if for any such above…
math110
  • 93,304
4
votes
2 answers

How to prove that $\sqrt{\frac{x^2+1}{x+1}}+\frac{2}{\sqrt{x}+1}\ge2, \text{ }x\in \mathbb{R}_{>0}$?

$$\sqrt{\frac{x^2+1}{x+1}}+\frac{2}{\sqrt{x}+1}\ge2, \text{ }x\in \mathbb{R}_{>0}$$ Equality seems to be when x = 1 I have managed to show that the derivative is 0 at x = 1, and that this is a minimum (by the second derivative test), but I am stuck…
4
votes
2 answers

Proving : $\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\ge4(a+b+c)$

For $a,b,c > 0$ and $ab+bc+ca+2abc=1$, how to prove that: $$\frac{1}{a}+\frac{1}{b}+\frac{1}{c}\ge4(a+b+c) \, ?$$
4
votes
3 answers

Prove $\frac{1}{x}+\frac{1}{y}+\frac{1}{z}\geq 1$ when $(x^2-1)(y^2-1)(z^2-1)=8^3$

Please help to prove this inequality. Prove $\frac{1}{x}+\frac{1}{y}+\frac{1}{z}\geq 1$ when $(x^2-1)(y^2-1)(z^2-1)=8^3$ and each of $x,y,z$ is greater than 1. Thanks.
user85356
  • 388
4
votes
3 answers

find the minimum of $A=\frac{x^3}{3y+1}+\frac{y^3}{3z+1}+\frac{z^3}{3x+1}$ with $x^3+y^3+z^3=3$

With $x,y,z \ge 0, x^3+y^3+z^3=3$: find the minimum of $A=\dfrac{x^3}{3y+1}+\dfrac{y^3}{3z+1}+\dfrac{z^3}{3x+1}$ My attempts: $A=\dfrac{x^6}{3yx^3+x^3}+\dfrac{y^6}{3zy^3+y^3}+\dfrac{z^6}{3xz^3+z^3} \ge…
Lini
  • 85
4
votes
5 answers

Show that $e^{-x}/(1-x) \leq e^{x^2}$ for some interval around $0$

Show that $e^{-x}/(1-x) \leq e^{x^2}$ for some interval around $0$. What I've tried My first attempt was to expand the LHS by applying a taylor expansion to both terms and then trying to bound the terms to get rid of one of the summations. I think…
dmh
  • 2,958
4
votes
4 answers

Maximize $(a-1)(b-1)(c-1)$ knowing that : $a+b+c=abc$.

If : $a,b,c>0$, and : $a+b+c=abc$, then find the maximum of $(a-1)(b-1)(c-1)$. I noted that : $a+b+c\geq 3\sqrt{3}$, I believe that the maximum is at : $a=b=c=\sqrt{3}$. (Can you give hints).
Tulip
  • 4,876
4
votes
2 answers

Inequality concerning factorial

$a_1,a_2\cdots,a_n\in\mathbb R_+$; $\forall1\le k\le n,a_1a_2\cdots a_k\ge k!$ Show that $$\frac{2!}{1+a_1}+\frac{3!}{(1+a_1)(2+a_2)}+\cdots+\frac{(n+1)!}{(1+a_1)(2+a_2)\cdots(n+a_n)}<3.$$ My thought would be to prove…
user1034536
4
votes
2 answers

If $abc=1$ ,and $n$ is a natural number,prove $ \frac{a^n}{(a-b)(a-c)}+\frac{b^n}{(b-a)(b-c)}+\frac{c^n}{(c-a)(c-b)} \geqslant \frac{n(n-1)}{2} $

If $a, b, c$ are distinct positive real numbers such that $abc=1$,and $n$ is a natural number,prove $$ \frac{a^n}{(a-b)(a-c)}+\frac{b^n}{(b-a)(b-c)}+\frac{c^n}{(c-a)(c-b)} \geqslant \frac{n(n-1)}{2} $$ I know for $n=3$,the answer is here,and how to…
4
votes
2 answers

$a,b,c\in \mathbb R^+$ Prove that $\sum_{cyc}\sqrt{a^2+2022}/\sum_{cyc}\sqrt{ab}\ge 2$

$a,b,c$ are positive reals such that $ab+bc+ac=2022$, Prove that $$\frac{\sum_{cyc}\sqrt{a^2+2022}}{\sum_{cyc}\sqrt{ab}} \ge 2$$ I tried Holder but it doesn't seem to work. Also I don't know wether that's true but I think if we replace 2022 with…
PNT
  • 4,164