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

Prove ${a+b+c\over abc}\leq {1\over a^2}+{1\over b^2}+{1\over c^2}$

I need to prove that $$\frac{a+b+c}{abc} \le \frac1{a^2}+\frac1{b^2}+\frac1{c^2}$$ I started with this $$\frac 1b\frac1c+\frac1a\frac1c+\frac1a\frac1b\le\frac1a\frac1a+\frac1b\frac1b+\frac1c\frac1c$$ then I stick here what can I do? Thank you
3
votes
2 answers

Combining inequalities into one inequality

Let's say we are given $a$, $b$, $d$ with $1 \leq a, b, d \leq 1000$ and inequalities $x \geq a$, $y \geq b$, and $a+b < x + y \leq a+b+d$. I need to combine all this and the following into one inequality. Is there a common factor that we can…
Fluvid
  • 201
3
votes
1 answer

Better proof of $(x_1^2+...+x_n^2)^2 \leq (x_1+...+x_n)(x_1^3+...+x_n^3)$?

I want to prove this, where $x_1,...,x_n$ are positive real numbers: $$(x_1^2+...+x_n^2)^2 \leq (x_1+...+x_n)(x_1^3+...+x_n^3)$$ I have written a proof but I am not very happy with it, using the Cauchy-Schwarz inequality ($|| \leq…
3
votes
3 answers

Inequality. $\frac{x^3}{y^2+z^2}+\frac{y^3}{z^2+x^2}+\frac{z^3}{x^2+y^2} \geq \dfrac{3}{2}. $

Let $x,y,z$ be real positive numbers such that $x^2+y^2+z^2=3$. Prove that : $$\frac{x^3}{y^2+z^2}+\frac{y^3}{z^2+x^2}+\frac{z^3}{x^2+y^2} \geq \dfrac{3}{2}. $$ I try to write this expression as:…
Iuli
  • 6,790
3
votes
3 answers

If $0 < x < y$, show that $x < (x+y)/2 < y$ is true

If $0 < x < y$, show that $x < (x+y)/2 < y$ is true. I think this is an easy question, but I just can't see its solution. I thought I could add $x$ to all the terms, then I'd get $x < 2x < y + x$. From this, I could say that $2x < y +x$, so $x <…
Ericli
  • 33
3
votes
1 answer

Minimum of $\left(a + b + c + d\right)\left(\frac{1}{a} + \frac{1}{b} + \frac{4}{c} + \frac{16}{d}\right)$

If $a$, $b$, $c$, $d$ are positive integers, find the minimum value of $$P = \left(a + b + c + d\right)\left(\frac{1}{a} + \frac{1}{b} + \frac{4}{c} + \frac{16}{d}\right)$$ and the values of $a$, $b$, $c$, $d$ when it is reached. My…
gareth618
  • 793
3
votes
2 answers

Given $a, b$ so that $0\leqq a, b\leqq 2, a^{-1}+ 2b^{-1}\geqq 2$. Prove that $a^{2}+ b^{2}\leqq 5$ .

Given $a, b$ so that $0\leqq a, b\leqq 2, a^{-1}+ 2b^{-1}\geqq 2$. Prove that $a^{2}+ b^{2}\leqq 5$ (equality: $a= 1, b= 2$). For $a\leqq 1$, the inequality is clearly true! For $a\geqq 1, F= a^{-1}+ 2b^{-1}- 2\geqq 0$ $$5- a^{2}- b^{2}=…
user548665
3
votes
2 answers

Ask for hint of an inequality

$(1+x^2y+x^4y^2)^3\le(1+x^3+x^6)^2(1+y^3+y^6)$ for any $x,y>0$. I have no idea about it. could you please give me some hint. I'm not requesting the whole proof, a piece of hint or direction to start up is enough. Thank you!
3
votes
3 answers

Proving an inequality for positive numbers $a, b, c$

Let be $a,b,c$ positive numbers such that $a+b+c=3$. Prove that $$\frac{b+c+bc}{a^2+b^3+c^4}+\frac{c+a+ca}{b^2+c^3+a^4}+\frac{a+b+ab}{c^2+a^3+b^4} \le 3$$
3
votes
2 answers

Extraneous solutions in radical inequalities?

I'm familiar with extraneous roots. For example $\sqrt{x} = x - 2$ We solve it by squaring both sides \begin{align*} & \implies x = x^2 - 4x + 4\\ & \implies x^2 - 5x + 4 = 0\\ & \implies (x-1) (x-4) = 0\\ & \implies x = 1~\text{or}~x =…
4d_
  • 570
3
votes
1 answer

How prove this inequality $n-1+\sum_{i=1}^{n}\frac{x^2_{i}}{x_{i+1}}\ge\sum_{i=1}^{n}\frac{1}{x_{i+1}-x_{i}+1}$

Let $x_{i}>0(i=1,2,\cdots,n)$,and such $x_{1}+x_{2}+\cdots+x_{n}=1$,show that $$n-1+\sum_{i=1}^{n}\dfrac{x^2_{i}}{x_{i+1}}\ge\sum_{i=1}^{n}\dfrac{1}{x_{i+1}-x_{i}+1}\tag{1}$$ where $x_{n+1}=x_{1}$ I have use Cauchy-schwarz inequality $$LHS\ge…
math110
  • 93,304
3
votes
3 answers

Solve this inequality $\prod_{i=1}^{50} \frac {2i-1}{2i} < \frac {1}{10}$

Prove that $ \frac{1}{2}\cdot \frac{3}{4}\cdot \frac{5}{6}\cdot \frac{7}{8}\cdot \frac{9}{10}\cdot \frac{11}{12}\cdot \frac{13}{14}...\cdot \frac{91}{92}\cdot \frac{93}{94}\cdot \frac{95}{96}\frac{97}{98}\cdot \frac{99}{100} <\frac{1}{10}$
3
votes
4 answers

How do you solve $\frac{1}{x} \le 1$?

I know it's probably a stupid question, but I'm confused. I have a set {$x\in\mathbb R, \frac{1}{x} \le 1$} that I want to represent as interval/s. Thinking about it logically, I know that the set is $x\in]-\infty, 0[$U$[1, +\infty[$. However, when…
iaskdumbstuff
  • 815
  • 1
  • 6
  • 14
3
votes
3 answers

Has it been proven that the sum of powers is greater than the power of the sum?

I apologize if the title is confusing, but I essentially just want to know if there exists an accepted, rigorous proof of the inequality discussed in this question. It seems as though it would have to be true that given $k \geq 1$ and $a_{i} \geq…