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

What is the minimum value of $a+b+\frac{1}{ab}$ if $a^2 + b^2 = 1$?

For the case when $a,b>0,$ I used AM-GM Inequality as follows that: $\frac{(a+b+\frac{1}{ab})}{3} \geq (ab\frac{1}{ab})^\frac{1}{3}$ This implies that $(a+b+\frac{1}{ab})\geq 3$. Hence, the minimum value of $(a+b+\frac{1}{ab})$ is 3 But the answer…
6
votes
3 answers

Finding an elegant proof that $33+\sum_{cyc}\frac{ab}{c}\ge4\sum_{cyc}\sqrt{\frac5a+4}$, for $a,b,c$ satisfying $a+b+c=ab+bc+ca$

A long time ago, I saw it in a AOPS forum. I've found the original link but it is no longer viewable. Question. For all $a,b,c>0: a+b+c=ab+bc+ca$. Prove that $$\frac{ab}{c}+\frac{bc}{a}+\frac{ca}{b}+33\ge…
Dragon boy
  • 1
  • 16
6
votes
5 answers

How to prove $n!>(\frac{n}{e})^{n}$

Prove that $n!>\left(\dfrac{n}{e}\right)^{n}$. I used induction principle but cannot solve it for the $(m+1)$-th term after taking the $m$th term to be true.
6
votes
2 answers

$x,y,z\ge 0: x^2+y^2+z^2=1.$ Find minimum $P=\sqrt[3]{\frac{x}{x^3+2yz}}+\sqrt[3]{\frac{y}{y^3+2zx}}+\sqrt[3]{\frac{z}{z^3+2xy}}.$

Problem. Let $x,y,z\ge 0: x^2+y^2+z^2=1.$ Find minimum $$P=\sqrt[3]{\frac{x}{x^3+2yz}}+\sqrt[3]{\frac{y}{y^3+2zx}}+\sqrt[3]{\frac{z}{z^3+2xy}}.$$ After check some special values of $x,y,z$, I think Min $P=\sqrt[3]{16}$ achieved at…
TATA box
  • 1
  • 1
  • 5
  • 29
6
votes
1 answer

Prove that: $\sum\frac{x^3}{y+2}+2\ge \sum{x^2}$

Let $x, y, z\ge 0$ such that: $x+y+z=3$. Prove that: $\frac{x^3}{y+2}+\frac{y^3}{z+2}+\frac{z^3}{x+2}+2\ge x^2+y^2+z^2$ It's a hard equality .... :( And I need help now :(
my_melody
  • 179
6
votes
2 answers

Proving $e^{\binom{n}{2}}>n!$

Prove that $$e^{\binom{n}{2}}>n!$$ $n \in \mathbb{Z_+}$ Sorry, couldn't attempt it.
6
votes
1 answer

Minimum of $\prod_{1\leq i \leq n} (1-p_i) \left[ \sum_{i=1}^n \frac{p_i}{1-p_i} + \sum_{i=1}^n \sum_{j=i+1}^n \frac{p_i p_j}{(1-p_i)(1-p_j)} \right]$

Let $p_1, ..., p_n \in (0,q)$ such that $\sum_i p_i \geq q$ for $q\in[0,1]$. I think that $$\prod_{1\leq i \leq n} (1-p_i) \left[ \sum_{i=1}^n \frac{p_i}{1-p_i} + \sum_{i=1}^n \sum_{j=i+1}^n \frac{p_i p_j}{(1-p_i)(1-p_j)} \right]$$ Is minimized when…
AspiringMat
  • 2,483
  • 1
  • 17
  • 32
6
votes
2 answers

For $c>b>a$ with $c,b,a\in\Bbb N,c-b=b-a=1$, prove $\frac{a^c}{b^b}+\frac{b^c}{c^b}+\frac{c^c}{a^b}\ge\frac{a^b}{b^a}+\frac{b^b}{c^a}+\frac{c^b}{a^a}$

Given $c>b>a$, also $c-b=b-a=1$ where $c,b,a$ are Natural numbers, prove that $$ \frac{a^c}{b^b}+\frac{b^c}{c^b}+\frac{c^c}{a^b} \geqslant \frac{a^b}{b^a}+\frac{b^b}{c^a}+\frac{c^b}{a^a} $$ The LHS becomes $$ \frac{a^{b+c} c^b+b^{b+c} a^b+c^{b+c}…
6
votes
7 answers

How do we prove $x^6+x^5+4x^4-12x^3+4x^2+x+1\geq 0$?

Question How do we prove the following for all $x \in \mathbb{R}$ : $$x^6+x^5+4x^4-12x^3+4x^2+x+1\geq 0 $$ My Progress We can factorise the left hand side of the desired inequality as…
6
votes
2 answers

Cauchy - Schwarz for complex numbers

Let $z_1, . . . , z_n$ and $w_1, . . . , w_n$ be complex numbers. Show that $$|z_1w_1 + ··· + z_n w_n|^2 ≤ \sum ^n _{j=1} |z_j|^2 \sum ^n _{j=1}|w_j|^2$$ I basically tried to use the proof given for real numbers but I feel that something must be…
Sarunas
  • 1,507
6
votes
2 answers

If $f(k)=\dfrac{(k+1)^{k+1}}{k^k}\sum_{t=k+1}^{\infty}\dfrac{1}{t^2}$ then $f(k+1)>f(k)$

Let $$f(k)=\dfrac{(k+1)^{k+1}}{k^k}\sum_{t=k+1}^{\infty}\dfrac{1}{t^2}.$$ Prove $$f(k+1)>f(k).$$ My…
math110
  • 93,304
6
votes
4 answers

show this inequality $x^{n+1}+y^{n+1}\ge x^n+y^n$

let $x,y>0$ and $n$ be positive integer.if $$x^{2n+1}+y^{2n+1}\ge 2$$ show that $$x^{n+1}+y^{n+1}\ge x^n+y^n$$ maybe use Holder inequality: for example $$(x^{n+1}+y^{n+1})^n(1+1)\ge (x^n+y^n)^{n+1}$$ so we must prove $$\dfrac{1}{2}(x^n+y^n)^{n+1}\ge…
math110
  • 93,304
6
votes
2 answers

Inequality $\frac{b}{a}+\frac{c}{b}+\frac{a}{c}-\frac{c}{a+b}-\frac{a}{b+c}-\frac{b}{a+c}\ge 3/2$

prove that for $a,b,c$ being positives and $a+b+c=1$:$$\frac{b}{a}+\frac{c}{b}+\frac{a}{c}-\frac{c}{a+b}-\frac{a}{b+c}-\frac{b}{a+c}\ge 3/2$$ This is a very interesting inequality which i came upon accidentally.We also see that the condition…
6
votes
1 answer

How to find the minimum of $x+y^2+z^3$?

let $x,y,z>0$, and $x+3y+z=9$, find the minimum of $$x+y^2+z^3$$ I think this problem is very interesting. I have found this when $$x=\dfrac{9}{2}-\dfrac{1}{\sqrt{3}},y=\dfrac{3}{2},z=\dfrac{1}{\sqrt{3}}$$ I belive this inequality have $AM-GM$…
math110
  • 93,304