Chapter 5 Euclidean Spaces

Chapter 5 Euclidean Spaces

Chapter 5 Euclidean Spaces 5.1 Inner Products, Euclidean Spaces The framework of vector spaces allows us deal with ratios of vectors and linear combinations, but there is no way to express the notion of length of a line segment or to talk about orthogonality of vectors. AEuclideanstructurewillallowustodealwithmetric notions such as orthogonality and length (or distance). First, we define a Euclidean structure on a vector space. 249 250 CHAPTER 5. EUCLIDEAN SPACES Definition 5.1. ArealvectorspaceE is a Euclidean space iffit is equipped with a symmetric bilinear form ϕ: E E R which is also positive definite,which means× that → ϕ(u, u) > 0, for every u =0. More explicitly, ϕ: E E R satisfies the following axioms: × → ϕ(u1 + u2,v)=ϕ(u1,v)+ϕ(u2,v), ϕ(u, v1 + v2)=ϕ(u, v1)+ϕ(u, v2), ϕ(λu, v)=λϕ(u, v), ϕ(u, λv)=λϕ(u, v), ϕ(u, v)=ϕ(v, u), u =0 impliesthat ϕ(u, u) > 0. The real number ϕ(u, v)isalsocalledtheinner product (or scalar product) of u and v. 5.1. INNER PRODUCTS, EUCLIDEAN SPACES 251 We also define the quadratic form associated with ϕ as the function Φ: E R+ such that → Φ(u)=ϕ(u, u), for all u E. ∈ Since ϕ is bilinear, we have ϕ(0, 0) = 0, and since it is positive definite, we have the stronger fact that ϕ(u, u)=0 iff u =0, that is Φ(u)=0iffu =0. Given an inner product ϕ: E E R on a vector space E,wealsodenoteϕ(u, v)by× → u v, or u, v , or (u v), · | and Φ(u)by u . 252 CHAPTER 5. EUCLIDEAN SPACES Example 1. The standard example of a Euclidean space is Rn,undertheinnerproduct defined such that · (x ,...,x ) (y ,...,y )=x y + x y + + x y . 1 n · 1 n 1 1 2 2 ··· n n This Euclidean space is denoted by En. Example 2. Let E be a vector space of dimension 2, and let (e1,e2)beabasisofE. If a>0andb2 ac < 0, the bilinear form defined such that − ϕ(x1e1+y1e2,x2e1+y2e2)=ax1x2+b(x1y2+x2y1)+cy1y2 yields a Euclidean structure on E. In this case, 2 2 Φ(xe1 + ye2)=ax +2bxy + cy . 5.1. INNER PRODUCTS, EUCLIDEAN SPACES 253 Example 3. Let [a, b]denotethesetofcontinuousfunc- C tions f :[a, b] R.Itiseasilycheckedthat [a, b]isa vector space of→ infinite dimension. C Given any two functions f,g [a, b], let ∈C b f,g = f(t)g(t)dt. a We leave as an easy exercise that , is indeed an inner product on [a, b]. − − C When [a, b]=[ π,π](or[a, b]=[0, 2π], this makes basically no difference),− one should compute sin px, sin qx , sin px, cos qx , and cos px, cos qx , for all natural numbers p, q 1. The outcome of these calculations is what makes Fourier≥ analysis possible! 254 CHAPTER 5. EUCLIDEAN SPACES Let us observe that ϕ can be recovered from Φ. Indeed, by bilinearity and symmetry, we have Φ(u + v)=ϕ(u + v, u + v) = ϕ(u, u + v)+ϕ(v, u + v) = ϕ(u, u)+2ϕ(u, v)+ϕ(v, v) =Φ(u)+2ϕ(u, v)+Φ(v). Thus, we have 1 ϕ(u, v)= [Φ(u + v) Φ(u) Φ(v)]. 2 − − We also say that ϕ is the polar form of Φ. One of the very important properties of an inner product ϕ is that the map u Φ(u)isanorm. → 5.1. INNER PRODUCTS, EUCLIDEAN SPACES 255 Proposition 5.1. Let E be a Euclidean space with inner product ϕ and quadratic form Φ. For all u, v E, we have the Cauchy-Schwarz inequality: ∈ ϕ(u, v)2 Φ(u)Φ(v), ≤ the equality holding iff u and v are linearly dependent. We also have the Minkovski inequality: Φ(u + v) Φ(u)+ Φ(v), ≤ the equality holding iff u and v are linearly dependent, where in addition if u =0and v =0, then u = λv for some λ>0. 256 CHAPTER 5. EUCLIDEAN SPACES Sketch of proof .DefinethefunctionT : R R,such that → T (λ)=Φ(u + λv), for all λ R.Usingbilinearityandsymmetry,wecan show that∈ Φ(u + λv)=Φ(u)+2λϕ(u, v)+λ2Φ(v). Since ϕ is positive definite, we have T (λ) 0forall ≥ λ R. ∈ If Φ(v)=0,thenv =0,andwealsohaveϕ(u, v)=0. In this case, the Cauchy-Schwarz inequality is trivial, 5.1. INNER PRODUCTS, EUCLIDEAN SPACES 257 If Φ(v) > 0, then λ2Φ(v)+2λϕ(u, v)+Φ(u)=0 can’t have distinct roots, which means that its discrimi- nant ∆=4(ϕ(u, v)2 Φ(u)Φ(v)) − is zero or negative, which is precisely the Cauchy-Schwarz inequality. The Minkovski inequality can then be shown. 258 CHAPTER 5. EUCLIDEAN SPACES The Minkovski inequality Φ(u + v) Φ(u)+ Φ(v) ≤ shows that the map u Φ(u)satisfiesthe triangle inequality,condition(N3)ofdefinition4.1,andsince→ ϕ is bilinear and positive definite, it also satisfies conditions (N1) and (N2) of definition 4.1, and thus, it is a norm on E. The norm induced by ϕ is called the Euclidean norm induced by ϕ. Note that the Cauchy-Schwarz inequality can be written as u v u v , | · |≤ and the Minkovski inequality as u + v u + v . ≤ We now define orthogonality. 5.2. ORTHOGONALITY 259 5.2 Orthogonality Definition 5.2. Given a Euclidean space E,anytwo vectors u, v E are orthogonal, or perpendicular iff ∈ u v =0.Givenafamily(ui)i I of vectors in E,wesay · ∈ that (ui)i I is orthogonal iff ui uj =0foralli, j I, ∈ · ∈ where i = j.Wesaythatthefamily(ui)i I is orthonor- mal iff u u =0foralli, j I,where∈ i = j,and i · j ∈ ui = ui ui =1,foralli I.ForanysubsetF of E, the set · ∈ F ⊥ = v E u v =0, for all u F , { ∈ | · ∈ } of all vectors orthogonal to all vectors in F ,iscalledthe orthogonal complement of F . Since inner products are positive definite, observe that for any vector u E,wehave ∈ u v =0 forallv E iff u =0. · ∈ It is immediately verified that the orthogonal complement F ⊥ of F is a subspace of E. 260 CHAPTER 5. EUCLIDEAN SPACES Example 4. Going back to example 3, and to the inner product π f,g = f(t)g(t)dt π − on the vector space [ π,π], it is easily checked that C − π if p = q, p, q 1, sin px, sin qx = ≥ 0ifp = q, p, q 1 ≥ π if p = q, p, q 1, cos px, cos qx = ≥ 0ifp = q, p, q 0 ≥ and sin px, cos qx =0, for all p 1andq 0, and of course, ≥π ≥ 1, 1 = π dx =2π. − As a consequence, the family (sin px)p 1 (cos qx)q 0 is orthogonal. ≥ ∪ ≥ It is not orthonormal, but becomes so if we divide every trigonometric function by √π,and1by√2π. 5.2. ORTHOGONALITY 261 Proposition 5.2. Given a Euclidean space E, for any family (ui)i I of nonnull vectors in E, if (ui)i I is or- thogonal, then∈ it is linearly independent. ∈ Proposition 5.3. Given a Euclidean space E, any two vectors u, v E are orthogonal iff ∈ u + v 2 = u 2 + v 2 . One of the most useful features of orthonormal bases is that they afford a very simple method for computing the coordinates of a vector over any basis vector. 262 CHAPTER 5. EUCLIDEAN SPACES Indeed, assume that (e1,...,em)isanorthonormalbasis. For any vector x = x e + + x e , 1 1 ··· m m if we compute the inner product x e ,weget · i x e = x e e + + x e e + + x e e = x , · i 1 1 · i ··· i i · i ··· m m · i i since 1ifi = j, e e = i · j 0ifi = j, is the property characterizing an orthonormal family. Thus, x = x e , i · i which means that xiei =(x ei)ei is the orthogonal projec- tion of x onto the subspace· generated by the basis vector ei. If the basis is orthogonal but not necessarily orthonormal, then x ei x ei xi = · = · 2. ei ei e · i 5.2. ORTHOGONALITY 263 All this is true even for an infinite orthonormal (or or- thogonal) basis (ei)i I. ∈ However, remember that every vector x is expressed as alinearcombination x = xiei i I ∈ where the family of scalars (xi)i I has finite support, ∈ which means that xi =0foralli I J,whereJ is a finite set. ∈ − 264 CHAPTER 5. EUCLIDEAN SPACES Thus, even though the family (sin px)p 1 (cos qx)q 0 is orthogonal (it is not orthonormal, but≥ becomes∪ one≥ if we divide every trigonometric function by √π,and1by √2π;wewon’tbecauseitlooksmessy!),thefactthata function f 0[ π,π]canbewrittenasaFourierseries as ∈C − ∞ f(x)=a0 + (ak cos kx + bk sin kx) k=1 does not mean that (sin px)p 1 (cos qx)q 0 is a basis of this vector space of functions,≥ ∪ because in≥ general, the families (ak)and(bk) do not have finite support! In order for this infinite linear combination to make sense, it is necessary to prove that the partial sums n a0 + (ak cos kx + bk sin kx) k=1 of the series converge to a limit when n goes to infinity. This requires a topology on the space. 5.2. ORTHOGONALITY 265 AveryimportantpropertyofEuclideanspacesoffinite dimension is that the inner product induces a canoni- cal bijection (i.e., independent of the choice of bases) between the vector space E and its dual E∗.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    44 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us