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
4
votes
1 answer

Inequality. ${b^{a^x}}\cdot {c^{a^y} } \cdot {d^{a^{z}}}\geq bcd.$

Let $x,y,z,b,c,d \in \mathbb{R}$ with the properties $x \geq 0$, $x+y \geq 0$, $x+y+z \geq 0$, $b \geq c \geq d >1$. Prove that for any $a >1$ the following inequalities: a) $${b^{a^x}}\cdot {c^{a^y}}\geq bc.$$ b)$${b^{a^x}}\cdot {c^{a^y} } \cdot…
Iuli
  • 6,790
4
votes
2 answers

Inequality involving positive real numbers

Let $x_1,x_2,\cdots x_n,x_{n+1}$ be any real numbers greater than or equal to $1$. Then for $n\ge 2,$ I was trying to verify the validity of the inequality…
user159888
  • 1,948
  • 1
  • 14
  • 19
4
votes
4 answers

Is $(1+m)^{1/m} < (1+\frac{1}{m})^m$?

If $(1+\frac{1}{m})^m
4
votes
3 answers
4
votes
4 answers

Why am I losing solutions when solving Inequalities like $\frac{2y-3}{y}>0$ by multiplying both sides by $y$?

So, I need to solve the following Inequality- $$\frac{2y-3}{y}>0$$ I proceeded in the following manner- $$2y-3>0\qquad \text{[Multiplying both sides by }y.]$$ $$y>\frac{3}{2}\qquad \text{[Adding 3 to both sides and and dividing by 2.]}$$ So my…
4
votes
2 answers

Proving $\sum\limits_{k=1}^{n}{\frac{1}{\sqrt[k+1]{k}}} \geq \frac{n^2+3n}{2n+2}$

How to prove the following inequalities without using Bernoulli's inequality? $$\prod_{k=1}^{n}{\sqrt[k+1]{k}} \leq \frac{2^n}{n+1},$$ $$\sum_{k=1}^{n}{\frac{1}{\sqrt[k+1]{k}}} \geq \frac{n^2+3n}{2n+2}.$$ My…
Iuli
  • 6,790
4
votes
1 answer

prove or disprove $\sum_{i=1}^{n}x_{i}y_{i}\le 0$

let$x_{i},y_{i}(i=1,2,\cdots,n)$ be real numbers.and such $x_{1}\le x_{2}\le\cdots\le x_{n}\le y_{1}\le y_{2}\le\cdots\le y_{n}$ and $$\sum_{i=1}^{n}(x_{i}+y_{i})=0$$ prove or disprove $$\sum_{i=1}^{n}x_{i}y_{i}\le 0$$ I 've been thinking…
math110
  • 93,304
4
votes
1 answer

Finding minimum value of $\sum a_ib_i$

If $a_1,a_2\dots a_n$ and $b_1,b_2\dots b_n$ are two rearrangement of $1,2,\dots n$, Find the minimum and maximum values of $$\sum_{i=1}^na_ib_i$$ I found the maximum to be $\sum i^2$ using Cauchy-Schwarz. Also WLOG…
Anvit
  • 3,379
4
votes
0 answers

A strange inequality with $ab+bc+ca=1$,and the $\frac{256}{27}$

Question: Let $a,b,c>0$,with $ab+bc+ac=1$ prove or disprove $$\dfrac{a}{b+c}+\dfrac{b}{c+a}+\dfrac{c}{a+b}\ge\dfrac{4}{3}\cdot3^{\dfrac{1}{4}}\cdot a$$ or $$\left(\dfrac{a}{b+c}+\dfrac{b}{c+a}+\dfrac{c}{a+b}\right)^4\ge…
math110
  • 93,304
4
votes
2 answers

Prove this inequality with $n$ variables

Let $x_{i}>0(i=1,2,\cdots,n),n\ge 3$. prove $$\sum_{i=1}^{n}\dfrac{1}{S-x_{i}}+\dfrac{n^n\displaystyle\prod_{i=1}^{n}x_{i}}{(n-1)(n-2)S^n}\ge\dfrac{n-1}{n-2},~~~~~~~~~S=\sum_{i=1}^{n}x_{i}$$ I try to prove Find a function like this$f$ such …
math110
  • 93,304
4
votes
4 answers

How to prove this inequality with the following condition?

Let $x$, $y$, $z$ be three positive real numbers satisfying \begin{equation} x + y +z + 1 =4xyz.\tag{1} \end{equation} Prove that \begin{equation} xy + yz + zx \geqslant x + y + z.\tag{2} \end{equation} I don't know how to start?
minthao_2011
  • 1,885
4
votes
4 answers

Nice inequality: $\sum\limits_{i=1}^{2m+1}x^2_i\le2m$ if $\sum\limits_{i=1}^{2m+1}x_i=0$ and $|x_i|\le 1$

Let $x_1,x_2,\cdots,x_{2m+1}\in \mathbb{R}$ such that $|x_{i}|\le 1$ and $x_1+x_2+\cdots+x_{2m+1}=0$. Show that $$\sum_{i=1}^{2m+1}x^2_i\le 2m.$$ My try: Let $x_{i}=\sin{y_{i}}$, then $\sum\limits_{i=1}^{2m+1}\sin y_i=0$, and show…
math110
  • 93,304
4
votes
7 answers

Showing $x^4-x^3+x^2-x+1>\frac{1}{2}$ for all $x \in \mathbb R$

Show that $$x^4-x^3+x^2-x+1>\frac{1}{2}. \quad \forall x \in \mathbb{R}$$ Let $x \in…
Educ
  • 4,780
4
votes
2 answers

Prove that $\frac{a}{a^2+1}+\frac{b}{b^2+1}+\frac{c}{c^2+1} \leq \frac{9}{10}$ if $a+b+c=1$.

Let $a,b,c$ are real number such that $a+b+c=1$. Prove that: $$\frac{a}{a^2+1}+\frac{b}{b^2+1}+\frac{c}{c^2+1} \leq \frac{9}{10}.$$
Haruboy15
  • 990
4
votes
3 answers

Solving an Inequality Involving a Fraction

I have the following inequality: $$ \frac{x-1}{x+2} \geq 0.$$ I solved it pretty fast: $$\begin{align} \frac{x-1}{x+2} +1 & \geq 1\\\\ \left(\frac{x-1}{x+2} + 1\right)\cdot(x+2) & \geq 1 \cdot (x+2)\\\\ x-1 + 1\cdot(x+2) & \geq 1\cdot (x+2)\\\\ 2x…