A Brief Introduction to Hilbert Space Frame Theory and Its Applications

A Brief Introduction to Hilbert Space Frame Theory and Its Applications

A BRIEF INTRODUCTION TO HILBERT SPACE FRAME THEORY AND ITS APPLICATIONS PETER G. CASAZZA AND RICHARD G. LYNCH Abstract. This is a short introduction to Hilbert space frame theory and its applications for those outside the area who want to enter the subject. We will emphasize finite frame theory since it is the easiest way to get into the subject. 1. Reading List For a more complete treatment of frame theory we recommend the books of Han, Kornelson, Larson, and Weber [59], Christensen [41], the book of Casazza and Kutyniok [32], the tutorials of Casazza [23, 24] and the memoir of Han and Larson [60]. For a complete treatment of frame theory in time-frequency analysis we recommend the book of Gr¨ochenig [55]. For an introduction to frame theory and filter banks plus applications to engineering we recommend Kovaˇcevi´cand Chebira [64]. Also, a wealth of information can be found at the Frame Research Center's website [53]. 2. The Basics of Hilbert Space Theory Given a positive integer N, we denote by HN the real or complex Hilbert space of dimension N. This is either RN or CN with the inner product given by N X hx; yi = aibi i=1 for x = (a1; a2; ··· ; aN ) and y = (b1; b2; ··· ; bN ) and the norm of a vector x is kxk2 = hx; xi: For x; y 2 HN , kx − yk is the distance from the vector x to the vector y. For future reference, note that in the real case, kx − yk2 = hx − y; x − yi = hx; xi − hx; yi − hy; xi + hy; yi = kxk2 − 2hx; yi + kyk2 and in the complex case we have hx; yi + hy; xi = hx; yi + hx; yi = 2Re hx; yi; where Re c denotes the real part of the complex number c. We will concentrate on finite dimensional Hilbert spaces since it is the easiest way to get started on the subject of frames. Most of these results hold for infinite dimensional Hilbert spaces and at the end we will look at the infinite dimensional case. The next lemma contains a standard trick for calculations. Lemma 2.1. If x 2 HN and hx; yi = 0 for all y 2 HN then x = 0. Proof. Letting y = x we have 0 = hx; yi = hx; xi = kxk2; and so x = 0. M N Definition 2.2. A set of vectors feigi=1 in H is called: The authors were supported by NSF DMS 1307685; and NSF ATD 1042701 and 1321779; AFOSR DGE51: FA9550-11-1- 0245. 1 2 P.G. CASAZZA AND R.G. LYNCH M (1) linearly independent if for any scalars faigi=1, M X aiei = 0 ) ai = 0; for all i = 1; 2; ··· ; M: i=1 Note that this requires ei 6= 0 for all i = 1; 2; ··· ;M. (2) complete (or a spanning set) if M N spanfeigi=1 = H : (3) orthogonal if for all i 6= j, hei; eji = 0: (4) orthonormal if it is orthogonal and unit norm. (5) an orthonormal basis if it is complete and orthonormal. The following is immediate from the definitions. N N Proposition 2.3. If feigi=1 is an orthonormal basis for H , then for every x 2 H we have N X x = hx; eiiei: i=1 From the previous proposition, we can immediately deduce the following useful identity. N N N Proposition 2.4 (Parseval's Identity). If feigi=1 is an orthonormal basis for H , then for every x 2 H , we have N 2 X 2 kxk = jhx; eiij : i=1 Some more basic identities and inequalities for Hilbert space that are frequently used are contained in the next proposition. Proposition 2.5. Let x; y 2 HN . (1) Cauchy-Schwarz Inequality: jhx; yij ≤ kxkkyk; with equality if and only if x = cy for some constant c. (2) Triangle Inequality: kx + yk ≤ kxk + kyk: (3) Polarization Identity: Assuming HN is real, 1 hx; yi = kx + yk2 − kx − yk2 : 4 If HN is complex, then 1 hx; yi = kx + yk2 − kx − yk2 + ikx + iyk2 − ikx − iyk2 : 4 M (4) Pythagorean Theorem: Given pairwise orthogonal vectors fxigi=1, 2 M M X X 2 xi = kxik : i=1 i=1 Proof. (1) The inequality is trivial if y = 0. If y 6= 0, by dividing through the inequality by kyk, we may assume kyk = 1. Now we compute: 0 < kx − hx; yiyk2 = kxk2 − 2hx; yihx; yi + jhx; yij2kyk2 = kxk2 − jhx; yij2 = kxk2kyk2 − jhx; yij2: Note that the strict inequality would be equality if x = cy. FRAMES AND THEIR APPLICATIONS 3 (2) Applying (1) to obtain the second inequality: kx + yk2 = kxk2 + 2Re hx; yi + kyk2 ≤ kxk2 + 2jhx; yij + kyk2 ≤ kxk2 + 2kxkkyk + kyk2 = (kxk + kyk)2: (3) We compute assuming HN is a real Hilbert space: kx + yk2 − kx − yk2 = kxk2 + 2hx; yi + kyk2 − (kxk2 − 2hx; yi + kyk2) = 4hx; yi: The proof in the complex case is similar. (4) Since hxi; xji = 0 for all i 6= j, we have M 2 * M M + X X X xi = xi; xj i=1 i=1 j=1 M X = hxi; xji i;j=1 M X = hxi; xii i=1 M X 2 = kxik : i=1 We now look at subspaces of the Hilbert space. Definition 2.6. Let W; V be subspaces of HN . (1) A vector x 2 HN is orthogonal to W , denoted x ? W if hx; yi = 0 for all y 2 W: The orthogonal complement of W is ? W = fx 2 H : x ? W g: (2) The subspaces W; V are orthogonal, denoted W ? V if W ⊂ V ?, that is, hx; yi = 0 for all x 2 W; y 2 V: A simple calculation shows that W ? is always closed and so if W is closed then W ?? = W . Fundamental to Hilbert space theory are orthogonal projections as defined next. Definition 2.7. An operator P : HN ! HN is called a projection if P 2 = P . It is an orthogonal projection if P is also self-adjoint (See definition 3.3). For any subspace W ⊂ HN , there is an orthogonal projection of H onto W called the nearest point K projection. One way to define it is to pick any orthonormal basis feigi=1 for W and define K X P x = hx; eiiei: i=1 Note that for all j = 1; 2; ··· ;K we have K K X X hP x; eji = hx; eiiei; ej = hx; eiihei; eji = hx; eji: i=1 i=1 We need to check that this operator is well defined, that is, we must show it is independent of the choice of basis. 4 P.G. CASAZZA AND R.G. LYNCH K K Lemma 2.8. If feigi=1 and fgigi=1 are orthonormal bases for W , then K K X X hx; eiiei = hx; giigi: i=1 i=1 Proof. We compute: K K * K + X X X hx; eiiei = x; hei; gjigj ei i=1 i=1 j=1 0 K 1 X = @ hei; gjihx; gjiA ei i;j=1 K * K + X X = hx; gjigj; ei ei i=1 j=1 K X = hx; gjigj: j=1 In this case, Id − P is also an orthogonal projection onto W ?. This projection maps each vector in HN onto the unique nearest vector to x in W . In particular, kP xk ≤ kxk for all x 2 H. Proposition 2.9. Let P be an orthogonal projection onto a subspace W . Then kx − P xk ≤ kx − yk; for all y 2 W: K Proof. Choose an orthonormal basis feigi=1 for W . Then Re hx; yi ≤ jhx; yij K X = hx; eiihy; eii i=1 K X = hP x; eiihy; eii i=1 K !1=2 K !1=2 X 2 X 2 ≤ jhP x; eiij jhy; eiij i=1 i=1 ≤ kP xkkyk 1 ≤ (kP xk2 + kyk2) 2 Therefore, kx − yk2 = kxk2 + kyk2 − 2Re hx; yi ≥ kxk2 + kyk2 − (kP xk2 + kyk2) = kxk2 − kP xk2 = kxk2 + kP xk2 − 2kP xk2 = kxk2 + kP xk2 − 2hP x; P xi = kxk2 + kP xk2 − 2hP x; xi 2 = kx − P xk : Another important concept is taking orthogonal sums of subspaces of a Hilbert space. FRAMES AND THEIR APPLICATIONS 5 N Definition 2.10. If fWigi2I (the index set I is allowed to be infinite) are subspaces of a Hilbert space H , their orthogonal direct sum is ! X X 2 ⊕Wi = (xi)i2I : xi 2 Wi; and kxik < 1 i2I i2I `2 and inner product defined by X (xi)i2I ; (yi)i2I = hxi; yii: i2I It follows that 2 X 2 (xi)i2I = kxik : i2I 3. The Basics of Operator Theory Definition 3.1. A linear operator T : HN ! HK between Hilbert spaces HN and HK satisfies: N T (ax + by) = aT (x) + bT (y) for all x; y 2 H and scalars a,b: The norm of the operator is kT k = sup kT xk kxk=1 = sup kT xk kxk≤1 kT xk = sup : x6=0 kxk From the definition, for all x 2 HN we have kT xk ≤ kT kkxk. Furthermore, if T : HN1 ! HN2 and S : HN2 ! HN3 then kST xk ≤ kSkkT xk ≤ kSkkT kkxk showing that kST k ≤ kSkkT k: Linear operators on finite spaces can always be represented as a matrix, so we can work with linear operators and their matrices interchangeably. N K N N Definition 3.2. Let T : H ! H be a linear operator, let feigi=1 be an orthonormal basis for H and K K let fgjgj=1 be an orthonormal basis for H . The matrix representation of T (with respect to these orthonormal bases) is T = [aij]1≤i≤N;1≤j≤K where aij = hT ei; gji: The following definition holds some fundamental concepts that we often work with when dealing with linear operators.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    40 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