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

Prove that $x^3+y^3+z^3+(x+y+z-1)^2\ge1+3xyz$

Let $x,y,z\ge0$ satisfy $\max\left \{ x,y,z \right \}\ge 1$. Prove that $$x^3+y^3+z^3+(x+y+z-1)^2\ge1+3xyz$$ My attempts: From the condition we can deduce $x+y+z\ge 1$ The inequality can be written as…
trungbk
  • 83
3
votes
1 answer

Show inequality $\sin x + \ln(1+x)+e^x>3x$, when $x>0$

How to show, that $e^{x} - \sin x - \frac{1}{(1+x)^{2}} >0$ when $x>0$? I have to show (main task), that $\sin x + \ln(1+x)+e^x>3x$, when $x>0$ I've made a function $G(x) = \sin x + \ln(1+x)+e^x-3x$ I've found derivative : $\cos x + …
user883641
3
votes
2 answers

Proving $\frac{1}{abc}+\frac{12}{a^2b+b^2c+c^2a}\ge5$

Let $a,b,c>0$, $a+b+c=3$. Prove that$$\frac1{abc}+\frac{12}{a^2b+b^2c+c^2a}\ge5$$ My approach using a well-known result:$$a^2b+b^2c+c^2a+abc\le\frac4{27}(a+b+c)^3$$ We need to prove that $\frac1{abc}+\frac{12}{4-abc}\ge5$ but this inequality does…
Sickness
  • 1
  • 4
  • 14
3
votes
1 answer

abc= prove: $3+2(ab+bc+ca)\ge\sqrt{1+4(a+b)}+\sqrt{1+4(b+c)}+\sqrt{1+4(c+a)}$

Let $a,b,c>0: abc=1.$ Prove that: $$3+2(ab+bc+ca)\ge\sqrt{1+4(a+b)}+\sqrt{1+4(b+c)}+\sqrt{1+4(c+a)}$$ My try to prove stronger one: Let $a,b,c>0: abc=1.$ Prove that: $$3+2(ab+bc+ca)\ge\sqrt{3(3+8(a+b+c))}$$ which is false. Also, I denoted…
Sickness
  • 1
  • 4
  • 14
3
votes
1 answer

A problem of AM>GM

If $n$ is a positive integer with $n> 1$, prove that $$2^{n(n+1)}>(n+1)^{(n+1)}\cdot\left(\frac{n}{1}\right)^n\cdot\left(\frac{n-1}{2}\right)^{(n-1)}\cdots\left(\frac{2}{n-1}\right)^2\cdot\frac{1}{n}$$ For solving it I have considered the…
kinkar
  • 41
3
votes
1 answer

Prove that $(\frac{1}{a}+\frac{1}{b}+\frac{1}{c}+\frac{1}{d})^2\ge \frac{1}{a^2}+\frac{4}{a^2+b^2}+\frac{12}{a^2+b^2+c^2}+\frac{18}{a^2+b^2+c^2+d^2}$

Let $a,b,c,d$ be positive numbers. Show that $$\left(\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}+\dfrac{1}{d}\right)^2\ge \dfrac{1}{a^2}+\dfrac{4}{a^2+b^2}+\dfrac{12}{a^2+b^2+c^2}+\dfrac{18}{a^2+b^2+c^2+d^2}$$ I have seen this Similar Problem…
math110
  • 93,304
3
votes
1 answer

Proof of the following inequality from the given inequalities

The following inequality is from Vapnik Statistical learning theory p.128 which I have no idea how to solve the following set of inequalities. In the context, $R(\alpha), R_{emp}(\alpha)$ are random variables, so the following inequalities are…
Zorualyh
  • 792
  • 3
  • 8
3
votes
0 answers

Finding conditions under which an inequality holds true

I have faced with the following problem. Assume $(x_1,x_2,\dots,x_m)$ are arbitrary positive real numbers and we have the ordered sequence $d_1\le d_2\le \cdots \le d_m$ of positive real numbers. define $$A =…
K.K.McDonald
  • 3,127
3
votes
1 answer

$\sqrt{a+b+\frac{c}{ab}}+\sqrt{b+c+\frac{a}{bc}}+\sqrt{c+a+\frac{b}{ca}}+\sqrt{abc}\left(\frac{3}{a+b+c}-2\right)\ge\frac{a+b+c}{\sqrt{abc}}$

Problem: Prove that the following inequality: $$\sqrt{a+b+\frac{c}{ab}}+\sqrt{b+c+\frac{a}{bc}}+\sqrt{c+a+\frac{b}{ca}}+\sqrt{abc}\left(\frac{3}{a+b+c}-2\right)\ge\frac{a+b+c}{\sqrt{abc}}$$ holds for all positive real numbers such that:…
Sickness
  • 1
  • 4
  • 14
3
votes
2 answers

$\frac{1}{a_3+a_4}+\frac{1}{a_1+a_2}\ge \frac{4}{a_1+a_2+a_3+a_4} $

Prove that $$\frac{1}{a_3+a_4}+\frac{1}{a_1+a_2}\ge \frac{4}{a_1+a_2+a_3+a_4} $$ I am supposed to use AM-HM but I don't how I should. By AM-HM We have $$\frac{1}{a_3+a_4}+\frac{1}{a_1+a_2}\ge \frac{2}{a_1+a_2+a_3+a_4} $$ Did I do something wrong?
Raheel
  • 1,597
3
votes
2 answers

Prove $\left(\frac{u}{a}\right)^a.\left(\frac{v}{b}\right)^b.\left(\frac{w}{c}\right)^c \le \left(\frac{u+v+w}{a+b+c}\right)^{(a+b+c)} $

Let $u,v,w>0$ and $a,b,c$ are positive constant. Prove that $\left(\frac{u}{a}\right)^a.\left(\frac{v}{b}\right)^b.\left(\frac{w}{c}\right)^c \le \left(\frac{u+v+w}{a+b+c}\right)^{(a+b+c)} $ First, I prove with $x+y+z=1$ so…
tompi2394
  • 635
3
votes
1 answer

Prove this equality $\frac{x}{y^2+5}+\frac{y}{z^2+5}+\frac{z}{x^2+5}\le\frac{1}{2}$

let $x^3+y^3+z^3=3,x,y,z>0$ show that $$\dfrac{x}{y^2+5}+\dfrac{y}{z^2+5}+\dfrac{z}{x^2+5}\le\dfrac{1}{2}$$ I have show that let $x,y,z$ be positive numbers,such that $x+y+z=3$,prove…
math110
  • 93,304
3
votes
0 answers

$\sum_{i=1}^{n}x_i^2\ln x_i+\sum_{i=1}^{n}y_i^2\ln y_i\leq a^2\sum_{i=1}^{n}\frac{x_iy_i}{a}\ln \frac{x_iy_i}{a}$

Assume$ \sum_{i=1}^{n} x_i^2=1 $ and $ \sum_{i=1}^{n} y_i^2=1 $ $ \left(x_i,y_i>0,\forall i=1,2,\dots,n\right) $, denote $ a=\sum_{i=1}^{n} x_iy_i $ Ask to prove $$ \sum_{i=1}^{n}x_i^2\ln x_i+\sum_{i=1}^{n}y_i^2\ln y_i\leq…
羽又重瞳
  • 111
  • 8
3
votes
1 answer

p-norm Inequality

Let $x,y \in \mathbb{R}$, and $0
3
votes
4 answers

Inequality $|f(x)− f(y)| ≤ |x−y|$

I wanna determine whether it is true that if $|f(x)− f(y)| ≤ |x−y|$ for all real $x$ and $y$, then $f$ is a constant function. How can this be proved? I know the solution for $|f(x)− f(y)| ≤ |x−y|^2$, then you simply divide by $(x-y)$ and take the…