Finite-dimensional spaces. C n is the space of n-tuples x = (x 1,..., x n ) of complex numbers. It is a Hilbert space with the inner product

Size: px
Start display at page:

Download "Finite-dimensional spaces. C n is the space of n-tuples x = (x 1,..., x n ) of complex numbers. It is a Hilbert space with the inner product"

Transcription

1 Chapter 4 Hilbert Spaces 4.1 Inner Product Spaces Inner Product Space. A complex vector space E is called an inner product space (or a pre-hilbert space, or a unitary space) if there is a mapping (, ) : E E C, called an inner product, that satisfies the conditions: x, y, z E, α C: 1. (x, x) 0 2. (x, x) = 0 if and only if x = 0 3. (x, y + z) = (x, y) + (x, z) 4. (x, αy) = α(x, y) 5. (x, y) = (y, x) Finite-dimensional spaces. C n is the space of n-tuples x = (x 1,..., x n ) of complex numbers. It is a Hilbert space with the inner product (x, y) = n x j y j j=1 Orthogonal Vectors. Let E be an inner product space. Two vectors x, y E are orthogonal if (x, y) = 0. Notation. The orthogonality of the vectors x and y is denoted by x y 61

2 62 CHAPTER 4. HILBERT SPACES The relation is symmetric, that is, if x y then y x. Examples. Spaces of sequences The spaces of sequences l 0 (sequences with zero tails) and l 2 (sequences with finite 2 norm) are 0inner product spaces with the inner product Spaces of functions (x, y) = x j y j The space C([a, b]) is an inner product space with the inner product ( f, g) = The space C 0 (R) (continuous functions with compact support) is an inner product space with the inner product ( f, g) = f g Spaces of square integrable functions j=1 b The space L 2 ([a, b]) is inner product space with the inner product ( f, g) = a R b The space L 2 (R) is and inner product space with the inner product ( f, g) = f g L 2 ([a, b], µ) (space of square integrable functions with the measure µ) with the inner product ( f, g) = a b a R f g f g µ f g, where µ is an almost everywhere positive measurable function, µ > 0. mathphys15.tex; October 28, 2015; 15:35; p. 60

3 4.1. INNER PRODUCT SPACES 63 L 2 (R, µ) (space of square integrable functions with the measure µ) with the inner product ( f, g) = µ f g, where µ > 0 almost everywhere. Let Ω be an open set in R n (in particular, Ω can be the whole R n ). The space L 2 (Ω) is the set of complex valued functions such that f 2 <. It is an inner product space with the inner product ( f, g) = f g L 2 (R n ) with the inner product ( f, g) = Ω Let Ω be an open set in R n (in particular, Ω can be the whole R n ) and V be a finite-dimensional vector space. Let, be the inner product on the vector space V. The space L 2 (Ω, V, µ) is the set of vector valued functions f = ( f 1,..., f N ) on Ω such that R Ω R n f g µ f, f = µ Ω Ω N f i 2 <. i=1 It is an inner product space with the inner product ( f, g) = µ f, g = µ Ω Ω N i=1 f i g i Real Inner Product Spaces. The inner product in a real inner product space is symmetric. mathphys15.tex; October 28, 2015; 15:35; p. 61

4 64 CHAPTER 4. HILBERT SPACES Direct Sum of Inner Product Spaces. Let E 1 and E 2 be inner product spaces. The direct sum E = E 1 E 2 of E 1 and E 2 is an inner product space of ordered pairs z = (x, y) with x E 1 and y E 2 with the inner product defined by (z 1, z 2 ) E = (x 1, x 2 ) E1 + (y 1, y 2 ) E2. Tensor Products of Inner Product Spaces. Let E 1 and E 2 be inner product spaces. For each ϕ 1 E 1 and ϕ 2 E 2 let ϕ 1 ϕ 2 denote the conjugate bilinear form on E 1 E 2 defined by where ψ 1 E 1 and ψ 2 E 2. (ϕ 1 ϕ 2 )(ψ 1, ψ 2 ) = (ψ 1, ϕ 1 ) E1 (ψ 2, ϕ 2 ) E2 Let E = E 1 E 2 be the set of finite linear combinations of such bilinear forms. An inner product on E can be defined by (ϕ ψ, η µ) E = (ϕ, η) E1 (ψ, µ) E2 (with ϕ, η E 1 and ψ, µ E 2 ) and extending by linearity on E. Fock Space. Let E be an inner product space. The space is called the Fock space over E. F(E) = C E E } {{ } n Norm in an Inner Product Space. Let E be an inner product space. The norm in E is a functional : E R defined by x = (x, x). Theorem Every inner product space is a normed space with the norm x = (x, x) and a metric space with the metric d(x, y) = (x y, x y). Theorem Schwarz s Inequality. Let E be an inner product space. Then for any x, y E we have (x, y) x y. mathphys15.tex; October 28, 2015; 15:35; p. 62

5 4.1. INNER PRODUCT SPACES 65 The equality (x, y) = x y holds if and only if x and y are linearly dependent. Proof: 1. Corollary Triangle Inequality. Let E be an inner product space. Then for any x, y E we have Proof: x + y x + y. 1. Theorem Parallelogram Law. Let E be an inner product space. Then for any x, y E we have x + y 2 + x y 2 = 2 ( x 2 + y 2) Proof: 1. Theorem Pythagorean Theorem. Let E be an inner product space. If two vectors x, y E are orthogonal then x + y 2 = x 2 + y 2. Proof: 1. Examples. mathphys15.tex; October 28, 2015; 15:35; p. 63

6 66 CHAPTER 4. HILBERT SPACES 4.2 Hilbert Spaces Hilbert Space. An inner product space is called a Hilbert space if it is complete as a normed space. Examples. C n is complete. Spaces of sequences The space l 2 of square summable sequences is complete. Proved before. The space l 0 of sequences with vanishing tails is not complete. Counterexample. Spaces of continuous functions C([a, b]) is not complete. Counterexample. C 0 (R) (space of continuous functions with compact support) is not complete. Counterexample. Spaces of square integrable functions. Remark. For any f, g L 2 (Ω) there holds ( f, g) f g 1 f 2 g 2 If Ω is compact then for any f L 2 (Ω) f 1 [µ(ω)] 1/2 f 2 Theorem Proof: The space L 2 ([a, b]) is complete. 1. Take a Cauchy sequence f n in L 2 so that as n, m. f n f m 2 0 mathphys15.tex; October 28, 2015; 15:35; p. 64

7 4.2. HILBERT SPACES By Schwarz (or Hoelder) inequality f n f m 1 (b a) f n f m 2 0 as n, m. 3. So, f n is Cauchy in L Since L 1 is complete it converges to some f L Then there is a subsequence f pn convergent to f (almost everywhere). 6. Clearly, the subsequence f pn is Cauchy in L 2, f pn f pm 2 0 as n, m. 7. Therefore, as m f pn f 2 0 as n. 8. Therefore, f L Finally, f f n 2 f f pn 2 + f pn f n Therefore, f n f. Theorem The space L 2 (R) is complete. Proof. Idea: Construct a subsequence of a Cauchy sequence in L 2 (R) that converges almost everywhere by a diagonal argument. 1. Let f n be a Cauchy sequence in L 2 (R). 2. Then f n is Cauchy in L 2 ([ 1, 1]). 3. Then it has a subsequence f 1,n that converges in [ 1, 1] almost everywhere. 4. Since f 1,n is Cauchy in L 2 ([ 2, 2]) it has a subsequence f 2,n that converges in [ 2, 2] almost everywhere. 5. Then the subsequence f n,n of f n converges in R almost everywhere to some f. mathphys15.tex; October 28, 2015; 15:35; p. 65

8 68 CHAPTER 4. HILBERT SPACES 6. Then, one shows that f L 2 (R) and f n f in L 2 (R). Theorem Let µ be a measurable function on [a, b] positive almost everywhere. The space L 2 ([a, b], µ) is complete. Proof. Rescale functions by µ. More generally, Theorem The space L 2 (Ω, µ, V) is complete. Sobolev Spaces Let Ω be an open set in R n (in particular, Ω can be the whole R n ) and V a finite-dimensional complex vector space. Let C m (Ω, V) be the space of complex vector valued functions that have continuous partial derivatives of all orders less or equal to m. Let α = (α 1,..., α n ), α j Z +, be a multiindex of nonnegative integers, α i 0, and let Define α = α α n. D α f = α x α 1 1 xα n n Then f C m (V, Ω) iff α, α m, i = 1,..., N, x Ω we have D α f i (x) <. The space H m (Ω, V) is the space of complex vector valued functions such that α, α m, D α f L 2 (Ω, V) i.e. such that α, α m, Ω dx D α f, D α f = Ω f. N D α f i (x) 2 dx <. i=1 mathphys15.tex; October 28, 2015; 15:35; p. 66

9 4.2. HILBERT SPACES 69 It is an inner product space with the inner product ( f, g) = α, α m Ω D α f, D α g = α, α m Ω N i=1 D α f i D α g i The Sobolev space H m (Ω, V) is the completion of the space H m (Ω, V) defined above Strong and Weak Convergence Strong Convergence. A sequence (x n ) of vectors in an inner product space E is strongly convergent to a vector x E if Notation. x n x. lim n x n x = 0 Theorem Let E be an inner product space. Then for every y E the linear functional ϕ y : E C defined by ϕ y (x) = (y, x) x E is continuous (and, therefore, bounded). Proof: Use Schwarz inequality. Weak Convergence. A sequence (x n ) of vectors in an inner product space E is weakly convergent to a vector x E if for any y E lim n (y, x n x) = 0 Notation. x n w x Theorem A strongly convergent sequence is weakly convergent to the same limit. Proof: Use Schwarz inequality. Converse is not true. Counterexample later. mathphys15.tex; October 28, 2015; 15:35; p. 67

10 70 CHAPTER 4. HILBERT SPACES Theorem Let (x n ) be a sequence in an inner product space E and x E. Suppose that 1. x n w x and 2. x n x. Then x n x. Proof: Easy. Theorem Let S be a subset of an inner product space E such that span S is dense in E, (x n ) be a bounded sequence in E and x E. Suppose that for any y S, lim n (y, x n x) = 0. Then x n w x. Proof: Let z E. Then there is y m span S such that y m z. Then converges to zero as n, m. (x n x, z) = (x n x, y m ) + (x n x, z y m ) w It is possible that x n x but xn does not converge to x. But at least the sequence x n has to be bounded. Theorem Weakly convergent sequences in a Hilbert space are bounded. Proof: Read in functional analysis books. 4.3 Orthogonal and Orthonormal Systems Orthogonal and Orthonormal Systems. Let E be an inner product space. A set S of vectors in E is called an orthogonal system if any pair of distinct vectors in S is orthogonal to each other. An orthogonal system of unit vectors is an orthonormal system. Every orthogonal system can be made orthonormal. mathphys15.tex; October 28, 2015; 15:35; p. 68

11 4.3. ORTHOGONAL AND ORTHONORMAL SYSTEMS 71 Let S be a set of vectors in E. We say that x S if x y for any y S. If x S then x span S. The orthogonal complement of S is the space S = {x E x S } Theorem Orthogonal systems are linearly independent. Proof: Easy. Orthonormal Sequence. A sequence of vectors which is an orthonormal system is an orthonormal sequence; then (x n, x m ) = δ nm Examples. 1. Canonical basis in l 2. (e n ) i = (δ i n) 2. Fourier basis. The functions f n (x) = 1 2π e inx are orthonormal in L 2 ([ π, π]). 3. Legendre polynomials. P n (x) = 1 2 n n! n x(x 2 1) n Show that the functions f n = n P n are orthonormal in L 2 ([ 1, 1]). mathphys15.tex; October 28, 2015; 15:35; p. 69

12 72 CHAPTER 4. HILBERT SPACES 4. Hermite polynomials. H n = ( 1) n e x2 n xe x2 Show that the functions f n (x) = ( ) 1 2n n!π exp x2 H n (x) 1/4 2 are orthonormal in L 2 (R). Any orthogonal sequence can be always made orthonormal. Gram-Schmidt orthonormalization process. Any sequence of linearly independent vectors can be made orthonormal. 1. Let (y n ) be a linearly independent sequence. 2. Let z n = y n y n 3. Recall that for any orthonormal sequence e n the operator P n defined by n 1 P n = I e k e k or k=1 n 1 P n x = x (e k, x)e k is the projections to the orthogonal complement of span {e 1,..., e n 1 }. 4. Then the sequence (e n ) defined by k=1 e 1 = z 1, n 1 e n = P n z n = z n (e k, z n )e k k=1 is orthonormal. mathphys15.tex; October 28, 2015; 15:35; p. 70

13 4.3. ORTHOGONAL AND ORTHONORMAL SYSTEMS Properties of Orthonormal Systems Theorem Pythagorean Formula. Let E be an inner product space and {x n } N be an orthogonal set in E. Then 2 N N x n = x n 2 Proof: By induction. Theorem Bessel s Equality and Inequality. Let E be an inner product space and {e n } N be an orthonormal set in E. Then x E N 2 x 2 = x n 2 + N x x n e n and where x n = (e n, x). Proof: N x n 2 x 2 Remarks. Let (e n ) be an orthonormal sequence in an inner product space E. The complex numbers x n = (e n, x) are called the generalized Fourier coefficients of x with respect to the orthonormal sequence (e n ). An orthonormal sequence (e n ) in E induces a mapping ϕ : E l 2 defined by ϕ(x) = x = (x n ) The sequence of Fourier coefficients x = (x n ) is square summable, that is x l 2 since for any x E x n 2 x 2 and, therefore, this series converges. mathphys15.tex; October 28, 2015; 15:35; p. 71

14 74 CHAPTER 4. HILBERT SPACES The expansion x x n e n is called the generalized Fourier series of x. The question is whether the mapping ϕ is bijective and whether the Fourier series converges. Theorem Let (e n ) be an orthonormal sequence in a Hilbert space H and (x n ) be a sequence of complex numbers. Then the series x n e n converges if and only if (x n ) l 2, that is, the series x n 2 converges. In this case 2 x n e n = x n 2 Proof: By Pythagorean theorem 2 m x k e k = k=n m x k 2 k=n Fourier series of any x H in a Hilbert space H converges. Fourier series of x may converge to a vector different from x! Example. Let (e n ) be an orthonormal sequence. Then f n = e 2n is also orthonormal. Let x = e 1. Then x n = ( f n, x) = 0 and 0 = x n f n x. Let (e n ) be an orthonormal sequence in an inner product space E. The sequence of Fourier coefficients x n = (e n, x) is square summable, and, therefore, lim (e n, x) = 0 x E n Thus, every orthonormal sequence weakly converges to zero. Orthonormal sequences are not strongly convergent since e n = 1 n Z +. mathphys15.tex; October 28, 2015; 15:35; p. 72

15 4.3. ORTHOGONAL AND ORTHONORMAL SYSTEMS 75 Complete Orthonormal Sequence. Let E be an inner product space. An orthonormal sequence (e n ) in E is complete if x E the Fourier series of x converges to x, that is, x = x n e n, more explicitly, lim n n x x k e k = 0 Example. L 2 ([ π, π]) does not imply pointwise convergence. k=1 Orthonormal Basis. Let E be an inner product space. An orthonormal system B in E is an orthonormal basis if for any x E there exists a unique orthonormal sequence (e n ) in B and a unique sequence (x n ) of nonzero complex numbers such that x = x n e n. Remarks. A complete orthonormal sequence in an inner product space is an orthonormal basis. Let E be an inner product space and (e n ) be a complete orthonormal sequence. Then the set S = span {e n n Z + } is dense in E. Theorem Let H be a Hilbert space. An orthonormal sequence (e n ) in H is complete if and only if the only vector orthogonal to this sequence is the zero vector, that is, span {e n n Z + } = {0}. Proof: Easy. To prove converse, let y = n(e n, x)e n. Then (x y, e n ) = 0. So, x = y. mathphys15.tex; October 28, 2015; 15:35; p. 73

16 76 CHAPTER 4. HILBERT SPACES Theorem Parseval s Formula. Let H be a Hilbert space. An orthonormal sequence (e n ) in H is complete if and only if x H x 2 = x n 2 where x n = (e n, x). Proof: Use Bessel equality. Theorem Let H 1 and H 2 be Hilbert spaces. If {ϕ k } and {ψ l } are orthonormal bases for H 1 and H 2 respectively, then {ϕ k ψ l } is an orthonormal basis for the tensor product H 1 H 2. Examples. The sequence f n (x) = 1 2π e inx, n Z is orthonormal and complete in L 2 ([ π, π]). Proof later. The sequence g 0 = 1 2π, g n (x) = 1 2π cos(nx), f n (x) = 1 2π sin(nx), n Z + is orthonormal and complete in L 2 ([ π, π]). Proof later. The sequence h 0 = 1 π, h n (x) = 2 π cos(nx), n Z + is orthonormal and complete in L 2 ([0, π]). Proof later. The sequence ψ n (x) = 2 sin(nx), n = 0, 1, 2,..., π is orthonormal and complete in L 2 ([0, π]). Proof later. mathphys15.tex; October 28, 2015; 15:35; p. 74

17 4.4. SEPARABLE HILBERT SPACES Separable Hilbert Spaces Separable Spaces. An infinite-dimensional Hilbert space is separable if it contains a complete orthonormal sequence. Examples. L 2 ([ π, π]) l 2 Example (Non-separable Hilbert Space). Let H be the space of all complex valued functions f : R C on R such that they vanish everywhere except a countable number of points in R and f (x) 2 <. f (x) 0 Define the inner product by (g, f ) = f (x)g(x) 0 ḡ(x) f (x). Let f n be an orthonormal sequence in H. Then there are non-zero functions f such that ( f, f n ) = 0 for all n Z +. Therefore, f n cannot be complete and H is not separable. Theorem Let H be a separable Hilbert space. Then H contains a countable dense subset. Proof: 1. Let (e n ) be a complete orthonormal sequence in H. 2. Define the set n S = (α k + iβ k )e k α k, β k Q, n Z + 3. Then S is countable. 4. Also, x H, k=1 lim n n (e k, x)e k x = 0. k=1 mathphys15.tex; October 28, 2015; 15:35; p. 75

18 78 CHAPTER 4. HILBERT SPACES 5. Therefore, S is dense in H. Theorem Let H be a separable Hilbert space. Then every orthogonal set S in H is countable. Proof: 1. Let S be an orthogonal set in H. 2. Let 3. Then x, y S 1, x y, S 1 = { } x x x S. x y 2 = Consider the collection of balls B ε (x) with ε = 2 1/2 /3 for every x S Then, for any x, y S 1, if x y, then the corresponding balls are disjoint, B ε (x) B ε (y) =. 6. Since H is separable, it has a countable dense subset A. 7. Since A is dense in H it must have at least one point in every ball B ε (x). 8. Therefore, S 1 must be countable. 9. Thus S is countable. Unitary Linear Transformations. Let H 1 and H 2 be Hilbert spaces. A linear map T : H 1 H 2 is unitary if x, y H 1 (T(x), T(y)) H2 = (x, y) H1. Hilbert Space Isomorphism. Let H 1 and H 2 be Hilbert spaces. Then H 1 is isomorphic to H 2 if there exists a linear unitary bijection T : H 1 H 2 (called a Hilbert space isomorphism). Remark. Every Hilbert space isomorphism has unit norm T = 1. mathphys15.tex; October 28, 2015; 15:35; p. 76

19 4.5. TRIGONOMETRIC FOURIER SERIES 79 Theorem Every infinite-dimensional separable Hilbert space is isomorphic to l 2. Proof: 1. Let (e n ) be a complete orthonormal sequence in H. 2. Let x H. 3. Let x n = (e n, x). 4. This defines a linear bijection T : H l 2 by 5. Let x, y H. 6. Then 7. On another hand (x, y) H = ( T(x) = (x n ). (T(x), T(y)) l 2 = x n e n, y) = x n y n x n (e n, y) = x n y n 8. Therefore T is unitary, and is, therefore, an isomorphism from H onto l 2. Remarks. Isomorphism of Hilbert spaces is an equivalence relation. All separable infinite-dimensional Hilbert spaces are isomorphic. 4.5 Trigonometric Fourier Series Consider the Hilbert space L 2 ([ π, π]). The sequence ϕ n (x) = 1 2π e inx, n Z is an orthonormal sequence in L 2 ([ π, π]). mathphys15.tex; October 28, 2015; 15:35; p. 77

20 80 CHAPTER 4. HILBERT SPACES Note that L 2 L 1. Consider the space L 1 ([ π, π]). Identify the elements of L 1 ([ π, π]) with 2π periodic functions on R. Then for any f L 1 ([ π, π]), π π dt f (t) = π For any k Z + let P n be the projections such that where is the integral kernel of P k. π P k = ϕ k ϕ k (P k f )(x) = (ϕ k, f )ϕ k (x) = dt f (t x) π π P k (x) = 1 2π eikx Let G k be the projections (not orthogonal) dt P k (x t) f (t) with the integral kernel G j = j k= j G j (x) = 1 2π P k j k= j e ikx Also define the sequence of operators K n = 1 n G j = 1 n + 1 n + 1 with the integral kernel K n (x) = called the Fejer s kernel. j=0 1 2π(n + 1) n (n + 1 k )P k k= n n (n + 1 k ) e ikx k= n mathphys15.tex; October 28, 2015; 15:35; p. 78

21 4.5. TRIGONOMETRIC FOURIER SERIES 81 Lemma We have K n (x) = Proof: Direct calculation. 1 sin [ ] 2 (n + 1) x 2 2π(n + 1) sin ( ) 2 x 2 A sequence K n of 2π-periodic continuous functions is a summability kernel if it satisfies the conditions: 1. π dt K n (t) = 1, n Z + π 2. There is M R such that n Z + 3. For any δ (0, π) π π lim n dt K n (t) M, 2π δ A summability kernel converges formally to δ lim K n(x) = n dt K n (t) = 0 δ(x 2πk) k= Theorem Let (K n ) be a summability kernel. Then for any f L 1 ([ π, π]) the sequence F n = K n f strongly converges to f in L 1 norm, that is, lim F n f = lim (K n I) f = 0 n n Proof: Use the properties of the summability kernel. Basically because K n I (delta function). Lemma The Fejer s kernel is a summability kernel. Proof: Direct calculation. mathphys15.tex; October 28, 2015; 15:35; p. 79

22 82 CHAPTER 4. HILBERT SPACES Theorem Let f L 1 ([ π, π]). If all Fourier coefficients f n = (ϕ n, f ) vanish, then f = 0 almost everywhere. Proof: Let F n = K n f. Suppose f n = 0. Then F n = 0. Since F n f, then f a.e. = 0. Theorem The sequence ϕ n (x) = 1 2π e inx, n Z is a complete orthonormal sequence, (an orthonormal basis), in L 2 ([ π, π]). Proof: Let f L 2. Then f L 1. Suppose (ϕ n, f ) = 0. Then f a.e. = 0. That is, f = 0 in L 2. Let f L 2 ([ π, π]). The series where f (x) = f n = π π n= f n ϕ n (x), dt ϕ n (t) f (t), is the Fourier series. The scalars f n are the Fourier coefficients. Fourier series does not converge pointwise! Fourier series of a function f L 2 ([ π, π]) converges almost everywhere. 4.6 Orthonormal Complements and Projection Theorem A subspace of a Hilbert space is an inner product space. A closed subspace of a Hilbert space is a Hilbert space. Orthogonal Complement. Let H be a Hilbert space and S H be a nonempty subset of H. We say that x H is orthogonal to S, denoted by x S, if y S, (x, y) = 0. mathphys15.tex; October 28, 2015; 15:35; p. 80

23 4.6. ORTHONORMAL COMPLEMENTS AND PROJECTION THEOREM 83 The set S = {x H x S } of all vectors orthogonal to S is called the orthogonal complement of S. Two subsets A and B of H are orthogonal, denoted by A B, if every vector of A is orthogonal to every vector of B. If x H, then x = 0, that is If A B, then A B = {0} or. H = {0}, {0} = H. Orthogonal decomposition. If every element of H can be uniquely represented as the sum of an element of S and an element of S, then H is the direct sum of S and S, which is denoted by H = S S The union of a basis of S and a basis of S gives a basis of H. Orthogonal projection. An orthogonal decomposition H = S S induces a projection map P : H S defined by where y S and z S. Examples. P(y + z) = y, Theorem The orthogonal complement of any subset of a Hilbert space is a Hilbert subspace. Proof: 1. Let H be a Hilbert space and S H. 2. Check directly that S is a vector subspace. 3. Claim: S is closed. 4. Let (x n ) be a sequence in S such that x n x H. mathphys15.tex; October 28, 2015; 15:35; p. 81

24 84 CHAPTER 4. HILBERT SPACES 5. Then y S 6. Thus x S. Remarks. (x, y) = lim n (x n, y) = 0. S does not have to be a vector subspace. Theorem Orthogonal Projection. Let H be a Hilbert space and S be a closed subspace of H. Then H = S S. Proof: We need to show that x H there exist unique y S and z S such that x = y + z. 1. Let (e i, f j ) be an orthonormal basis in H such that e i S and f j S. 2. Let x H. Then 3. Let 4. Then x = y i e i + i=1 y = z = z j f j. j=1 y i e i i=1 z j f j j=1 x = y + z Theorem Let H be a Hilbert space and S be a closed subspace of H. Then (S ) = S. Proof: mathphys15.tex; October 28, 2015; 15:35; p. 82

25 4.7. LINEAR FUNCTIONALS AND THE RIESZ REPRESENTATION THEOREM85 1. Let x S. 2. Then x S, or x S. 3. So, S S. 4. Let x S. 5. Since S is closed, there exist y S and z S such that x = y + z. 6. Then y S. 7. Since S is a vector space, z = x y S. 8. Since z S and z S. 9. Thus, z = 0, and x = y S. 10. Therefore, S S. 4.7 Linear Functionals and the Riesz Representation Theorem A linear functional on a Hilbert space H is a linear map F : H C. Examples. C 0 (R) F( f ) = f (x 0 ) Note that there is no g C 0 such that F( f ) = (g, f ) L 2 ([a, b]) l 2 0. F(x) = There is no y = (y n ) such that F(x) = (y, x). x n n mathphys15.tex; October 28, 2015; 15:35; p. 83

26 86 CHAPTER 4. HILBERT SPACES g is a linear bounded functional defined by ϕ g ( f ) = (g, f ) with the norm ϕ g = g Let x 0 (a, b). Then ϕ( f ) = f (x 0 ) is a linear but unbounded functional. Remarks. The set H of all bounded linear functionals on a Hilbert space is a Banach space, called the dual space. The dual space H of a Hilbert space H is isomorphic to H. If f = 0, then the null space N( f ) = E, and, therefore, (N( f )) = {0} and dim(n( f )) = 0. Lemma Let E be an inner product space and f : E C be a nonzero bounded linear functional on E. Then the orthogonal complement of the null space dim(n( f )) = 1. Proof: 1. Since f is bounded and linear it is continuous. 2. Therefore, N( f ) is a closed subspace of E. 3. Thus, (N( f )) is not empty. 4. Let x, y (N( f )) be two nonzero vectors. 5. Then f (x) 0 and f (y) Therefore, there exists α 0 C such that f (x + αy) = Hence, x + αy N( f ). 8. Since x, y (N( f )), we also have x + αy (N( f )). 9. Thus x + αy = Therefore, x and y are linearly dependent, and, therefore, dim(n( f )) = 1. mathphys15.tex; October 28, 2015; 15:35; p. 84

27 4.7. LINEAR FUNCTIONALS AND THE RIESZ REPRESENTATION THEOREM87 There holds E = N( f ) (N( f )) Theorem Riesz Representation Theorem. Let H be a Hilbert space and f : H C be a bounded linear functional on H. There exists a unique x 0 H such that f (x) = (x 0, x) for all x H. Moreover, Proof: 1. (I). Existence. If f = 0, then x 0 = Suppose f Then dim(n( f )) = Let u (N( f )). 5. Then x H, f = x 0. x = y + z where y = x (x, u)u N( f ) and z = (x, u)u (N( f )). 6. Therefore, f (y) = Further, where f (x) = f (z) = (x, u) f (u) = (x, x 0 ), x 0 = ( f (u)) u. 8. (II). Uniqueness. Suppose there exists x 0 and x 1 such that x H f (x) = (x, x 0 ) = (x, x 1 ). 9. Then x H (x, x 0 x 1 ) = Thus, (x 0 x 1 ) H = {0}. 11. So, x 0 = x 1. mathphys15.tex; October 28, 2015; 15:35; p. 85

28 88 CHAPTER 4. HILBERT SPACES 12. Finally, we have f = sup x 0 f (x) x = sup (x, x 0 ) x 0 x x On another hand f (x 0 ) x 0 = (x 0, x 0 ) x 0 = x Thus, f = x 0. Theorem Let H be a Hilbert space and S be a subspace of H. Let f : S C be a bounded linear functional on S. There exists a unique linear functional g : H C such that g(x) = f (x) for all x S and g = f. Proof: Use Riesz theorem. mathphys15.tex; October 28, 2015; 15:35; p. 86

96 CHAPTER 4. HILBERT SPACES. Spaces of square integrable functions. Take a Cauchy sequence f n in L 2 so that. f n f m 1 (b a) f n f m 2.

96 CHAPTER 4. HILBERT SPACES. Spaces of square integrable functions. Take a Cauchy sequence f n in L 2 so that. f n f m 1 (b a) f n f m 2. 96 CHAPTER 4. HILBERT SPACES 4.2 Hilbert Spaces Hilbert Space. An inner product space is called a Hilbert space if it is complete as a normed space. Examples. Spaces of sequences The space l 2 of square

More information

Recall that any inner product space V has an associated norm defined by

Recall that any inner product space V has an associated norm defined by Hilbert Spaces Recall that any inner product space V has an associated norm defined by v = v v. Thus an inner product space can be viewed as a special kind of normed vector space. In particular every inner

More information

Inner Product Spaces An inner product on a complex linear space X is a function x y from X X C such that. (1) (2) (3) x x > 0 for x 0.

Inner Product Spaces An inner product on a complex linear space X is a function x y from X X C such that. (1) (2) (3) x x > 0 for x 0. Inner Product Spaces An inner product on a complex linear space X is a function x y from X X C such that (1) () () (4) x 1 + x y = x 1 y + x y y x = x y x αy = α x y x x > 0 for x 0 Consequently, (5) (6)

More information

Your first day at work MATH 806 (Fall 2015)

Your first day at work MATH 806 (Fall 2015) Your first day at work MATH 806 (Fall 2015) 1. Let X be a set (with no particular algebraic structure). A function d : X X R is called a metric on X (and then X is called a metric space) when d satisfies

More information

Analysis Preliminary Exam Workshop: Hilbert Spaces

Analysis Preliminary Exam Workshop: Hilbert Spaces Analysis Preliminary Exam Workshop: Hilbert Spaces 1. Hilbert spaces A Hilbert space H is a complete real or complex inner product space. Consider complex Hilbert spaces for definiteness. If (, ) : H H

More information

I teach myself... Hilbert spaces

I teach myself... Hilbert spaces I teach myself... Hilbert spaces by F.J.Sayas, for MATH 806 November 4, 2015 This document will be growing with the semester. Every in red is for you to justify. Even if we start with the basic definition

More information

1. Subspaces A subset M of Hilbert space H is a subspace of it is closed under the operation of forming linear combinations;i.e.,

1. Subspaces A subset M of Hilbert space H is a subspace of it is closed under the operation of forming linear combinations;i.e., Abstract Hilbert Space Results We have learned a little about the Hilbert spaces L U and and we have at least defined H 1 U and the scale of Hilbert spaces H p U. Now we are going to develop additional

More information

Inner products. Theorem (basic properties): Given vectors u, v, w in an inner product space V, and a scalar k, the following properties hold:

Inner products. Theorem (basic properties): Given vectors u, v, w in an inner product space V, and a scalar k, the following properties hold: Inner products Definition: An inner product on a real vector space V is an operation (function) that assigns to each pair of vectors ( u, v) in V a scalar u, v satisfying the following axioms: 1. u, v

More information

4 Hilbert spaces. The proof of the Hilbert basis theorem is not mathematics, it is theology. Camille Jordan

4 Hilbert spaces. The proof of the Hilbert basis theorem is not mathematics, it is theology. Camille Jordan The proof of the Hilbert basis theorem is not mathematics, it is theology. Camille Jordan Wir müssen wissen, wir werden wissen. David Hilbert We now continue to study a special class of Banach spaces,

More information

Real Analysis Notes. Thomas Goller

Real Analysis Notes. Thomas Goller Real Analysis Notes Thomas Goller September 4, 2011 Contents 1 Abstract Measure Spaces 2 1.1 Basic Definitions........................... 2 1.2 Measurable Functions........................ 2 1.3 Integration..............................

More information

HILBERT SPACES AND THE RADON-NIKODYM THEOREM. where the bar in the first equation denotes complex conjugation. In either case, for any x V define

HILBERT SPACES AND THE RADON-NIKODYM THEOREM. where the bar in the first equation denotes complex conjugation. In either case, for any x V define HILBERT SPACES AND THE RADON-NIKODYM THEOREM STEVEN P. LALLEY 1. DEFINITIONS Definition 1. A real inner product space is a real vector space V together with a symmetric, bilinear, positive-definite mapping,

More information

Functional Analysis. Martin Brokate. 1 Normed Spaces 2. 2 Hilbert Spaces The Principle of Uniform Boundedness 32

Functional Analysis. Martin Brokate. 1 Normed Spaces 2. 2 Hilbert Spaces The Principle of Uniform Boundedness 32 Functional Analysis Martin Brokate Contents 1 Normed Spaces 2 2 Hilbert Spaces 2 3 The Principle of Uniform Boundedness 32 4 Extension, Reflexivity, Separation 37 5 Compact subsets of C and L p 46 6 Weak

More information

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms.

Vector Spaces. Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms. Vector Spaces Vector space, ν, over the field of complex numbers, C, is a set of elements a, b,..., satisfying the following axioms. For each two vectors a, b ν there exists a summation procedure: a +

More information

Hilbert spaces. 1. Cauchy-Schwarz-Bunyakowsky inequality

Hilbert spaces. 1. Cauchy-Schwarz-Bunyakowsky inequality (October 29, 2016) Hilbert spaces Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/fun/notes 2016-17/03 hsp.pdf] Hilbert spaces are

More information

David Hilbert was old and partly deaf in the nineteen thirties. Yet being a diligent

David Hilbert was old and partly deaf in the nineteen thirties. Yet being a diligent Chapter 5 ddddd dddddd dddddddd ddddddd dddddddd ddddddd Hilbert Space The Euclidean norm is special among all norms defined in R n for being induced by the Euclidean inner product (the dot product). A

More information

Linear Algebra. Paul Yiu. Department of Mathematics Florida Atlantic University. Fall A: Inner products

Linear Algebra. Paul Yiu. Department of Mathematics Florida Atlantic University. Fall A: Inner products Linear Algebra Paul Yiu Department of Mathematics Florida Atlantic University Fall 2011 6A: Inner products In this chapter, the field F = R or C. We regard F equipped with a conjugation χ : F F. If F =

More information

1 Inner Product Space

1 Inner Product Space Ch - Hilbert Space 1 4 Hilbert Space 1 Inner Product Space Let E be a complex vector space, a mapping (, ) : E E C is called an inner product on E if i) (x, x) 0 x E and (x, x) = 0 if and only if x = 0;

More information

CHAPTER VIII HILBERT SPACES

CHAPTER VIII HILBERT SPACES CHAPTER VIII HILBERT SPACES DEFINITION Let X and Y be two complex vector spaces. A map T : X Y is called a conjugate-linear transformation if it is a reallinear transformation from X into Y, and if T (λx)

More information

08a. Operators on Hilbert spaces. 1. Boundedness, continuity, operator norms

08a. Operators on Hilbert spaces. 1. Boundedness, continuity, operator norms (February 24, 2017) 08a. Operators on Hilbert spaces Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/real/notes 2016-17/08a-ops

More information

Analysis Comprehensive Exam Questions Fall F(x) = 1 x. f(t)dt. t 1 2. tf 2 (t)dt. and g(t, x) = 2 t. 2 t

Analysis Comprehensive Exam Questions Fall F(x) = 1 x. f(t)dt. t 1 2. tf 2 (t)dt. and g(t, x) = 2 t. 2 t Analysis Comprehensive Exam Questions Fall 2. Let f L 2 (, ) be given. (a) Prove that ( x 2 f(t) dt) 2 x x t f(t) 2 dt. (b) Given part (a), prove that F L 2 (, ) 2 f L 2 (, ), where F(x) = x (a) Using

More information

1 Functional Analysis

1 Functional Analysis 1 Functional Analysis 1 1.1 Banach spaces Remark 1.1. In classical mechanics, the state of some physical system is characterized as a point x in phase space (generalized position and momentum coordinates).

More information

Your first day at work MATH 806 (Fall 2015)

Your first day at work MATH 806 (Fall 2015) Your first day at work MATH 806 (Fall 2015) 1. Let X be a set (with no particular algebraic structure). A function d : X X R is called a metric on X (and then X is called a metric space) when d satisfies

More information

Kernel Method: Data Analysis with Positive Definite Kernels

Kernel Method: Data Analysis with Positive Definite Kernels Kernel Method: Data Analysis with Positive Definite Kernels 2. Positive Definite Kernel and Reproducing Kernel Hilbert Space Kenji Fukumizu The Institute of Statistical Mathematics. Graduate University

More information

be the set of complex valued 2π-periodic functions f on R such that

be the set of complex valued 2π-periodic functions f on R such that . Fourier series. Definition.. Given a real number P, we say a complex valued function f on R is P -periodic if f(x + P ) f(x) for all x R. We let be the set of complex valued -periodic functions f on

More information

REAL AND COMPLEX ANALYSIS

REAL AND COMPLEX ANALYSIS REAL AND COMPLE ANALYSIS Third Edition Walter Rudin Professor of Mathematics University of Wisconsin, Madison Version 1.1 No rights reserved. Any part of this work can be reproduced or transmitted in any

More information

Spectral Theory, with an Introduction to Operator Means. William L. Green

Spectral Theory, with an Introduction to Operator Means. William L. Green Spectral Theory, with an Introduction to Operator Means William L. Green January 30, 2008 Contents Introduction............................... 1 Hilbert Space.............................. 4 Linear Maps

More information

Vectors in Function Spaces

Vectors in Function Spaces Jim Lambers MAT 66 Spring Semester 15-16 Lecture 18 Notes These notes correspond to Section 6.3 in the text. Vectors in Function Spaces We begin with some necessary terminology. A vector space V, also

More information

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space.

Hilbert Spaces. Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space. Hilbert Spaces Hilbert space is a vector space with some extra structure. We start with formal (axiomatic) definition of a vector space. Vector Space. Vector space, ν, over the field of complex numbers,

More information

Real Analysis, 2nd Edition, G.B.Folland Elements of Functional Analysis

Real Analysis, 2nd Edition, G.B.Folland Elements of Functional Analysis Real Analysis, 2nd Edition, G.B.Folland Chapter 5 Elements of Functional Analysis Yung-Hsiang Huang 5.1 Normed Vector Spaces 1. Note for any x, y X and a, b K, x+y x + y and by ax b y x + b a x. 2. It

More information

CHAPTER II HILBERT SPACES

CHAPTER II HILBERT SPACES CHAPTER II HILBERT SPACES 2.1 Geometry of Hilbert Spaces Definition 2.1.1. Let X be a complex linear space. An inner product on X is a function, : X X C which satisfies the following axioms : 1. y, x =

More information

Functional Analysis I

Functional Analysis I Functional Analysis I Course Notes by Stefan Richter Transcribed and Annotated by Gregory Zitelli Polar Decomposition Definition. An operator W B(H) is called a partial isometry if W x = X for all x (ker

More information

3 Orthogonality and Fourier series

3 Orthogonality and Fourier series 3 Orthogonality and Fourier series We now turn to the concept of orthogonality which is a key concept in inner product spaces and Hilbert spaces. We start with some basic definitions. Definition 3.1. Let

More information

Chapter 3: Baire category and open mapping theorems

Chapter 3: Baire category and open mapping theorems MA3421 2016 17 Chapter 3: Baire category and open mapping theorems A number of the major results rely on completeness via the Baire category theorem. 3.1 The Baire category theorem 3.1.1 Definition. A

More information

Applied Analysis (APPM 5440): Final exam 1:30pm 4:00pm, Dec. 14, Closed books.

Applied Analysis (APPM 5440): Final exam 1:30pm 4:00pm, Dec. 14, Closed books. Applied Analysis APPM 44: Final exam 1:3pm 4:pm, Dec. 14, 29. Closed books. Problem 1: 2p Set I = [, 1]. Prove that there is a continuous function u on I such that 1 ux 1 x sin ut 2 dt = cosx, x I. Define

More information

Topics in Fourier analysis - Lecture 2.

Topics in Fourier analysis - Lecture 2. Topics in Fourier analysis - Lecture 2. Akos Magyar 1 Infinite Fourier series. In this section we develop the basic theory of Fourier series of periodic functions of one variable, but only to the extent

More information

1 Continuity Classes C m (Ω)

1 Continuity Classes C m (Ω) 0.1 Norms 0.1 Norms A norm on a linear space X is a function : X R with the properties: Positive Definite: x 0 x X (nonnegative) x = 0 x = 0 (strictly positive) λx = λ x x X, λ C(homogeneous) x + y x +

More information

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space.

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space. Chapter 1 Preliminaries The purpose of this chapter is to provide some basic background information. Linear Space Hilbert Space Basic Principles 1 2 Preliminaries Linear Space The notion of linear space

More information

Orthonormal Systems. Fourier Series

Orthonormal Systems. Fourier Series Yuliya Gorb Orthonormal Systems. Fourier Series October 31 November 3, 2017 Yuliya Gorb Orthonormal Systems (cont.) Let {e α} α A be an orthonormal set of points in an inner product space X. Then {e α}

More information

2) Let X be a compact space. Prove that the space C(X) of continuous real-valued functions is a complete metric space.

2) Let X be a compact space. Prove that the space C(X) of continuous real-valued functions is a complete metric space. University of Bergen General Functional Analysis Problems with solutions 6 ) Prove that is unique in any normed space. Solution of ) Let us suppose that there are 2 zeros and 2. Then = + 2 = 2 + = 2. 2)

More information

Functional Analysis. Franck Sueur Metric spaces Definitions Completeness Compactness Separability...

Functional Analysis. Franck Sueur Metric spaces Definitions Completeness Compactness Separability... Functional Analysis Franck Sueur 2018-2019 Contents 1 Metric spaces 1 1.1 Definitions........................................ 1 1.2 Completeness...................................... 3 1.3 Compactness......................................

More information

l(y j ) = 0 for all y j (1)

l(y j ) = 0 for all y j (1) Problem 1. The closed linear span of a subset {y j } of a normed vector space is defined as the intersection of all closed subspaces containing all y j and thus the smallest such subspace. 1 Show that

More information

The following definition is fundamental.

The following definition is fundamental. 1. Some Basics from Linear Algebra With these notes, I will try and clarify certain topics that I only quickly mention in class. First and foremost, I will assume that you are familiar with many basic

More information

ANALYSIS QUALIFYING EXAM FALL 2017: SOLUTIONS. 1 cos(nx) lim. n 2 x 2. g n (x) = 1 cos(nx) n 2 x 2. x 2.

ANALYSIS QUALIFYING EXAM FALL 2017: SOLUTIONS. 1 cos(nx) lim. n 2 x 2. g n (x) = 1 cos(nx) n 2 x 2. x 2. ANALYSIS QUALIFYING EXAM FALL 27: SOLUTIONS Problem. Determine, with justification, the it cos(nx) n 2 x 2 dx. Solution. For an integer n >, define g n : (, ) R by Also define g : (, ) R by g(x) = g n

More information

THEOREMS, ETC., FOR MATH 515

THEOREMS, ETC., FOR MATH 515 THEOREMS, ETC., FOR MATH 515 Proposition 1 (=comment on page 17). If A is an algebra, then any finite union or finite intersection of sets in A is also in A. Proposition 2 (=Proposition 1.1). For every

More information

Hilbert Spaces. Contents

Hilbert Spaces. Contents Hilbert Spaces Contents 1 Introducing Hilbert Spaces 1 1.1 Basic definitions........................... 1 1.2 Results about norms and inner products.............. 3 1.3 Banach and Hilbert spaces......................

More information

Linear Normed Spaces (cont.) Inner Product Spaces

Linear Normed Spaces (cont.) Inner Product Spaces Linear Normed Spaces (cont.) Inner Product Spaces October 6, 017 Linear Normed Spaces (cont.) Theorem A normed space is a metric space with metric ρ(x,y) = x y Note: if x n x then x n x, and if {x n} is

More information

Introduction to Signal Spaces

Introduction to Signal Spaces Introduction to Signal Spaces Selin Aviyente Department of Electrical and Computer Engineering Michigan State University January 12, 2010 Motivation Outline 1 Motivation 2 Vector Space 3 Inner Product

More information

Elements of Positive Definite Kernel and Reproducing Kernel Hilbert Space

Elements of Positive Definite Kernel and Reproducing Kernel Hilbert Space Elements of Positive Definite Kernel and Reproducing Kernel Hilbert Space Statistical Inference with Reproducing Kernel Hilbert Space Kenji Fukumizu Institute of Statistical Mathematics, ROIS Department

More information

Outline of Fourier Series: Math 201B

Outline of Fourier Series: Math 201B Outline of Fourier Series: Math 201B February 24, 2011 1 Functions and convolutions 1.1 Periodic functions Periodic functions. Let = R/(2πZ) denote the circle, or onedimensional torus. A function f : C

More information

About Grupo the Mathematical de Investigación Foundation of Quantum Mechanics

About Grupo the Mathematical de Investigación Foundation of Quantum Mechanics About Grupo the Mathematical de Investigación Foundation of Quantum Mechanics M. Victoria Velasco Collado Departamento de Análisis Matemático Universidad de Granada (Spain) Operator Theory and The Principles

More information

Normed Vector Spaces and Double Duals

Normed Vector Spaces and Double Duals Normed Vector Spaces and Double Duals Mathematics 481/525 In this note we look at a number of infinite-dimensional R-vector spaces that arise in analysis, and we consider their dual and double dual spaces

More information

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy

Notions such as convergent sequence and Cauchy sequence make sense for any metric space. Convergent Sequences are Cauchy Banach Spaces These notes provide an introduction to Banach spaces, which are complete normed vector spaces. For the purposes of these notes, all vector spaces are assumed to be over the real numbers.

More information

MAT 578 FUNCTIONAL ANALYSIS EXERCISES

MAT 578 FUNCTIONAL ANALYSIS EXERCISES MAT 578 FUNCTIONAL ANALYSIS EXERCISES JOHN QUIGG Exercise 1. Prove that if A is bounded in a topological vector space, then for every neighborhood V of 0 there exists c > 0 such that tv A for all t > c.

More information

An introduction to some aspects of functional analysis

An introduction to some aspects of functional analysis An introduction to some aspects of functional analysis Stephen Semmes Rice University Abstract These informal notes deal with some very basic objects in functional analysis, including norms and seminorms

More information

Problem Set 2: Solutions Math 201A: Fall 2016

Problem Set 2: Solutions Math 201A: Fall 2016 Problem Set 2: s Math 201A: Fall 2016 Problem 1. (a) Prove that a closed subset of a complete metric space is complete. (b) Prove that a closed subset of a compact metric space is compact. (c) Prove that

More information

Prof. M. Saha Professor of Mathematics The University of Burdwan West Bengal, India

Prof. M. Saha Professor of Mathematics The University of Burdwan West Bengal, India CHAPTER 9 BY Prof. M. Saha Professor of Mathematics The University of Burdwan West Bengal, India E-mail : mantusaha.bu@gmail.com Introduction and Objectives In the preceding chapters, we discussed normed

More information

OPERATOR THEORY ON HILBERT SPACE. Class notes. John Petrovic

OPERATOR THEORY ON HILBERT SPACE. Class notes. John Petrovic OPERATOR THEORY ON HILBERT SPACE Class notes John Petrovic Contents Chapter 1. Hilbert space 1 1.1. Definition and Properties 1 1.2. Orthogonality 3 1.3. Subspaces 7 1.4. Weak topology 9 Chapter 2. Operators

More information

Notes on Integrable Functions and the Riesz Representation Theorem Math 8445, Winter 06, Professor J. Segert. f(x) = f + (x) + f (x).

Notes on Integrable Functions and the Riesz Representation Theorem Math 8445, Winter 06, Professor J. Segert. f(x) = f + (x) + f (x). References: Notes on Integrable Functions and the Riesz Representation Theorem Math 8445, Winter 06, Professor J. Segert Evans, Partial Differential Equations, Appendix 3 Reed and Simon, Functional Analysis,

More information

Chapter 8 Integral Operators

Chapter 8 Integral Operators Chapter 8 Integral Operators In our development of metrics, norms, inner products, and operator theory in Chapters 1 7 we only tangentially considered topics that involved the use of Lebesgue measure,

More information

Elementary linear algebra

Elementary linear algebra Chapter 1 Elementary linear algebra 1.1 Vector spaces Vector spaces owe their importance to the fact that so many models arising in the solutions of specific problems turn out to be vector spaces. The

More information

Fourier and Wavelet Signal Processing

Fourier and Wavelet Signal Processing Ecole Polytechnique Federale de Lausanne (EPFL) Audio-Visual Communications Laboratory (LCAV) Fourier and Wavelet Signal Processing Martin Vetterli Amina Chebira, Ali Hormati Spring 2011 2/25/2011 1 Outline

More information

Functional Analysis Exercise Class

Functional Analysis Exercise Class Functional Analysis Exercise Class Week: December 4 8 Deadline to hand in the homework: your exercise class on week January 5. Exercises with solutions ) Let H, K be Hilbert spaces, and A : H K be a linear

More information

Fourier Series. 1. Review of Linear Algebra

Fourier Series. 1. Review of Linear Algebra Fourier Series In this section we give a short introduction to Fourier Analysis. If you are interested in Fourier analysis and would like to know more detail, I highly recommend the following book: Fourier

More information

MTH 503: Functional Analysis

MTH 503: Functional Analysis MTH 53: Functional Analysis Semester 1, 215-216 Dr. Prahlad Vaidyanathan Contents I. Normed Linear Spaces 4 1. Review of Linear Algebra........................... 4 2. Definition and Examples...........................

More information

THE PROBLEMS FOR THE SECOND TEST FOR BRIEF SOLUTIONS

THE PROBLEMS FOR THE SECOND TEST FOR BRIEF SOLUTIONS THE PROBLEMS FOR THE SECOND TEST FOR 18.102 BRIEF SOLUTIONS RICHARD MELROSE Question.1 Show that a subset of a separable Hilbert space is compact if and only if it is closed and bounded and has the property

More information

5 Compact linear operators

5 Compact linear operators 5 Compact linear operators One of the most important results of Linear Algebra is that for every selfadjoint linear map A on a finite-dimensional space, there exists a basis consisting of eigenvectors.

More information

Overview of normed linear spaces

Overview of normed linear spaces 20 Chapter 2 Overview of normed linear spaces Starting from this chapter, we begin examining linear spaces with at least one extra structure (topology or geometry). We assume linearity; this is a natural

More information

Solutions: Problem Set 4 Math 201B, Winter 2007

Solutions: Problem Set 4 Math 201B, Winter 2007 Solutions: Problem Set 4 Math 2B, Winter 27 Problem. (a Define f : by { x /2 if < x

More information

Solutions: Problem Set 3 Math 201B, Winter 2007

Solutions: Problem Set 3 Math 201B, Winter 2007 Solutions: Problem Set 3 Math 201B, Winter 2007 Problem 1. Prove that an infinite-dimensional Hilbert space is a separable metric space if and only if it has a countable orthonormal basis. Solution. If

More information

Functional Analysis HW #5

Functional Analysis HW #5 Functional Analysis HW #5 Sangchul Lee October 29, 2015 Contents 1 Solutions........................................ 1 1 Solutions Exercise 3.4. Show that C([0, 1]) is not a Hilbert space, that is, there

More information

PROBLEMS. (b) (Polarization Identity) Show that in any inner product space

PROBLEMS. (b) (Polarization Identity) Show that in any inner product space 1 Professor Carl Cowen Math 54600 Fall 09 PROBLEMS 1. (Geometry in Inner Product Spaces) (a) (Parallelogram Law) Show that in any inner product space x + y 2 + x y 2 = 2( x 2 + y 2 ). (b) (Polarization

More information

Analysis Comprehensive Exam Questions Fall 2008

Analysis Comprehensive Exam Questions Fall 2008 Analysis Comprehensive xam Questions Fall 28. (a) Let R be measurable with finite Lebesgue measure. Suppose that {f n } n N is a bounded sequence in L 2 () and there exists a function f such that f n (x)

More information

FUNCTIONAL ANALYSIS: NOTES AND PROBLEMS

FUNCTIONAL ANALYSIS: NOTES AND PROBLEMS FUNCTIONAL ANALYSIS: NOTES AND PROBLEMS Abstract. These are the notes prepared for the course MTH 405 to be offered to graduate students at IIT Kanpur. Contents 1. Basic Inequalities 1 2. Normed Linear

More information

Homework Assignment #5 Due Wednesday, March 3rd.

Homework Assignment #5 Due Wednesday, March 3rd. Homework Assignment #5 Due Wednesday, March 3rd. 1. In this problem, X will be a separable Banach space. Let B be the closed unit ball in X. We want to work out a solution to E 2.5.3 in the text. Work

More information

MATH MEASURE THEORY AND FOURIER ANALYSIS. Contents

MATH MEASURE THEORY AND FOURIER ANALYSIS. Contents MATH 3969 - MEASURE THEORY AND FOURIER ANALYSIS ANDREW TULLOCH Contents 1. Measure Theory 2 1.1. Properties of Measures 3 1.2. Constructing σ-algebras and measures 3 1.3. Properties of the Lebesgue measure

More information

Introduction and Preliminaries

Introduction and Preliminaries Chapter 1 Introduction and Preliminaries This chapter serves two purposes. The first purpose is to prepare the readers for the more systematic development in later chapters of methods of real analysis

More information

Exercise Solutions to Functional Analysis

Exercise Solutions to Functional Analysis Exercise Solutions to Functional Analysis Note: References refer to M. Schechter, Principles of Functional Analysis Exersize that. Let φ,..., φ n be an orthonormal set in a Hilbert space H. Show n f n

More information

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces.

Math 350 Fall 2011 Notes about inner product spaces. In this notes we state and prove some important properties of inner product spaces. Math 350 Fall 2011 Notes about inner product spaces In this notes we state and prove some important properties of inner product spaces. First, recall the dot product on R n : if x, y R n, say x = (x 1,...,

More information

Linear Independence of Finite Gabor Systems

Linear Independence of Finite Gabor Systems Linear Independence of Finite Gabor Systems 1 Linear Independence of Finite Gabor Systems School of Mathematics Korea Institute for Advanced Study Linear Independence of Finite Gabor Systems 2 Short trip

More information

Inner product spaces. Layers of structure:

Inner product spaces. Layers of structure: Inner product spaces Layers of structure: vector space normed linear space inner product space The abstract definition of an inner product, which we will see very shortly, is simple (and by itself is pretty

More information

Numerical Linear Algebra

Numerical Linear Algebra University of Alabama at Birmingham Department of Mathematics Numerical Linear Algebra Lecture Notes for MA 660 (1997 2014) Dr Nikolai Chernov April 2014 Chapter 0 Review of Linear Algebra 0.1 Matrices

More information

Fourier Series. ,..., e ixn ). Conversely, each 2π-periodic function φ : R n C induces a unique φ : T n C for which φ(e ix 1

Fourier Series. ,..., e ixn ). Conversely, each 2π-periodic function φ : R n C induces a unique φ : T n C for which φ(e ix 1 Fourier Series Let {e j : 1 j n} be the standard basis in R n. We say f : R n C is π-periodic in each variable if f(x + πe j ) = f(x) x R n, 1 j n. We can identify π-periodic functions with functions on

More information

Math 61CM - Solutions to homework 6

Math 61CM - Solutions to homework 6 Math 61CM - Solutions to homework 6 Cédric De Groote November 5 th, 2018 Problem 1: (i) Give an example of a metric space X such that not all Cauchy sequences in X are convergent. (ii) Let X be a metric

More information

1 Orthonormal sets in Hilbert space

1 Orthonormal sets in Hilbert space Math 857 Fall 15 1 Orthonormal sets in Hilbert space Let S H. We denote by [S] the span of S, i.e., the set of all linear combinations of elements from S. A set {u α : α A} is called orthonormal, if u

More information

Real Analysis: Part II. William G. Faris

Real Analysis: Part II. William G. Faris Real Analysis: Part II William G. Faris June 3, 2004 ii Contents 1 Function spaces 1 1.1 Spaces of continuous functions................... 1 1.2 Pseudometrics and seminorms.................... 2 1.3 L

More information

CHAPTER 3. Hilbert spaces

CHAPTER 3. Hilbert spaces CHAPTER 3 Hilbert spaces There are really three types of Hilbert spaces (over C). The finite dimensional ones, essentially just C n, for different integer values of n, with which you are pretty familiar,

More information

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES

INTRODUCTION TO REAL ANALYSIS II MATH 4332 BLECHER NOTES INTRODUCTION TO REAL ANALYSIS II MATH 433 BLECHER NOTES. As in earlier classnotes. As in earlier classnotes (Fourier series) 3. Fourier series (continued) (NOTE: UNDERGRADS IN THE CLASS ARE NOT RESPONSIBLE

More information

16 1 Basic Facts from Functional Analysis and Banach Lattices

16 1 Basic Facts from Functional Analysis and Banach Lattices 16 1 Basic Facts from Functional Analysis and Banach Lattices 1.2.3 Banach Steinhaus Theorem Another fundamental theorem of functional analysis is the Banach Steinhaus theorem, or the Uniform Boundedness

More information

Functional Analysis. AMAT 617 University of Calgary Winter semester Lecturer: Gilad Gour Notes taken by Mark Girard.

Functional Analysis. AMAT 617 University of Calgary Winter semester Lecturer: Gilad Gour Notes taken by Mark Girard. Functional Analysis AMAT 617 University of Calgary Winter semester 2014 Lecturer: Gilad Gour Notes taken by Mark Girard April 12, 2014 Contents 1 Lecture 1 4 1.1 Normed Spaces.......................................

More information

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9 MAT 570 REAL ANALYSIS LECTURE NOTES PROFESSOR: JOHN QUIGG SEMESTER: FALL 204 Contents. Sets 2 2. Functions 5 3. Countability 7 4. Axiom of choice 8 5. Equivalence relations 9 6. Real numbers 9 7. Extended

More information

Introduction to Functional Analysis

Introduction to Functional Analysis Introduction to Functional Analysis Carnegie Mellon University, 21-640, Spring 2014 Acknowledgements These notes are based on the lecture course given by Irene Fonseca but may differ from the exact lecture

More information

Section 7.5 Inner Product Spaces

Section 7.5 Inner Product Spaces Section 7.5 Inner Product Spaces With the dot product defined in Chapter 6, we were able to study the following properties of vectors in R n. ) Length or norm of a vector u. ( u = p u u ) 2) Distance of

More information

where the bar indicates complex conjugation. Note that this implies that, from Property 2, x,αy = α x,y, x,y X, α C.

where the bar indicates complex conjugation. Note that this implies that, from Property 2, x,αy = α x,y, x,y X, α C. Lecture 4 Inner product spaces Of course, you are familiar with the idea of inner product spaces at least finite-dimensional ones. Let X be an abstract vector space with an inner product, denoted as,,

More information

1 Math 241A-B Homework Problem List for F2015 and W2016

1 Math 241A-B Homework Problem List for F2015 and W2016 1 Math 241A-B Homework Problem List for F2015 W2016 1.1 Homework 1. Due Wednesday, October 7, 2015 Notation 1.1 Let U be any set, g be a positive function on U, Y be a normed space. For any f : U Y let

More information

Elements of Convex Optimization Theory

Elements of Convex Optimization Theory Elements of Convex Optimization Theory Costis Skiadas August 2015 This is a revised and extended version of Appendix A of Skiadas (2009), providing a self-contained overview of elements of convex optimization

More information

Review and problem list for Applied Math I

Review and problem list for Applied Math I Review and problem list for Applied Math I (This is a first version of a serious review sheet; it may contain errors and it certainly omits a number of topic which were covered in the course. Let me know

More information

CHAPTER V DUAL SPACES

CHAPTER V DUAL SPACES CHAPTER V DUAL SPACES DEFINITION Let (X, T ) be a (real) locally convex topological vector space. By the dual space X, or (X, T ), of X we mean the set of all continuous linear functionals on X. By the

More information

A NICE PROOF OF FARKAS LEMMA

A NICE PROOF OF FARKAS LEMMA A NICE PROOF OF FARKAS LEMMA DANIEL VICTOR TAUSK Abstract. The goal of this short note is to present a nice proof of Farkas Lemma which states that if C is the convex cone spanned by a finite set and if

More information

SPECTRAL THEOREM FOR SYMMETRIC OPERATORS WITH COMPACT RESOLVENT

SPECTRAL THEOREM FOR SYMMETRIC OPERATORS WITH COMPACT RESOLVENT SPECTRAL THEOREM FOR SYMMETRIC OPERATORS WITH COMPACT RESOLVENT Abstract. These are the letcure notes prepared for the workshop on Functional Analysis and Operator Algebras to be held at NIT-Karnataka,

More information

RIESZ BASES AND UNCONDITIONAL BASES

RIESZ BASES AND UNCONDITIONAL BASES In this paper we give a brief introduction to adjoint operators on Hilbert spaces and a characterization of the dual space of a Hilbert space. We then introduce the notion of a Riesz basis and give some

More information