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 non-homogenous $\frac{a}{b+c^2}+\frac{b}{c+a^2}+\frac{c}{a+b^2} \ge\frac{9}{3+a+b+c}.$

If $a,b,c>0$ then prove $$\frac{a}{b+c^2}+\frac{b}{c+a^2}+\frac{c}{a+b^2} \ge\frac{9}{3+a+b+c}.$$ It was here by NguyenHuyenAG. This problem is very hard to me because it's non-homogenous cyclic inequality. I thought of BW but nothing left. Also, by…
TATA box
  • 1
  • 1
  • 5
  • 29
3
votes
2 answers

Math contest proof problem

Could someone help me with this? Let $x,y,z,w$ be positive real numbers such that $x + y + z = w.$ Show that $${(w−x)(w−y)(w−z) \over (w + x)(w + y)(w + z)} \le \frac 18$$
user87611
3
votes
3 answers

$x=0$: A Condition Proof

I'm asked to prove that if $x\geq 0$ and $x\leq \epsilon$ for all $\epsilon >0$, then $x=0$, but I'm not sure where to go. I have that the logically equivalent statement is $$x\neq 0\implies\exists\epsilon\leq0~\text{s.t.}~x<0\lor x>\epsilon,$$ but…
Trancot
  • 4,021
3
votes
0 answers

An topic about $CY3$ tag

Remark. In this topic, I'll give two example to introduce a method called Contradiction on three yields which is represented in synonym tag "$CY3$". Example 1. Given $a,b,c$ be non-negative real numbers satisfying $ab+bc+ca=3.$ Prove…
TATA box
  • 1
  • 1
  • 5
  • 29
3
votes
1 answer

Prove $\frac{a}{b} +\frac{b}{c}+ \frac{c}{a} \ge \sqrt{4\left(a^2+b^2+c^2 \right) -ab-bc-ca}$ when $a+b+c=\dfrac{1}{a}+ \dfrac{1}{b}+ \dfrac{1}{c}$

Let $a,b,c>0: a+b+c=\dfrac{1}{a}+ \dfrac{1}{b}+ \dfrac{1}{c}.$ Prove that \begin{align*} \frac{a}{b} +\frac{b}{c}+ \frac{c}{a} \ge \sqrt{4\left(a^2+b^2+c^2 \right) -ab-bc-ca} \end{align*} I tried to square but I did not find any interesting…
Dragon boy
  • 1
  • 16
3
votes
0 answers

Prove that: $(a+bc)^{2}+(b+ca)^{2}+(c+ab)^{2} \ge \sqrt{2}(a+b)(b+c)(c+a)$

Let: $a,b,c \ge 0$. Prove that: $$(a+bc)^{2}+(b+ca)^{2}+(c+ab)^{2} \ge \sqrt{2}(a+b)(b+c)(c+a)$$ I have a proof here: WLOG, in 3 numbers $a,b,c$ there will be 2 two numbers that both bigger or smaller than 1 so we can assume 2 numbers are $a$ and…
3
votes
1 answer

Find the maximum value of quadratic radical.

Here are two questions: (1) Let $a, b$ and $c$ be three fixed positive real numbers,…
Mr.He
  • 481
3
votes
2 answers

Different proof for a inequality

I have to prove the following $$\left(\frac{k}{e} \right)^{k-1} \leq (k-1)!$$ without using $(1+\frac{1}{k})^k < e, \forall k \in \mathbb{N}$. I've tried using the following argument: $$e^x = \sum_{n=0}^{\infty}\frac{x^n}{n!} , \forall x\in…
user1196075
3
votes
1 answer

Inequalities with no solution/real number solution

I have this inequality: $x^2 -4x +400>0.$ I realize that I cannot solve for $x$, however, when I plug the inequality into desmos, the solution seems to be all real numbers. But how do I show this/prove this mathematically?
Pacific
  • 39
3
votes
1 answer

Question about the correct answer choice for inequality solution.

I have been working on a math problem involving inequalities and have come across a question that has left me puzzled. I would greatly appreciate some insight and clarification on the correct answer choice. The question states: The inequality $ax^2…
Bishop_1
  • 359
3
votes
1 answer

Which things can be used directly in Math Olympiads without needing to be proved?

I know similar questions have already been asked on MathSE However, I need more specific information: I need to know which inequalities can be used in Math Olympiads without needing to be proved beforehand. I've read for example that "the tangent…
StCS
  • 349
  • 1
  • 8
3
votes
1 answer

Prove the inequality with polynomial and and exponential compnents

I'm trying to prove the following inequality $$ \int_{\mathbb{R}} \frac{\lambda}{exp\{-x\} + \lambda} f^2(x) dx \leq log(\frac{1}{\lambda})^{-1} \int_{\mathbb{R}} (1+x^2)^{m} f^{2}(x)dx, $$ where $m$ can be any possible integer and $\lambda\in…
aprita
  • 55
3
votes
3 answers

Which real numbers satisfy $\frac{x^2-2x+3}{\sqrt{x^2-2x+2}}\geq 2 $?

Which real numbers satisfy $\frac{x^2-2x+3}{\sqrt{x^2-2x+2}}\geq 2 $ ? A. The set of all real numbers B. The set of all integers C. The set of all positive real numbers D. The set of all rational numbers My solution is: We consider, $x^2-2x+2=u$…
Arthur
  • 2,614
3
votes
3 answers

Inequality with increasing variables

If $n,k\ge2$, and $0\le a_0\le a_1\le\cdots$, prove that \[\left(\frac{1}{k n} \sum_{l=0}^{k n-1} a_{l}\right)^{k} \geq \frac{1}{n} \sum_{i=0}^{n-1} \prod_{j=0}^{k-1} a_{n j+i}.\] This inequality is an improvement of AM-GM inequality. For $n=3,…
user1034536
3
votes
2 answers

Is the square of the ratio of the sums smaller than the sum of the squares of the ratios?

Suppose $x_1, \cdots, x_n$ are positive real numbers and $y_1, \cdots, y_n$ are real numbers. Is it true that $$\left(\frac{\sum_i y_i}{\sum_i x_i}\right)^2 \leq \sum_i \left(\frac{y_i}{x_i}\right)^2?$$ I can show that $$\frac{\sum_i y_i^2}{\sum_i…