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

How prove $\left(\sum_{i=0}^{n-1}a_{i}\cos{\frac{2k\pi i}{n}}\right)^2\le (n^2-1)\left(\sum_{i=0}^{n-1}a_{i}\sin{\frac{2k\pi i}{n}}\right)^2$

let $n$ is odd number, and $a_{i},(i=0,1,\cdots,n-1)$ is $\{0,1,2,\cdots,n-1\}$ arrangement,and $k=0,1,2,\cdots,n-1$ prove or disprove $$\left(\sum_{i=0}^{n-1}a_{i}\cos{\dfrac{2k\pi i}{n}}\right)^2\le…
math110
  • 93,304
2
votes
1 answer

How prove this inequality $\sum\limits_{cyc}\sqrt{\frac{\cos{A}\cos{B}}{\cos{C}}}\ge\frac{3\sqrt{2}}{2}$

let $x,y,z>0$,and such $$x^2y^2+y^2z^2+x^2z^2+2x^2y^2z^2=1$$ show that $$x+y+z\ge\dfrac{3\sqrt{2}}{2}$$ My idea: in $\Delta ABC$,we have $$\cos^2{A}+\cos^2{B}+\cos^2{C}+2\cos{A}\cos{B}\cos{C}=1$$ so…
user94270
2
votes
1 answer

How to shade the union and intersection of inequalities

How does one find the union and intersection of two inequalities by shading regions in a graph? For instance, find the union and intersection of $y \lt 3$ and $x \ge 2$?
user34039
  • 135
2
votes
1 answer

How prove this $S_{2m}S_{2m+2}\ge\left(1-\frac{1}{m(2m+1)}\right)S^2_{2m+1}$

let $x_{i}\in R,i=1,2,\cdots,n$,and $p_{i}\ge 0,i=1,2,\cdots,n$,such $$p_{1}+p_{2}+\cdots+p_{n}=1$$ and define $$S_{k}=\sum_{i=1}^{n}p_{i}x^k_{i}-\left(\sum_{i=1}^{n}p_{i}x_{i}\right)^k$$ show…
math110
  • 93,304
2
votes
1 answer
2
votes
2 answers

How prove this $\sum_{i=1}^{n}f(i,n)<\frac{3}{2},n>3$

let $$f(x,y)=\dfrac{\arcsin{\dfrac{x}{y}}}{x}$$ show that $$\sum_{i=1}^{n}f(i,n)<\dfrac{3}{2},n>3$$ My try: since $$\sum_{i=1}^{n}f(i,n)=\sum_{i=1}^{n}\dfrac{\arcsin{\dfrac{i}{n}}}{i}$$ so I can find this limit $$\lim_{n\to…
user94270
2
votes
1 answer
2
votes
2 answers

Interesting inequality question

There is one interesting question in my homework that has very elegant form but also gives me hard time. Not sure if this question is based on any theorem or not, but I would like to know if it is. Anyhow, here is the question If $0<\alpha<1$, and…
Darin
  • 151
2
votes
2 answers

Help solve simultaneous inequality that has $\leq$ and $\geq$ in it

I only have problems determining the values of $\alpha$ and $\beta$, so I will only show the solution used to derive their values: So, I know how to get the inequalities at ★ and † but I don't know how use them to deduce $\alpha$ and $\beta$. All…
mauna
  • 3,540
2
votes
1 answer

Let $a=(a+b)+(-b)$, show that $|a|-|b| \leq |a+b|$, using the Triangle Inequality

Let $a,b \in \mathbb{R}$. Let $a=(a+b)+(-b)$, show that $|a|-|b| \leq |a+b|$, using the Triangle Inequality. This is currently what I have done. I think I am going about this in a wrong way though. Let $a,b \in \mathbb{R}$, such that…
Raghu
  • 195
2
votes
1 answer

absolute value to the power of some positive number, is it a norm?

Is $|x|^p$ (for constant $p> 0 $) a norm? In other words does the triangular inequality $|x+y|^p\leq |x|^p+|y|^p $ hold in general? If not, under what conditions it holds? (e.g $-1 \leq x,y\leq 1$, and/or for $p\geq 1 $, etc.)
Alt
  • 2,592
2
votes
2 answers

An inequality concerning triangle inequality.

$a_1,a_2,a_3,b_1,b_2,b_3,c_1,c_2,c_3 \ge 0$, and given that $a_i+b_i \ge c_i$ for $i = 1,2,3$. I'd like the following inequality to hold, but can't find a proof, so I'd appreciate some help. $$\sqrt{a_1^2 + a_2^2 + a_3^2} + \sqrt{b_1^2 + b_2^2 +…
Rajesh D
  • 4,247
2
votes
2 answers

Is the following statement true? And if so where can I find a proof

Is the following true for real numbers? If $x < a*b$ then there exists $c$ and $d$ such that $x=c*d$ and $a>c$ and $b>d$. Thanks...
2
votes
1 answer

How prove this inequality $3a^3b+3ab^3+18a^2b+18ab^2+12a^3+12b^3+40a^2+40b^2+64ab\ge 0$

Let $a,b\in[-1,1]$, then prove or disprove: $$f(a,b)=3a^3b+3ab^3+18a^2b+18ab^2+12a^3+12b^3+40a^2+40b^2+64ab\ge 0$$ My try:…
math110
  • 93,304
2
votes
2 answers

Prove: $xy+yz+zx\leq \frac{16}{3}$

For $x,y,z\in R$ and $x^2+xy+y^2=1$; $y^2+yz+z^2=16$ Prove: $xy+yz+zx\leq \frac{16}{3}$
Tĩnh Thu
  • 149