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
1 answer

Prove that $\frac{a}{1+b}+\frac{b}{1+c}+\frac{c}{1+d}+\frac{d}{1+a}\le2$ for $0 \le a, b, c, d \le 1$

Let $0\le a,b,c,d\le 1$, prove that $$\frac{a}{1+b}+\frac{b}{1+c}+\frac{c}{1+d}+\frac{d}{1+a}\le2.$$ I’ve solved it, but I want a solution without derivatives. My solution is posted below. The part of the expression concerning $a$ is…
user1034536
4
votes
1 answer

How do I finish proving this inequality?

Given $a, b,c >0$ satisfying $abc=1$. Prove that: $\dfrac{1}{{{a^2} + 2{b^2} + 3}} + \dfrac{1}{{{b^2} + 2{c^2} + 3}} + \dfrac{1}{{{c^2} + 2{a^2} + 3}} \le \dfrac{1}{2}$? This is my try: Using the AM–GM inequality, I get: $a^2+b^2 \ge 2ab$ and…
Snek
  • 449
4
votes
2 answers

For $x,y,z \in \mathbb{R} $, prove that $ x(x+y)^5+y(y+z)^5+z(z+x)^5 \geq \frac{32}{243}(x+y+z)^6 $

For real numbers $x,y,z$ ,prove that $$x(x+y)^5+y(y+z)^5+z(z+x)^5 \geq \frac{32}{243}(x+y+z)^6$$ For $x,y,z>0$ I have a simple solution: By Hölder inequality: $$\sum x(x+y)^5 \geq \frac{(\sum x(x+y))^5}{(\sum x)^4}\ge \frac{(\frac{2}{3}(\sum…
lapcal
  • 219
4
votes
2 answers

Maximum value of $\sqrt{1-\sqrt{a_1}} + \sqrt{1-\sqrt{a_2}} + \cdots + \sqrt{1-\sqrt{a_n}}$ for $a_i \in [0,1], a_1+a_2+ \cdots +a_n = 2$

Given $n \ge 3$ real numbers $a_1, a_2, \cdots, a_n \in [0,1]$ such that $a_1 + a_2+ \cdots +a_n =2$, find the maximum value of: $$P =\sqrt{1-\sqrt{a_1}} + \sqrt{1-\sqrt{a_2}} + \cdots + \sqrt{1-\sqrt{a_n}}.$$ So far my only guess is that the…
NVA
  • 456
4
votes
1 answer

How to prove that $\left(\sum\limits_{k=1}^{n}a_{k}\right)^2\ge\sum\limits_{k=1}^{n}a_k^3$?

Let $$a_{n}\ge a_{n-1}\ge\cdots\ge a_{0}= 0,$$ and for any $i,j\in\{0,1,2\dots,n\},j>i$, there is $$a_{j}-a_{i}\le j-i.$$ Prove that $$\left(\sum_{k=1}^n a_k \right)^2\ge\sum_{k=1}^n a_k^3.$$ My idea is by mathematical induction: Assume that $n$ is…
math110
  • 93,304
4
votes
1 answer

Prove $\sum_{cyc}{\sqrt{\frac{x+1}{x^2+16x+1}}}\geqslant 1$ and $ \sum_{cyc}{\sqrt{\frac{x+1}{4x^2+10x+4}}}\leqslant 1$ for $x,y,z>0,xyz=1$

Source: https://artofproblemsolving.com/community/c6t243f6h2745656_inequalities_with_3 Let $x,y,z>0,xyz=1$ then $$ \sum_{cyc}{\sqrt{\frac{x+1}{x^2+16x+1}}}\geqslant 1 \ \ \ \ (1) $$ and$$ \sum_{cyc}{\sqrt{\frac{x+1}{4x^2+10x+4}}}\leqslant 1\ \ \…
lapcal
  • 219
4
votes
1 answer

About the inequality $\sum_{i=1}^{n}\frac{\frac{1}{x_i}+x_{i+1}}{\sqrt{\frac{1}{x_i}+x_i}}\geq n\sqrt{2}$

Hi It's a generalization found on Aops starting from this question Prove: $\frac{\frac{1}{a}+b}{\sqrt{\frac{1}{a}+a}}+\frac{\frac{1}{b}+c}{\sqrt{\frac{1}{b}+b}}+\frac{\frac{1}{c}+a}{\sqrt{\frac{1}{c}+c}}\ge3\sqrt{2}$ (see comments) : Let $x_i>0$,…
4
votes
2 answers

Prove: $\frac{\frac{1}{a}+b}{\sqrt{\frac{1}{a}+a}}+\frac{\frac{1}{b}+c}{\sqrt{\frac{1}{b}+b}}+\frac{\frac{1}{c}+a}{\sqrt{\frac{1}{c}+c}}\ge3\sqrt{2}$

Let $a,b,c>0$. Prove that: $$\frac{\frac{1}{a}+b}{\sqrt{\frac{1}{a}+a}}+\frac{\frac{1}{b}+c}{\sqrt{\frac{1}{b}+b}}+\frac{\frac{1}{c}+a}{\sqrt{\frac{1}{c}+c}}\ge3\sqrt{2}$$ Anyone help me a hint to solve above problem? I tried by AM-GM without…
Sickness
  • 1
  • 4
  • 14
4
votes
1 answer

How prove this inequality $\sum\limits_{i=1}^{n}\frac{1}{x^{\alpha}_{i}+1}\ge\frac{n}{(n-1)^{\alpha}+1}$

let $n\ge 3,n\in N$, and $x_{1},x_{2},x_{3},\cdots,x_{n}$ are positive numbers,and such that $$\sum_{i=1}^{n}\dfrac{1}{x_{i}+1}=1,$$ show that: for any real numbers $\alpha\ge 1$,we…
math110
  • 93,304
4
votes
2 answers

Simple question about basic concepts of inequalities

I was working with inequalities and came up with a problem that could be simplified to something like this: If $1 < x < 3\, $ Then, $\,2 < 2x < 6 \,$ and $\, -9 < -3x < -3 $ Adding the two inequalities together, we end up with: $ -7 < -x <…
Pedro
  • 43
  • 3
4
votes
2 answers

Confused on a simple problem

I am having difficult time with a contradiction. Here is the simple math problem that I cannot understand why exactly the same technique gives two different (and contradictory) results: The question is what is the smallest x value that satisfies the…
UKadir
  • 41
  • 2
4
votes
1 answer

Find this least postive real $a$

let $n$ be an integer with $n\ge 2$,Find the least postive real number $a$ such that $$(n-1)\sqrt{1+a\left(n\sum_{i=1}^{n}x^2_{i}-\left(\sum_{i=1}^{n}x_{i}\right)^2\right)}+\prod_{i=1}^{n}x_{i}\ge\sum_{i=1}^{n}x_{i}$$ I try let…
math110
  • 93,304
4
votes
4 answers

Prove $\frac{a^2}{b^3}+\frac{b^2}{c^3}+\frac{c^2}{a^3}≥\frac{1}{a}+\frac{1}{b}+\frac{1}{c}$

Question : Prove $$\frac{a^2}{b^3}+\frac{b^2}{c^3}+\frac{c^2}{a^3}\geq \frac{1}{a}+\frac{1}{b}+\frac{1}{c}$$ $(a, b, c \in \mathbb{R}^+)$ I tried to solve it like this…
user
  • 205