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

$a,b,c>0$ , $a^a b^b c^c =1$ then $a+b+c \le 3$?

Let $a,b,c$ be positive real numbers such that $a^a b^b c^c =1$ , then is it true that $a+b+c \le 3$ ?
Souvik Dey
  • 8,297
2
votes
3 answers

Trouble with an Inequality

In showing that if $f,g\in L^p$, then $f+g\in L^p$, one can use the fact that $$|f+g|^p\leq 2^p\left(|f|^p + |g|^p\right).$$ The result I'd like help in proving is this: Given that $1\lt p \lt \infty$, and $\forall ~s,t\in [0,\infty)$…
Colin
  • 703
2
votes
1 answer

Proving an inequality (with Cauchy-Schwarz?)

Let $(a_j)$ and $(b_j)$ be non-negative numbers, and for $k\geq 0$ define $c_k=\sum _{j=0}^ka_jb_{k-j}$. I'm trying to show that : $$\sum _{k=0}^{\infty}\frac{c_k^2}{k+1}\leq (\sum _{j\geq 0}a_j^2)(\sum _{j\geq 0}b_j^2).$$ By Cauchy-Schwarz we have…
Patissot
  • 2,495
2
votes
0 answers

How find this maximum $\sum_{i=1}^{2000}\left(\frac{x^{2000}_{i}}{\sum_{j=1}^{2000}x^{3999}_{j}- i\cdot x^{3999}_{i}+2000}\right)$

Question: let $x_{1},x_{2},\cdots,x_{2000}$ be real numbers,and such $x_{i}\in [0,1],i=1,2,\cdots,2000$.and define $$F_{i}=\dfrac{x^{2000}_{i}}{\displaystyle\sum_{j=1}^{2000}x^{3999}_{j}- \textbf{i }\cdot x^{3999}_{i}+2000}$$ Find the maximum of…
math110
  • 93,304
2
votes
1 answer

Sufficient Condition for Subadditivity

A function $f:\mathbb{R}^n \rightarrow [0,\infty)$ is said to be subadditive if $f(x + y) \leq f(x) + f(y), \quad\forall x,y \in \mathbb{R}^n$. Is there a sufficient condition for subadditivity in this multi-dimensional case? In one-dimension, for…
2
votes
2 answers

Another inequality to prove involving arbitrary reals

Let $a,b$ be non-zero reals such that $ab\ge \frac{1}{a}+\frac{1}{b}+3$ then prove the following inequality : $$ \sqrt[3]{ab}\ge \frac{1}{\sqrt[3]{a}}+\frac{1}{\sqrt[3]{b}}$$ This one stumped me completely as usual. A solution would be welcome.
shadow10
  • 5,616
2
votes
0 answers

How prove this inequality $\sum\limits_{cyc}\frac{1}{(ka+(k+1)b+(k+2)c)^2}\le \frac{1}{(k+1)^2(ab+bc+ac)}$

Inequality: Let $a,b,c\ge 0$. and $k\ge\dfrac{\sqrt{21}-3}{3}$ show that $$\sum_{cyc}\dfrac{1}{(ka+(k+1)b+(k+2)c)^2}\le \dfrac{1}{(k+1)^2(ab+bc+ac)}$$ This problem is from: http://www.artofproblemsolving.com/Forum/viewtopic.php?f=52&t=501921 I…
math110
  • 93,304
2
votes
2 answers

How find this minimum of the $(a-c)^2+(b-d)^2$

let $a,b,c,d\in R$,and such $$ab=c^2+4d^2=1$$ find the minimum of the value $$(a-c)^2+(b-d)^2$$ My idea: since $$(a-c)^2+(b-d)^2=a^2+b^2+c^2+d^2-2ac-2bd$$ I think this inequality can use Cauchy-Schwarz inequality to solve it.Thank you
math110
  • 93,304
2
votes
4 answers

How prove $\left(\frac{b+c}{a}+2\right)^2+\left(\frac{c}{b}+2\right)^2+\left(\frac{c}{a+b}-1\right)^2\ge 5$

Let $a,b,c\in R$ and $ab\neq 0,a+b\neq 0$. Find the minimum of: $$\left(\dfrac{b+c}{a}+2\right)^2+\left(\dfrac{c}{b}+2\right)^2+\left(\dfrac{c}{a+b}-1\right)^2\ge 5$$ if and only if $$a=b=1,c=-2$$ My idea: Since…
math110
  • 93,304
2
votes
2 answers

Prove : $0\leq ab+bc+ca-2abc \leq \frac{7}{27}$

$a;b;c\geq 0$ such that : $a^2+b^2+c^2=1$. Prove : $0\leq ab+bc+ca-2abc \leq \frac{7}{27}$ Thanks :) P/s : I have no ideas about this problem :(
2
votes
1 answer

What are the similarities and differences in solving equations and inequalities?

What are the similarities and differences in solving equations and inequalities?
Lee
  • 37
2
votes
1 answer

Another hard inequality question

Please help to prove this. Assume $x\geq y\geq z>0$, then $${x^2y\over z}+{y^2z\over { x}}+{z^2x\over y}\geq{xy^2\over z}+{yz^2\over { x}}+{zx^2\over y}.$$ Thanks.
2
votes
2 answers

Maximium value of $(b-a)\Big(\dfrac 34-\dfrac{a+b}2-\dfrac{a^2+ab+b^2}3\Big)$

For $b>a$ what is the maximum possible value of $(b-a)\Big(\dfrac 34-\dfrac{a+b}2-\dfrac{a^2+ab+b^2}3\Big)$ ?
user123733
2
votes
1 answer

Inequality problem related to norms in a vector space

Suppose that we have two vectors, $x,y\in\mathbb{R}^n$. Let $z\in\mathbb{R}^n$ be the vector given by $z_i=\sqrt{x_i y_i}$. With an abuse of notation, I may write $z=\sqrt{xy}$. Consider the quantity…
Eric Naslund
  • 72,099