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
5
votes
6 answers

$ 0< a,b,c <1\implies a+b+c-abc<2$

If $a,b,c$ are positive real numbers , all being less than $1$ , then how to prove that $a+b+c-abc<2$ ?
user123733
5
votes
1 answer

How do you prove this inequality?

Let $n \in \mathbb{N}^*$ and $x_1,x_2,x_3,\ldots,x_n \in \mathbb{R}$' such that $0\le x_1\le x_2 \le \cdots \le x_n$, and $x_1+x_2+x_3+\cdots+x_n=1$, show that: $$(1+x_1^21^2)(1+x_2^22^2)\cdots(1+x_n^2n^2)\ge \frac{2n^2+9n+1}{6n}$$ I have no idea…
Bardo
  • 731
  • 5
  • 13
5
votes
1 answer

Triangle inequality with minus

Is the following inequality valid: $$|x-y|\le|x|+|y|$$ I couldn't find this explicitly stated but using the triangle inequality: $$|x+(-y)| \le |x| + |-y| = |x| + |y|.$$ I wanted to clarify that this result was correct.
Tito
  • 421
5
votes
2 answers

Smallest integer $n$ such that $\left(1-\frac{n}{365}\right)^n < \frac{1}{2}$

Find the smallest integer $n$ such that $$\left(1-\frac{n}{365}\right)^n < \frac{1}{2}.$$ I cannot use a calculator, and I do not know where to begin.
John
  • 51
5
votes
3 answers

How prove this inequality $\sum_{k=1}^{n}\frac{2k-1}{k\binom{n}{k}}\ge \frac{n}{2^{n-1}}$

let $1\le k\le n,k,n\in N^{+}$, show that $$\sum_{k=1}^{n}\dfrac{2k-1}{k\binom{n}{k}}\ge \dfrac{n}{2^{n-1}}$$ I know this $$\sum_{k=1}^{n}(2k-1)=n^2$$ and $$\sum_{k=1}^{n}k\binom{n}{k}=n\cdot 2^{n-1}$$ I want Use Cauchy-Schwarz inequality…
math110
  • 93,304
5
votes
3 answers

Prove the inequality $({1+\frac{a}b})^n$ + $(1+\frac{b}a)^n$ $\geq$ $2^{n+1}$

Let $a$ and $b$ be positive real numbers and let $n$ be a natural number prove that $$\left({1+\frac ab}\right)^n+\left(1+\frac ba\right)^n\ge2^{n+1}.$$
Denise
  • 91
5
votes
1 answer

Prove that $|\mathbf{v}| \leq \sqrt{n}(|v_1|+|v_2|+ \cdots +|v_n|)$

Is there a simple (possible inductive) proof for $|\mathbf{v}| \leq \sqrt{n}(|v_1|+|v_2|+ \cdots +|v_n|)$, $\mathbf{v} \in \mathbf{R}^n$? I've tried Cauchy-Schwarz, it doesn't seem to work.
Iconoclast
  • 1,048
5
votes
2 answers

What is the inequality which is used to prove this inequality?

Let $x,y,z,t$ be real numbers such that $x,y,z,t\geq 1$ and $xyzt=16$. How to prove $$x-\frac{1}{x}+y-\frac{1}{y}+z-\frac{1}{z}+t-\frac{1}{t}\geq6$$ I want some hint. thank you very much
kong
  • 781
5
votes
1 answer

How prove this $\frac{a_{1}}{a_{2}}+\frac{a_{2}}{a_{3}}+\cdots+\frac{a_{n}}{a_{n+1}}>\frac{n}{2}-\frac{1}{3}$

let $$a_{n}=2^n-1$$ show that $$\dfrac{a_{1}}{a_{2}}+\dfrac{a_{2}}{a_{3}}+\cdots+\dfrac{a_{n}}{a_{n+1}}>\dfrac{n}{2}-\dfrac{1}{3}$$ My idea :…
math110
  • 93,304
5
votes
2 answers

Please Help in this inequality

let $a,b,c$ be positive real numbers such that $a,b,c>0$ and $abc=1$ prove that: $$\frac{1}{a^{20}+b^{11}+c}+\frac{1}{c^{20}+a^{11}+b}+\frac{1}{b^{20}+c^{11}+a}\le1$$ Any Ideas?
5
votes
2 answers

If $a+b+c+d = 2$, then $\frac{a^2}{(a^2+1)^2}+\frac{b^2}{(b^2+1)^2}+\frac{c^2}{(c^2+1)^2}+\frac{d^2}{(d^2+1)^2}\le \frac{16}{25}$

If $a+b+c+d = 2$, prove that $$\dfrac{a^2}{(a^2+1)^2}+\dfrac{b^2}{(b^2+1)^2}+\dfrac{c^2}{(c^2+1)^2}+\dfrac{d^2}{(d^2+1)^2}\le \dfrac{16}{25}$$ Also $a,b,c,d \ge 0$.
5
votes
2 answers

How prove this inequality $\left(\frac{x^2_{1}+x^2_{2}+\cdots+x^2_{n}}{x_{1}+x_{2}+\cdots+x_{n}}\right)^{x_{1}+x_{2} +\cdots+x_{n}}\ge $

let $x_{1},x_{2},\cdots,x_{n}>0$,show that $$\left(\dfrac{x^2_{1}+x^2_{2}+\cdots+x^2_{n}}{x_{1}+x_{2}+\cdots+x_{n}}\right)^{x_{1}+x_{2} +\cdots+x_{n}}\ge x^{x_{1}}_{1}\cdot x^{x_{2}}_{2}\cdots x^{x_{n}}_{n}$$ My try: $$\Longleftrightarrow…
user94270
5
votes
3 answers

If $a,b,c>0$ and $a+b+c=1$ prove inequality: $\frac a{b^2 +c} + \frac b{c^2+a} + \frac c{a^2+b} \ge \frac 94$

If $a,b,c>0$ and $a+b+c=1$ prove inequality: $$\frac a{b^2 +c} + \frac b{c^2+a} + \frac c{a^2+b} \ge \frac 94$$
5
votes
1 answer

Prove: $\frac{2x^2+xy}{(y+\sqrt{zx}+z)^2}+\frac{2y^2+yz}{(z+\sqrt{xy}+x)^2}+\frac{2z^2+zx}{(x+\sqrt{yz}+y)^2}\ge1$

Prove: $$\frac{2x^2+xy}{(y+\sqrt{zx}+z)^2}+\frac{2y^2+yz}{(z+\sqrt{xy}+x)^2}+\frac{2z^2+zx}{(x+\sqrt{yz}+y)^2}\ge1$$ ($x,y,z>0$)
Tĩnh Thu
  • 149
5
votes
4 answers

Prove that $2x^2 - 3xy + 2y^2 \geq 0$

Prove that $2x^2 - 3xy + 2y^2 \geq 0$. This is a question on my homework assignment, but I don't even know where to begin as it is not factorable and that is my first instinct when I see this type of problem. Can I get a tip on where to begin at…
Matt Nashra
  • 1,245