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

Why are the solutions for $\frac{4}{x(4-x)} \ge 1\;$ and $\;4 \ge x(4-x)\;$ different?

Why is $\;\dfrac{4}{x(4-x)} \geq 1\;$ is not equal to $\;4 \geq x(4-x)\;$? Probably a really dumb question but I just don't see it :(
3
votes
2 answers

Prove $ (\frac{1}{cosA}-1)(\frac{1}{cosB}-1)(\frac{1}{cosC}-1) \ge 1$

Let $\triangle ABC$ be a acute triangle. Prove that: $$(\frac{1}{cosA}-1)(\frac{1}{cosB}-1)(\frac{1}{cosC}-1) \ge 1 $$ My attempt: $$\Leftrightarrow (1-cosA)(1-cosB)(1-cosC)\ge cosA.cosB.cosC$$ $$\Leftrightarrow 1-2cosA.cosB.cosC + cosA.cosB +…
Frog WeII
  • 424
3
votes
2 answers

Prove ${\frac {1+{a}^{3}}{1+a{b}^{2}}}+{\frac {1+{b}^{3}}{1+b{c}^{2}}}+{ \frac {1+{c}^{3}}{1+c{a}^{2}}}\ge 3 $

Let $a,b,c \ge0$, prove the on equality: $${\frac {1+{a}^{3}}{1+a{b}^{2}}}+{\frac {1+{b}^{3}}{1+b{c}^{2}}}+{ \frac {1+{c}^{3}}{1+c{a}^{2}}}\ge 3 $$ I tried: $$LHS = \sum\frac 1{1+ab^2}+\sum \frac {a^4}{a+a^2b^2} \ge\frac 9{3+\sum ab^2} + \frac…
Xeing
  • 2,967
3
votes
2 answers

show that $(0.5)^x+(0.5)^{1/x}\le 1.$ if $x>0$

let $x>0$ show that $$(0.5)^x+(0.5)^{1/x}\le 1.x>0,\tag{1}$$ Here is what I tried:let $f(x)=(0.5)^x+(0.5)^{1/x}$ so $f(x)=f(\frac{1}{x})$.si we only prove when $x\ge 1$.have $f(x)\le 1=f(1)$.it is sufficient to prove…
math110
  • 93,304
3
votes
2 answers

If $x+y+z \geq xyz$ Prove that $x^2 + y^2 + z^2 \geq xyz$.

$x,y,z \in \mathbb R$ My attempt: Notice that if $x^2 + y^2 + z^2 \geq xyz$ and $x+y+z \geq xyz$. So : $$x^2 + y^2 + z^2 \geq x+y+z $$ But this is actually not always true, take the case when $ 0
PNT
  • 4,164
3
votes
0 answers

Can you multiply two inequalities?

I'm working through a proof and am at a step where I start with the inequality $x > y$, then subtract 1 from both sides to get $x - 1 > y - 1$. From here what I need to do is get it so that the inequality becomes $x^2 - x > y^2 - y$. What can I do…
jonc2006
  • 29
  • 2
3
votes
1 answer

Show that for all $a,b,c>0$, $\frac 1 {\sqrt[3]{(a+b)(b+c)(c+a)}}\geq\frac 3 {2(a+b+c)}$.

Show that for all $a,b,c>0$, $\displaystyle\frac 1 {\sqrt[3]{(a+b)(b+c)(c+a)}}\geq\frac 3 {2(a+b+c)}$. I tried to cube the both sides, and expand it, but that'll be too troublesome, is there simpler ways? Thasnk you.
JSCB
  • 13,456
  • 15
  • 59
  • 123
3
votes
1 answer

little inequality conjecture

proof or disproof for $n\geq2$ even and $x>0$ $$\sum\limits_{i=0}^{n}x^i\geq \frac{(1+2\sum\limits_{i=1}^{ \frac{n}{2} }x^i)^2}{ \frac{n}{2} (x+1)+1}$$ I came up with this little inequality while playing with some standard polynomial expressions. I…
sigmatau
  • 2,622
3
votes
2 answers

Why is this inequality true?

I was solving an inequality and got stuck at this part: $$abc+abd+acd+bcd\le a^3+b^3+c^3+d^3$$ Why is this true? I think it has a similar solution as $ab+ba\le a^2+b^2$, because in both cases the left side is rearranged.
D180
  • 315
3
votes
0 answers

Prove $0<\sum_{k=1}^{n+1}\frac{1}{|a_{k}|}\prod_{j=1,j\neq k}^{n+1}\frac{a_{k}}{a_{k}-a_{j}}\le\sqrt{2}$

let $a_{1},a_{2},\cdots,a_{n+1}$ be a sequence of distinct non-zero real numbers with $$\sum_{j=1}^{n+1}a^2_{j}=1,~~~\sum_{j=1}^{n+1}a_{j}=0$$ show this $$0<\sum_{k=1}^{n+1}\dfrac{1}{|a_{k}|}\prod_{j=1,j\neq…
math110
  • 93,304
3
votes
3 answers

Solving a super basic inequality

Can you please help me find where the problem arises in the solution? $1 + \frac{1}{x} \geq 0$ My attempt: $1 + \frac{1}{x} \geq 0$ $1 \geq - \frac{1}{x}$ $x \geq -1$ The answer is $x \in (- \infty, -1] \bigcup (0, \infty)$. I understand why the…
3
votes
2 answers

The Geometric Mean as a Minimum.

This is problem 8.5 from the book "Cauchy Schwarz Master Class": Problem: Prove that the geometric mean has the representation $$\left(\prod_{k=1}^n a_k \right)^{1/n} = \min\left\{\frac{1}{n} \sum_{k=1}^n a_kx_k:(x_1,\cdots,x_n)\in…
S10000
  • 369
  • 2
  • 5
3
votes
2 answers
3
votes
2 answers

prove inequality $\frac{\sin \pi x}{\pi x} \geq \frac{1-x^2}{1+x^2}$ for all R

Let $F(x) = \frac{\sin \pi x}{\pi x} - \frac{1-x^2}{1+x^2} $, is even, so just prove $x > 0$. When $ x \geq 1 $, $\frac{\sin\pi x}{\pi x} \leq 1$, so $$ \frac{\sin \pi x}{\pi x} - \frac{1-x^2}{1+x^2} \\= -\frac{\sin\pi (x-1)}{\pi(x-1)} \frac{x-1}{x}…
hstk
  • 139
3
votes
2 answers

Find max of $x^7+y^7+z^7$

Find max of $x^7+y^7+z^7$ where $x+y+z=0$ and $x^2+y^2+z^2=1$ I tried to use the inequality:$$\sqrt[8]{\frac {x^8+y^8+z^8} 3}\ge\sqrt[7]{\frac {x^7+y^7+z^7} 3}$$ but stuck
Xeing
  • 2,967