Share on Facebook Share on Twitter Email
Answers.com

Cauchy–Schwarz inequality

 
Sci-Tech Dictionary: Cauchy-Schwarz inequality
(kō·shē ′shwörts in·i′kwäl·əd·ē)

(mathematics) The square of the inner product of two vectors does not exceed the product of the squares of their norms. Also known as Buniakowski's inequality; Schwarz' inequality.


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Britannica Concise Encyclopedia: Cauchy-Schwarz inequality
Top

Any of several related inequalities developed by Augustin-Louis Cauchy and, later, Herman Schwarz (1843 – 1921). The inequalities arise from assigning a real number measurement, or norm, to the functions, vectors, or integrals within a particular space in order to analyze their relationship. For functions f and g, whose squares are integrable and thus usable as a norm, (òfg)2 £ (òf2)(òg2). For vectors a = (a1, a2, a3,…, an) and b = (b1, b2, b3,…, bn), together with the inner product (see inner product space) for a norm, (S(ai, bi))2 £ S(ai)2S(bi)2. In addition to functional analysis, these inequalities have important applications in statistics and probability theory.

For more information on Cauchy-Schwarz inequality, visit Britannica.com.

Wikipedia: Cauchy–Schwarz inequality
Top

In mathematics, the Cauchy–Schwarz inequality (also known as the Bunyakovsky inequality, the Schwarz inequality, or the Cauchy–Bunyakovsky–Schwarz inequality), is a useful inequality encountered in many different settings, such as linear algebra applied to vectors, in analysis applied to infinite series and integration of products, and in probability theory, applied to variances and covariances. The general formulation of the Heisenberg uncertainty principle is derived using the Cauchy–Schwarz inequality in the Hilbert space of pure quantum states.

The inequality for sums was published by Augustin Cauchy (1821), while the corresponding inequality for integrals was first stated by Viktor Yakovlevich Bunyakovsky (1859) and rediscovered by Hermann Amandus Schwarz (1888) (often misspelled "Schwartz"[1]:example on p. 621).

Contents

Statement of the inequality

The Cauchy–Schwarz inequality states that for all vectors x and y of an inner product space,

|\langle x,y\rangle|^2 \leq \langle x,x\rangle \cdot \langle y,y\rangle,

where \langle\cdot,\cdot\rangle is the inner product. Equivalently, by taking the square root of both sides, and referring to the norms of the vectors, the inequality is written as

 |\langle x,y\rangle| \leq \|x\| \cdot \|y\|.\,

Moreover, the two sides are equal if and only if x and y are linearly dependent (or, in a geometrical sense, they are parallel or one of the vectors is equal to zero).

If x_1,\cdots, x_n\in\mathbb C and y_1,\cdots, y_n\in\mathbb C are the components of x and y with respect to an orthonormal basis of V the inequality may be restated in a more explicit way as follows:

|x_1 \overline{y_1} + \cdots + x_n \overline{y_n}|^2 \leq (|x_1|^2 + \cdots + |x_n|^2) (|y_1|^2 + \cdots + |y_n|^2).

Or even more compactly:

\left|\sum_{i=1}^n x_i \overline{y_i}\right|^2 \leq \sum_{j=1}^n |x_j|^2 \sum_{k=1}^n |y_k|^2 .

Equality holds if and only if x and y are linearly dependent, that is, one is a scalar multiple of the other (which includes the case when one or both are zero).

The finite-dimensional case of this inequality for real vectors was proved by Cauchy in 1821, and in 1859 Cauchy's student Bunyakovsky noted that by taking limits one can obtain an integral form of Cauchy's inequality. The general result for an inner product space was obtained by Schwarz in 1885.

Proof

Let uv be arbitrary vectors in the vector space V. The inequality is trivial in the case v = 0, so we will start with <vv> is nonzero. Let δ be any number in the field F. Then,

 0 \leq \left\| u-\delta v \right\|^2
= \langle u-\delta v,u-\delta v \rangle = \langle u,u \rangle - \bar{\delta} \langle u,v \rangle - \delta \langle v,u \rangle + |\delta|^2 \langle v,v\rangle. \,

The above expression is valid for any number δ. Choosing

 \delta = \langle u,v \rangle \cdot \langle v,v \rangle^{-1}, \,

we obtain

 0 \leq \langle u,u \rangle - |\langle u,v \rangle|^2 \cdot \langle v,v \rangle^{-1} \,

which is true if and only if

 |\langle u,v \rangle|^2 \leq \langle u,u \rangle \cdot \langle v,v \rangle, \,

or equivalently:

 \big| \langle u,v \rangle \big|
\leq \left\|u\right\| \left\|v\right\|, \,

which completes the proof.

Notable special cases

Rn

In Euclidean space Rn with the standard inner product, the Cauchy–Schwarz inequality is

\left(\sum_{i=1}^n x_i y_i\right)^2\leq \left(\sum_{i=1}^n x_i^2\right) \left(\sum_{i=1}^n y_i^2\right).

To prove this form of the inequality, consider the following quadratic polynomial in z.

(x_1 z + y_1)^2 + \cdots + (x_n z + y_n)^2.

Since it is nonnegative it has at most one real root in z, whence its discriminant is less than or equal to zero, that is,

\left(\sum ( x_i \cdot y_i ) \right)^2 - \sum {x_i^2} \cdot \sum {y_i^2} \le 0,

which yields the Cauchy–Schwarz inequality.

An equivalent proof for Rn starts with the summation below.

Expanding the brackets we have:

 \sum_{i=1}^n \sum_{j=1}^n \left( x_i y_j - x_j y_i \right)^2 

= \sum_{i=1}^n x_i^2 \sum_{j=1}^n y_j^2 + \sum_{j=1}^n x_j^2 \sum_{i=1}^n y_i^2 
- 2 \sum_{i=1}^n x_i y_i \sum_{j=1}^n x_j y_j ,

collecting together identical terms (albeit with different summation indices) we find:

 \frac{1}{2} \sum_{i=1}^n \sum_{j=1}^n \left( x_i y_j - x_j y_i \right)^2 

= \sum_{i=1}^n x_i^2 \sum_{i=1}^n y_i^2 - \left( \sum_{i=1}^n x_i y_i \right)^2 .

Because the left-hand side of the equation is a sum of the squares of real numbers it is greater than or equal to zero, thus:


\sum_{i=1}^n x_i^2 \sum_{i=1}^n y_i^2 - \left( \sum_{i=1}^n x_i y_i \right)^2 \geq 0.

This form is used usually when solving school math problems.

Yet another approach when n ≥ 2 (n = 1 is trivial) is to consider the plane containing x and y. More precisely, recoordinatize Rn with any orthonormal basis whose first two vectors span a subspace containing x and y. In this basis only x_1,~x_2,~y_1 and y_2~ are nonzero, and the inequality reduces to the algebra of dot product in the plane, which is related to the angle between two vectors, from which we obtain the inequality:

|x \cdot y| = \|x\| \|y\| | \cos \theta | \le \|x\| \|y\|.

When n = 3 the Cauchy–Schwarz inequality can also be deduced from Lagrange's identity, which takes the form

\langle x,x\rangle \cdot \langle y,y\rangle = |\langle x,y\rangle|^2 + |x \times y|^2

from which readily follows the Cauchy–Schwarz inequality.

L2

For the inner product space of square-integrable complex-valued functions, one has

\left|\int f(x) g(x)\,dx\right|^2\leq\int \left|f(x)\right|^2\,dx \cdot \int\left|g(x)\right|^2\,dx.

A generalization of this is the Hölder inequality.

Use

The triangle inequality for the inner product is often shown as a consequence of the Cauchy–Schwarz inequality, as follows: given vectors x and y:


\begin{align}
\|x + y\|^2 & = \langle x + y, x + y \rangle \\
& = \|x\|^2 + \langle x, y \rangle + \langle y, x \rangle + \|y\|^2 \\
& \le \|x\|^2 + 2|\langle x, y \rangle| + \|y\|^2 \\
& \le \|x\|^2 + 2\|x\|\|y\| + \|y\|^2 \\
& = \left(\|x\| + \|y\|\right)^2.
\end{align}

Taking square roots gives the triangle inequality.

The Cauchy–Schwarz inequality allows one to extend the notion of "angle between two vectors" to any real inner product space, by defining:


\cos\theta_{xy}=\frac{\langle x,y\rangle}{\|x\| \|y\|}.

The Cauchy–Schwarz inequality proves that this definition is sensible, by showing that the right hand side lies in the interval [−1, 1], and justifies the notion that real inner product spaces are simply generalizations of the Euclidean space.

The Cauchy–Schwarz is used to prove that the inner product is a continuous function with respect to the topology induced by the inner product itself.

The Cauchy–Schwarz inequality is usually used to show Bessel's inequality.

Probability theory

For random variables X and Y, the expectation of their product is an inner product. That is,

\langle X, Y \rangle \triangleq \operatorname{E}(X Y),

and so, by the Cauchy–Schwarz inequality,

|\operatorname{E}(XY)|^2 \leq \operatorname{E}(X^2) \operatorname{E}(Y^2).

Moreover, if μ = E(X) and ν = E(Y), then

 \begin{align}
|\operatorname{Cov}(X,Y)|^2
&= |\operatorname{E}( (X - \mu)(Y - \nu) )|^2 = | \langle X - \mu, Y - \nu \rangle |^2\\
&\leq \langle X - \mu, X - \mu \rangle \langle Y - \nu, Y - \nu \rangle \\
& = \operatorname{E}( (X-\mu)^2 ) \operatorname{E}( (Y-\nu)^2 ) \\
& = \operatorname{Var}(X) \operatorname{Var}(Y)
\end{align}

where Var denotes variance and Cov denotes covariance.

Generalizations

Various generalizations of the Cauchy–Schwarz inequality exist in the context of operator theory, e.g. for operator-convex functions, and operator algebras, where the domain and/or range of φ are replaced by a C*-algebra or W*-algebra.

This section lists a few of such inequalities from the operator algebra setting, to give a flavor of results of this type.

Positive functionals on C*- and W*-algebras

One can discuss inner products as positive functionals. Given a Hilbert space L2(m), m being a finite measure, the inner product < · , · > gives rise to a positive functional φ by

\phi (g) = \langle g, 1 \rangle.

Since < ƒƒ > ≥ 0, φ(f*f) ≥ 0 for all ƒ in L2(m), where ƒ* is pointwise conjugate of ƒ. So φ is positive. Conversely every positive functional φ gives a corresponding inner product < ƒg >φ = φ(g*ƒ). In this language, the Cauchy–Schwarz inequality becomes

| \phi(g^*f) |^2 \leq \phi(f^*f) \phi(g^*g), \,

which extends verbatim to positive functionals on C*-algebras.

We now give an operator theoretic proof for the Cauchy–Schwarz inequality which passes to the C*-algebra setting. One can see from the proof that the Cauchy–Schwarz inequality is a consequence of the positivity and anti-symmetry inner-product axioms.

Consider the positive matrix


M =
\begin{bmatrix}
f^*\\
g^*
\end{bmatrix}
\begin{bmatrix}
f & g
\end{bmatrix}
=
\begin{bmatrix}
f^*f & f^* g \\
g^*f & g^*g
\end{bmatrix}.

Since φ is a positive linear map whose range, the complex numbers C, is a commutative C*-algebra, φ is completely positive. Therefore


M' = (I_2 \otimes \phi)(M) =
\begin{bmatrix}
\phi(f^*f) & \phi(f^* g) \\
\phi(g^*f) & \phi(g^*g)
\end{bmatrix}

is a positive 2 × 2 scalar matrix, which implies it has positive determinant:


\phi(f^*f) \phi(g^*g) - | \phi(g^*f) |^2 \geq 0 \quad \text{i.e.} \quad \phi(f^*f) \phi(g^*g) \geq | \phi(g^*f) |^2. \,

This is precisely the Cauchy–Schwarz inequality. If ƒ and g are elements of a C*-algebra, f* and g* denote their respective adjoints.

We can also deduce from above that every positive linear functional is bounded, corresponding to the fact that the inner product is jointly continuous.

Positive maps

Positive functionals are special cases of positive maps. A linear map Φ between C*-algebras is said to be a positive map if a ≥ 0 implies Φ(a) ≥ 0. It is natural to ask whether inequalities of Schwarz-type exist for positive maps. In this more general setting, usually additional assumptions are needed to obtain such results.

Kadison's inequality

One such inequality is the following:

Theorem If Φ is a unital positive map, then for every normal element a in its domain, we have Φ(a*a) ≥ Φ(a*)Φ(a) and Φ(a*a) ≥ Φ(a)Φ(a*).

This extends the fact φ(a*a) · 1 ≥ φ(a)*φ(a) = |φ(a)|2, when φ is a linear functional.

The case when a is self-adjoint, i.e. a = a*, is known as Kadison's inequality.

2-positive maps

When Φ is 2-positive, a stronger assumption than merely positive, one has something that looks very similar to the original Cauchy–Schwarz inequality:

Theorem (Modified Schwarz inequality for 2-positive maps) For a 2-positive map Φ between C*-algebras, for all a, b in its domain,

i) Φ(a)*Φ(a) ≤ ||Φ(1)|| Φ(a*a).
ii) ||Φ(a*b)||2 ≤ ||Φ(a*a)|| · ||Φ(b*b)||.

A simple argument for ii) is as follows. Consider the positive matrix


M= 
\begin{bmatrix}
a^* & 0 \\
b^* & 0
\end{bmatrix}
\begin{bmatrix}
a & b \\
0 & 0
\end{bmatrix}
=
\begin{bmatrix}
a^*a & a^* b \\
b^*a & b^*b
\end{bmatrix}.

By 2-positivity of Φ,


(I_2 \otimes \Phi) M = 
\begin{bmatrix}
\Phi(a^*a) & \Phi(a^* b) \\
\Phi(b^*a) & \Phi(b^*b)
\end{bmatrix}

is positive. The desired inequality then follows from the properties of positive 2 × 2 (operator) matrices.

Part i) is analogous. One can replace the matrix \begin{bmatrix} a & b \\ 0 & 0 \end{bmatrix} by \begin{bmatrix} 1 & a \\ 0 & 0 \end{bmatrix}.

References

In-line references
  1. ^ Bertsekas, Demitri P.; Tsitsiklis, John N. (1997), Parallel and Distributed Computation: Numerical Methods, Belmont, Massachusetts: Athena Scientific 
General references

External links


Best of the Web: Cauchy–Schwarz inequality
Top

Some good "Cauchy–Schwarz inequality" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Britannica Concise Encyclopedia. Britannica Concise Encyclopedia. © 2006 Encyclopædia Britannica, Inc. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Cauchy–Schwarz inequality" Read more