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
0 answers

A contest inequality

The following inequality appeared in the AMTI contest in India, which was held a couple of days ago. If $x$ and $y$ are positive reals such that $x^{2014}+y^{2014}=1$ prove that $\displaystyle \left(\sum_{k=1}^{1007} \frac{1 +…
Spai
  • 31
3
votes
2 answers

How to solve $\left|\frac{x+4}{ax+2}\right| > \frac1x$

How to solve: $$\left|\frac{x+4}{ax+2}\right| > \frac{1}{x}$$ What I have done: I) $x < 0$: Obviously this part of the inequation is $x\in(-\infty, 0), x\neq \frac{-2}{a}$ II) $x > 0$: $$\left|\frac{x+4}{ax+2}\right| >…
2
votes
2 answers

the inequality $\frac{a^4}{a^3+b^3}+\frac{b^4}{b^3+c^3}+\frac{c^4}{c^3+a^3}\ge \frac{a+b+c}2$

How to show that $$\frac{a^4}{a^3+b^3}+\frac{b^4}{b^3+c^3}+\frac{c^4}{c^3+a^3}\ge \frac{a+b+c}2$$ for $a,b,c>0$? I tried to prove $$\frac{a^4}{a^3+b^3}\ge \frac {5a}4+\frac{-3b}4$$ but could not continue. Give me ideas, please.
Other
  • 225
2
votes
2 answers

Prove $\sqrt{ \frac{2x^2 - 2x + 1}{2} } \geq \frac{1}{x + \frac{1}{x}}$ for $0 < x < 1$

I stumbled upon this question while doing practice inequalities questions, and I do not know how to start... Problem: Prove that \begin{align*} \sqrt{ \frac{2x^2 - 2x + 1}{2} } \geq \frac{1}{x + \frac{1}{x}} \end{align*} for $0 < x < 1$. I thought…
2
votes
2 answers

An inequality, which is supposed to be simple

Let $x,y,z\in\mathbb{R}$.Let $xy+yz+xz=1$. Prove:$\displaystyle \frac{x}{\sqrt{x^2+1}}+\frac{y}{\sqrt{y^2+1}}+\frac{z}{\sqrt{z^2+1}}\leq \frac{3}{2}$
2
votes
2 answers

Flipping a fraction within an Inequality?

Is it possible to flip a faction within an inequality? Such that: $$\frac13 < x < \frac23$$ becomes, $$3 > \frac1x > \frac32$$
Daniel
  • 21
2
votes
0 answers

Proof of Karamata Inequality/Hardy-Littlewood Inequality.

Can anyone provide the proof for the Karamata Inequality?
Sourav
  • 21
  • 1
2
votes
1 answer

Solve $\ln(x^2 - 2x -2) \leq 0$

I'm trying to solve the inequality $\ln(x^2 - 2x -2) \leq 0$ Just want to make sure that I'm doing it right. $$\ln(x^2 - 2x -2) \leq 0$$ $x^2 - 2x -2 \leq e^0$ since $e^x$ is a strictly increasing function $$x^2 - 2x - 3 \leq 0$$ $$(x+1) (x-3) \leq…
2
votes
2 answers

How prove this inequality $a^4+b^4+c^4+6(a^2b^2+b^2c^2+a^2c^2)+4abc(a+b+c)<4(ab+bc+ac)(a^2+b^2+c^2)$

let $a,b,c>0$, and such $$a^2+b^2+c^2<2ab+2bc+2ca$$ show that $$a^4+b^4+c^4+6(a^2b^2+b^2c^2+a^2c^2)+4abc(a+b+c)<4(ab+bc+ac)(a^2+b^2+c^2)$$ I know this…
math110
  • 93,304
2
votes
1 answer

Does a maximum value exist for this expression?

Let $x$, $y$, $z$ be positive real numbers and $x + y + z =3$. Does a maximum value exist for this expression? $$\displaystyle E = \frac{x}{2 y+3 z}+\frac{4 y}{5 z + 6 x}+\frac{7 z}{8x+9 y}.$$ I tried Put $$a=2 y+3 z,\quad b=6 x+5 z,\quad c=8…
minthao_2011
  • 1,885
2
votes
1 answer

Is there inequality of the type $e^x+e^y \le e^{x+y}$

Is there inequality of the type $e^x+e^y \le e^{x+y}$ or $e^x+e^y \ge e^{x+y}$
Boby
  • 5,985
2
votes
2 answers

Is is true that $(1-\lambda)^p\leq1-\lambda^p$ for all $\lambda\in [0,1]$ and $p\in (0,1)$?

For all $\lambda\in\Bbb{R}$, $0\leq\lambda\leq1$ and $0
Derso
  • 2,685
2
votes
2 answers

show $\frac{1}{15}< \frac{1}{2}\times\frac{3}{4}\times\cdots\times\frac{99}{100}<\frac{1}{10}$ is true

Prove $\frac{1}{15}< \frac{1}{2}\times\frac{3}{4}\times\cdots\times\frac{99}{100}<\frac{1}{10}$ Things I have done: after trying many ways and failing, I reached the fact…
user2838619
  • 3,120
2
votes
4 answers

Inequality for a rational function of three variables

$x,y,z$ are positive real numbers such that $$x^2+y^2+z^2=1$$ Prove that $\dfrac{x^2}{1+2yz}+\dfrac{y^2}{1+2xz}+\dfrac{z^2}{1+2xy} \geqslant \dfrac{3}{5}$.Again, I try with Engel form of Cauchy inequality...
chaos
  • 599
2
votes
1 answer

How to prove the following inequality: $1+ac+ab+3a\leq b+c+abc+3bc$?

Show that $$1+ac+ab+3a\leq b+c+abc+3bc$$ if $1\leq a\leq bc,$ $1\leq b\leq ac,$ $1\leq c\leq ab.$
Minkow
  • 609