Inequalities PDF
Inequalities PDF
Inequalites
or in summation notation !2 ! !
n
X n
X n
X
ai bi ≤ a2i b2i
i=1 i=1 i=1
with equality if and only if the sequences (a1 , a2 , . . . , an ) and (b1, b2, . . . , bn) are proportional,
i.e., there is a constant λ such that ak = λbk for each k ∈ {1, 2, ..., n}.
n X
X n X n
n X X n
n X X n
n X
(ai bj − aj bi )2 = a2i b2j + a2j b2i − 2ai bj aj bi
i=1 j=1 i=1 j=1 i=1 j=1 i=1 j=1
n
X n
X n
X n
X Xn n
X
= a2i b2j + b2i a2j − 2 ai bi aj bj
i=1 j=1 i=1 j=1 i=1 j=1
n n n n n n
!
X X X X X X
= a2i b2i + b2i a2i −2 ai bi a i bi
i=1 i=1 i=1 i=1 i=1 i=1
n n n
!2
X X X
=2 a2i b2i −2 ai bi
i=1 i=1 i=1
Since the left hand side is greater or equal to zero we have the desired result. If ak = λbk for
each k ∈ {1, 2, ..., n} then
ai bj − aj bi = λbi bj − λbj bi = 0
and equality will hold.
2. If n ∈ N and a1 , . . . , an and b1 , . . . , bn are real numbers, then
Moreover, if not all of the bj = 0, then equality holds if and only if a1 = sb1 , . . . an = sbn for
some s ∈ R
1
2 CHAPTER 1. INEQUALITES
where
A = b21 + · · · + b2n , B = a1 b1 + · · · + an bn C = a21 + · · · + a2n
Since the quadratic function F (t) is nonnegative it cannot have two distinct real roots and
the determinant
∆ = (−2B)2 − 4AC = 4(B 2 − AC) ≤ 0
. Thus we must have B 2 ≤ AC which proves our assertion. Note that F (t) = 0 only when
all an − tbn ’s are equal to 0.
the nonnegativity of this term confirms the truth of the inequality for n = 2
Taking α = (a21 + · · · + a2n )1/2 , β = (b21 + · · · + b2n )1/2 , c = an+1 and d = bn+1 we get
a1 b1 + · · · + an bn + an+1 bn+1 ≤ (a21 + · · · + a2n )1/2 (b21 + · · · + b2n )1/2 + an+1 bn+1
≤ (a21 + · · · + a2n + a2n+1 )(b21 + · · · + b2n + b2n+1 )
We know that
0 ≤ (x − y)2 = x2 − 2xy + y 2
which gives us
1 2 1 2
xy ≤ x + y
2 2
Substituting x = |ak | and y = |bk | and summing over all k we get
∞ ∞ ∞
X 1X 2 1X 2
|ak bk | ≤ ak + bk
2 2
k=1 k=1 k=1
The additive bound (1.6) has two terms on the right-hand side, and Cauchy’s inequality has
just one. Thus, as a first step, we might look for a way to combine the two terms of the
1.1. CAUCHY’S INEQUALITY 3
additive bound, and a natural way to implement this idea is to normalize the sequences {ak }
and {bk } so that each of the right-hand sums is equal to one.
∞
! 12 ∞
! 12
X X
âk = ak / a2k and b̂k = bk / b2k
k=1 k=1
and
∞ ∞ ∞
( !)
X X X
b̂2k = b2k / b2k =1
k=1 k=1 k=1
∞
∞
! 12 ∞
! 12
X X X
ak / a2k bk / b2k ≤1
k=1 k=1 k=1
∞ ∞
! 12 ∞
! 21
X X X
ak bk ≤ a2k b2k
k=1 k=1 k=1
5. The dot product form of the cauchy’s Inequality states that for any vectors u and v in a
vector space V : √ √
u·v ≤ u·u v·v
√
Proof.
√ We rescale u and v to new vectors which have the same√length; namely √ ( v · v)u and
( u · u)v. We take the difference of these two vectors: w = ( u · u)v − ( v · v)u. We now
compute the dot product of this vector with itself:
√ √ √ √
0 ≤ w · w = (( u · u)v − ( v · v)u) · (( u · u)v − ( v · v)u)
√ √
= (u · u)(v · v) − 2 u · u v · v(u · v) + (v · v)(u · u)
√ √
= 2(u · u)(v · v) − 2 u · u v · v(u · v)
√ √
2 u · u v · v(u · v) ≤ 2(u · u)(v · v)
√ √
(u · v) ≤ u · u v · v
4 CHAPTER 1. INEQUALITES
Chapter 2
Olympiad Inequalites
5
6 CHAPTER 2. OLYMPIAD INEQUALITES
2.2.1 Exercises
Prove the following:
1. |a − b| ≤ |a| + |b|
2. ||a| − |b|| ≤ |a + b|
3. ||a| − |b|| ≤ |a − b|
4. ||a| − |b|| ≤ |a ± b| ≤ |a| + |b|
2.3 Miscellaneous
Let x, y, a, b be real numbers, prove that
1. x2 + xy + y 2 ≥ 0
2. x > 0, y > 0 ⇒ x2 − xy + y 2 ≥ 0
3.
|a| + |b| + |c| − |a + b| − |b + c| − |c + a| + |a + b + c| ≥ 0