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

Proving $a^ab^bc^c\ge(abc)^{(a+b+c)/3}$ for positive real numbers.

Prove that $$a^ab^bc^c\ge(abc)^{(a+b+c)/3}$$ where $a,b,c\in\mathbb{R^+}$ I tried using powered AM-GM but didn't get anything. please give me a hint to solve it.
Satvik Mashkaria
  • 3,636
  • 3
  • 19
  • 37
3
votes
0 answers

Inequality involving symmetric polynomials

Let $\bar x = (x_1, x_2, \dots, x_n)$ and $\bar y = (y_1, y_2, \dots, y_n)$ be non-negative vectors in $\mathbb R^n$, and $\bar z = \bar x + \bar y$. For $1 \leq k \leq n$, define the $k$-th symmetric polynomial of $\bar x$ as $$\sigma_k(\bar x) =…
VSJ
  • 1,081
3
votes
5 answers

If $X+Y = 10 $ ($X$ and $Y $ both are positive) then what is the maximum value of $(X^3)(Y^2)$?

I can get to the result by trying different values of X and Y but that is of course time taking. I want to know if there is a better way to get to the result?
3
votes
1 answer

How prove The triangle inequality $\rho{(a,b)}\le \rho{(a,c)}+\rho{(c,b)}$

Question: let $a,b,c$ be complex numbers,and such $$|a|<1,|b|<1,|c|<1$$ let $$\rho{(x,y)}=\left|\dfrac{x-y}{1-\overline{x}y}\right|$$ show that $$\rho{(a,b)}\le \rho{(a,c)}+\rho{(c,b)}$$ we only…
math110
  • 93,304
3
votes
0 answers

If $abc=1$, then $\frac{a^{n+2}}{a^n+(n-1)b^n}+\frac{b^{n+2}}{b^n+(n-1)c^n}+\frac{c^{n+2}}{c^n+(n-1)a^n} \geq \frac{3}{n} $

I've been trying to prove the following inequality Assume that a,b,c are positive reals s.t. $abc=1$ , prove that : $$S=\frac{a^{n+2}}{a^n+(n-1)b^n}+\frac{b^{n+2}}{b^n+(n-1)c^n}+\frac{c^{n+2}}{c^n+(n-1)a^n} \geq \frac{3}{n} $$ If you apply AM-GM…
dyoann
  • 53
  • 6
3
votes
1 answer

Inequality: $ \frac{a}{1+9bc+k(b-c)^2}+\frac{b}{1+9ca+k(c-a)^2}+\frac{c}{1+9ab+k(a-b)^2}\geq\frac{1}{2} $

I was trying to solve this inequality, but I wasn't able to do so: Find the maximum number $k\in\mathbb R$ such that: $$ \frac{a}{1+9bc+k(b-c)^2}+\frac{b}{1+9ca+k(c-a)^2}+\frac{c}{1+9ab+k(a-b)^2}\geq\frac{1}{2} $$ Holds for all $a,b,c\ge0$ with…
Redundant Aunt
  • 12,030
  • 2
  • 22
  • 66
3
votes
1 answer

Least value of an Expression?

Find the least value of $\dfrac {3a}{b+c} + \dfrac{4b}{a+c}+ \dfrac{5c}{a+b}$ for positive $a, b, c$. I tried using the Cauchy-Schwarz inequality, but could not proceed after a bad equation which couldn't be further solved .
user167045
3
votes
2 answers

Show that $\lvert \cos (1)\lvert $ + $\lvert \cos (2)\lvert $ + $\lvert \cos (3)\lvert \geq \frac{3}{2}$

Show that $\lvert \cos (1)\lvert $ + $\lvert \cos (2)\lvert $ + $\lvert \cos (3)\lvert \geq \frac{3}{2}$. I've been trying to figure out an analytic way of showing this is true for a while now, but I can't seem to come up with anything. I have…
relapse
  • 33
3
votes
4 answers

Prove $\frac{n}{n+1}<\frac{n+1}{n+2}$

How can we prove the following inequality: $$\frac{n}{n+1} < \frac{n+1}{n+2}$$ I understand how to do proof by inductions and contradictions, but I am getting stuck on this question. My proof would start out with its base case. $n= 0$; $0/1 < 1/2$…
3
votes
5 answers

Solve the following inequality

I have the following inequality $\frac {2x^2}{x+2} < x-2$. I tried to solve it the with the following steps. step 1 $\frac {2x^2}{x+2} < x-2$ step 2 $\frac {2x^2}{x+2} - (x-2) < 0$ step 3 $\frac {2x^2}{x+2} - \frac {(x-2)(x+2)}{1(x+2)} < 0$ step 4…
S4M1R
  • 701
3
votes
4 answers

About the absolute inequality of variables $x,y,z$

How to prove that $$e^{x}(2x-y-z)+e^{y}(2y-x-z)+e^{z}(2z-x-y)\geq 0$$ for all $x,y,z\in\mathbb{R}$.
Sh.Lee
  • 31
3
votes
1 answer

Avoiding multiplication in inequality

For $x,y,z\in \mathbb R^{+}$, prove that: $$(x+y+z)^2(xy+yz+zx)^2\le3(x^2+xy+y^2)(y^2+yz+z^2)(z^2+xz+x^2)$$ I have been trying to attack this problem by setting $a=x^2+xy+y^2, b=y^2+yz+z^2, c=y^2+yz+z^2$ and searching for those terms in the LHS…
chubakueno
  • 5,623
3
votes
1 answer

Prove that $ \sum_1^3 x_i^4+\sum_1^3 x_i^6\le?$ when $\sum_1^3 x_i^2=3$

Prove that $\displaystyle \sum_1^3 x_i^4+\sum_1^3 x_i^6\le k$ when $\displaystyle\sum_1^3 x_i^2=3$.Find k. $$\begin{align} \sum_i^3x_i^4 &=\left(\sum_i^3x_i^2\right)^2-2\sum_{i,j\ne i}^3x_i^2xj^2\\ &=9-2\sum_{i,j\ne…
RE60K
  • 17,716
3
votes
2 answers

Find all values of x that satisfy this basic inequality.

$(4x-5)/(3x+5) ≥ 3$ I multiply both sides by (3x+5), getting me: $(4x-5) ≥ 3(3x+5)$ which simplifies to $(4x-5) ≥ 9x + 15$ after solving for x, I get $x ≤ -4$ But after testing through Wolframalpha, I am given: $-4 ≤ x ≤ -5/3$ Which I don't really…