<< Chapter < Page Chapter >> Page >
Review of inner products and inner product spaces.

Inner products

We have defined distances and norms to measure whether two signals are different from each other and to measure the “size” of a signal. However, it is possible for two pairs of signals with the same norms and distance to exhibit different behavior - an example of this contrast is to pick a pair of orthogonal signals and a pair of non-orthogonal signals, as shown in [link] .

An example of orthogonality in a two-dimensional space: distances and norms are not indicative of orthogonality; two pairs of vectors with the same distance can have arbitrary angle between them.

To obtain a new metric that distinguishes between orthogonal and non-orthogonal we use the inner product , which provides us with a new metric of “similarity”.

Definition 1 An inner product for a vector space ( X , R , + , · ) is a function · , · : X × X R , sometimes denoted ( · | · ) , with the following properties: for all x , y , z X and a R ,

  1. x , y = y , x ¯ (complex conjugate property),
  2. x + y , z = x , z + y , z (distributive property),
  3. α x , y = α x , y (scaling property),
  4. x , x 0 and x , x = 0 if and only if x = 0 .

A vector space with an inner product is called an inner product space or a pre-Hilbert space.

It is worth pointing out that properties (2-3) say that the inner product is linear, albeit only on the first input. However, if R = R , then the properties (2-3) hold for both inputs and the inner product is linear on both inputs.

Just as every norm induces a distance, every inner product induces a norm: | | x | | i = x , x .

Hilbert spaces

Definition 2 An inner product space that is complete under the metric induced by the induced norm is called a Hilbert space .

Example 1 The following are examples of inner product spaces:

  1. X = R n with the inner product x , y = i = 1 n x i y i = y T x . The corresponding induced norm is given by | | x | | i = x , x = i = 1 n x i 2 = | | x | | 2 , i.e., the 2 norm. Since ( R n , · 2 ) is complete, then it is a Hilbert space.
  2. X = C [ T ] with inner product x , y = T x ( t ) y ( t ) d t . The corresponding induced norm is | | x | | i = T x ( t ) 2 d t = | | x | | 2 , i.e., the L 2 norm.
  3. If we allow for X = C [ T ] to be complex-valued, then the inner product is defined by x , y = T x ( t ) y ( t ) ¯ d t , and the corresponding induced norm is | | x | | i = T x ( t ) x ( t ) ¯ d t = T | x ( t ) | 2 d t = | | x | | 2 .
  4. X = C n with inner product x , y = i = 1 n x i y i ¯ = y H x ; here, x H denotes the Hermitian of x . The corresponding induced norm is | | x | | i = i = 1 n | x i | 2 = | | x | | 2 .

Theorem 1 (Cauchy-Schwarz Inequality) Assume X is an inner product space. For each x , y X , we have that | x , y | | | x | | i | | y | | i , with equality if ( i ) y = a x for some a R ; ( i i ) x = 0 ; or ( i i i ) y = 0 .

Proof: We consider two separate cases.

  • if y = 0 then x , y = y , x ¯ = 0 · y , x ¯ = 0 ¯ y , x ¯ = 0 x , y = 0 = x i y i . The proof is similar if x = 0 .
  • If x , y 0 then 0 x - a y , x - a y = x , x - a y , x - a ¯ x , y + a a ¯ y , y , with equality if x - a y = 0 , i.e., x = a y for some a R . Now set a = x , y y , y , and so a ¯ = y , x y , y . We then have
    0 x , x - x , y y , y y , x - y , x y , y x , y + x , y y , y y , x y , y y , y x , x - x , y ¯ x , y | | y | | 2 = | | x | | 2 - | x , y | 2 | | y | | 2 .
    This implies | x , y | 2 | | y | | 2 | | x | | 2 , and so since all quantities involved are positive we have | x , y | | | x | | · | | y | | .

Properties of inner products spaces

In the previous lecture we discussed norms induced by inner products but failed to prove that they are valid norms. Most properties are easy to check; below, we check the triangle inequality for the induced norm.

Lemma 1 If x i = x , x , then x + y i x i + y i .

From the definition of the induced norm,

x + y i 2 = x + y , x + y , = x , x + x , y + y , x + y , y , = x i 2 + x , y + x , y ¯ + y i 2 = x i 2 + 2 real ( x , y ) + y i 2 .

At this point, we can upper bound the real part of the inner product by its magnitude: real ( x , y ) | x , y | . Thus, we obtain

x + y i 2 x i 2 + 2 | x , y | + y i 2 , x i 2 + 2 x i y i + y i 2 , ( x i + y i ) 2 ,

where the second inequality is due to the Cauchy-Schwarz inequality. Thus we have shown that x + y i x i + y i . Here's an interesting (and easy to prove) fact about inner products:

Lemma 2 If x , y = 0 for all x X then y = 0 .

Proof: Pick x = y , and so y , y = 0 . Due to the properties of an inner product, this implies that y = 0 .

Earlier, we considered whether all distances are induced by norms (and found a counterexample). We can ask the same question here: are all norms induced by inner products? The following theorem helps us check for this property.

Theorem 2 (Parallelogram Law) If a norm · is induced by an inner product, then x + y 2 + x - y 2 = 2 ( x 2 + y 2 ) for all x , y X .

This theorem allows us to rule out norms that cannot be induced.

Proof: For an induced norm we have x 2 = x , x . Therefore,

x + y 2 + x - y 2 = x + y , x + y + x - y , x - y , = x , x + x , y + y , x + y , y + x , x - x , y - y , x + y , y , = 2 x , x + 2 y , y , = 2 ( x 2 + y 2 ) .

Example 2 Consider the normed space ( C [ T ] , L ) , and recall that x = sup t T | x ( t ) | . If this norm is induced, then the Parallelogram law would hold. If not, then we can find a counterexample. In particular, let T = [ 0 , 2 π ] , x ( t ) = 1 , and y ( t ) = cos ( t ) . Then, we want to check if x + y 2 + x - y 2 = 2 ( x 2 + y 2 ) . We compute:

x = 1 , y = 1 , x + y = 1 + cos ( t ) = sup t T | 1 + cos ( t ) | = 1 + 1 = 2 , x - y = 1 - cos ( t ) = sup t T | 1 - cos ( t ) | = 1 - ( - 1 ) = 2 .

Plugging into the two sides of the Parallelogram law,

2 2 + 2 2 = 2 ( 1 2 + 1 2 ) , 8 = 4 ,

and the Parallelogram law does not hold. Thus, the L norm is not an induced norm.

Questions & Answers

A golfer on a fairway is 70 m away from the green, which sits below the level of the fairway by 20 m. If the golfer hits the ball at an angle of 40° with an initial speed of 20 m/s, how close to the green does she come?
Aislinn Reply
cm
tijani
what is titration
John Reply
what is physics
Siyaka Reply
A mouse of mass 200 g falls 100 m down a vertical mine shaft and lands at the bottom with a speed of 8.0 m/s. During its fall, how much work is done on the mouse by air resistance
Jude Reply
Can you compute that for me. Ty
Jude
what is the dimension formula of energy?
David Reply
what is viscosity?
David
what is inorganic
emma Reply
what is chemistry
Youesf Reply
what is inorganic
emma
Chemistry is a branch of science that deals with the study of matter,it composition,it structure and the changes it undergoes
Adjei
please, I'm a physics student and I need help in physics
Adjanou
chemistry could also be understood like the sexual attraction/repulsion of the male and female elements. the reaction varies depending on the energy differences of each given gender. + masculine -female.
Pedro
A ball is thrown straight up.it passes a 2.0m high window 7.50 m off the ground on it path up and takes 1.30 s to go past the window.what was the ball initial velocity
Krampah Reply
2. A sled plus passenger with total mass 50 kg is pulled 20 m across the snow (0.20) at constant velocity by a force directed 25° above the horizontal. Calculate (a) the work of the applied force, (b) the work of friction, and (c) the total work.
Sahid Reply
you have been hired as an espert witness in a court case involving an automobile accident. the accident involved car A of mass 1500kg which crashed into stationary car B of mass 1100kg. the driver of car A applied his brakes 15 m before he skidded and crashed into car B. after the collision, car A s
Samuel Reply
can someone explain to me, an ignorant high school student, why the trend of the graph doesn't follow the fact that the higher frequency a sound wave is, the more power it is, hence, making me think the phons output would follow this general trend?
Joseph Reply
Nevermind i just realied that the graph is the phons output for a person with normal hearing and not just the phons output of the sound waves power, I should read the entire thing next time
Joseph
Follow up question, does anyone know where I can find a graph that accuretly depicts the actual relative "power" output of sound over its frequency instead of just humans hearing
Joseph
"Generation of electrical energy from sound energy | IEEE Conference Publication | IEEE Xplore" ***ieeexplore.ieee.org/document/7150687?reload=true
Ryan
what's motion
Maurice Reply
what are the types of wave
Maurice
answer
Magreth
progressive wave
Magreth
hello friend how are you
Muhammad Reply
fine, how about you?
Mohammed
hi
Mujahid
A string is 3.00 m long with a mass of 5.00 g. The string is held taut with a tension of 500.00 N applied to the string. A pulse is sent down the string. How long does it take the pulse to travel the 3.00 m of the string?
yasuo Reply
Who can show me the full solution in this problem?
Reofrir Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Introduction to compressive sensing. OpenStax CNX. Mar 12, 2015 Download for free at http://legacy.cnx.org/content/col11355/1.4
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Introduction to compressive sensing' conversation and receive update notifications?

Ask