Lecture 23

[[lecture-data]]

2024-10-23

The Poll

The best date for the next midterm is November 5th

Somewhat narrow scope - less material but more detail

5. Chapter 5

inner products and norms on vector spaces over a field (either R or C):

Recall

Cauchy-Schwarz Theorem

Let V,, be an inner product space over K. Then for all x,yV we have

|x,y|x,xy,y
Proof

(here we prove for K=C)
For any t,θR it is true that and

0teiθ+y,teiθx,y=t2eiθeiθx,x+teiθx,y+teiθy,x+y,y=t2x,x+2tRe[eiθx,y]+y,ychoose θ s.t. Re[eiθx,y]=|x,y|=t2x,x+2t|x,y|+y,y0tR

And this is a quadratic in R! So the discriminant must be negative, that is

[2|x,y|]24[x,xy,y]0|x,y|2x,xy,y

(see cauchy-schwarz theorem)

Corollary

If V,, inner product space over K, define ||||:VR0 as

||x||=x,xxV

Then V,|||| is a normed linear space 😼 and we say that it is "induced/generated by" the inner product.

Proof

Very basic: only need to show triangle inequality since non negativity and homogeneity will hold by the properties of the inner product. By the definition of our operator, we have

\begin{aligned} \lvert \lvert x+y \rvert \rvert { #2} &= \langle x+y, x+y \rangle \\ & = \langle x,x \rangle + \langle x,y \rangle + \langle y, x\rangle+ \langle y,y\rangle \\ &= \lvert \lvert x \rvert \rvert { #2}

& \leq \lvert \lvert x \rvert \rvert

&= (\lvert \lvert x \rvert \rvert + \lvert \lvert y \rvert \rvert )^2
\end{aligned}$$
thus the triangle inner quality holds!

(see inner products define norms)

Metric Space

A metric space is a set S and a distance function d:S×SR0 such that for all x,y,zS we have

  • d(x,y)=0x=y
  • d(x,y)=d(y,x) (symmetry)
  • d(x,z)d(x,y)+d(y,z)

(see metric space)

Proposition

If V,|||| is a NLS, then we can make a metric space on V with d as follows: for all x,yV, d(x,y):=||xy||

Proof

Let's check the properties!

  • ||xy||=0xy=0x=y
  • By homogeneity we can see ||xy||=||(1)(xy)||=||yx|| so symmetry holds
  • ||xz||=||xy+yz||||xy||+||yz|| by the triangle inequality for norms, but then it also shows that this holds for our defined metric!

(see norm spaces induce metric spaces)

If the metric space induced by an inner product is complete, then we call this a Hilbert space
If the metric space induced by a norm is complete, then we call it a Banach space
And if a metric space is complete then it is...complete.

And if the vector space V is finite dimensional, then any normed linear space on V is complete.

Note (""Reverse"" Triangle Inequality)

If you have a normed linear space V,||||, then for all x,yV we have

|||x||||y|||||xy||

In particular, this shows that norms are

  • continuous
  • 1-Lipschitz continuous (and thus uniformly continuous!)
Proof

Easy to see by observing by the triangle inequality that

||x||||xy||+||y||

(see reverse triangle inequality)

Theorem

Let V,|||| be a NLS. The following are equivalent:

  1. V is finite-dimensional
  2. The unit ball {xV:||x||1} is compact
  3. The unit sphere {xV:||x||=1} is compact
  4. For all SV, S is compact if and only if S is closed and bounded.

(see compact space equivalencies for normed linear spaces)