Advanced Analysis, Notes 1: Hilbert spaces (basics)

In this lecture and the next few lectures we will study the basic theory of Hilbert spaces. Hilbert spaces are usually studied over $latex mathbb{R}$ or over $latex mathbb{C}$. In this course, whenever we consider Hilbert spaces, we shall consider only complex Hilbert spaces, that is, spaces over $latex mathbb{C}$. The are two reasons for this. First, the results in this post hold equally well for real Hilbert spaces with similar proofs. Second, in some topics that we will discuss later the nice results only hold for complex spaces. So we will ignore real Hilbert spaces because they are essentially the same and also because they are fundamentally different!

Remark: The only situation I know where it is really important to concentrate on real Hilbert spaces when doing convex analysis (there must be others that I don’t know of). On the other hand, it is often convenient – indeed, we already did so in this course – to study real Banach spaces.

1. Basics of the basics

Definition 1: Let $latex G$ be a complex vector space. $latex G$ is said to be an inner product space if there exists a function $latex (cdot, cdot) : G times G rightarrow mathbb{C}$ that satisfies the following conditions: 

  1. $latex forall x in G . (x,x) = 0 Rightarrow x = 0$.
  2. $latex forall x in G . (x,x) geq 0$. 
  3. $latex forall x,y in G . (x,y) = overline{(y,x)}$.
  4. $latex forall x,y,z in G . forall a,b in mathbb{C} . (ax + by, z) = a(x,z) + b(y, z)$.

From properties 3 and 4 above we have the following property too: $latex forall x,y,z in G . forall a,b in mathbb{C} . (z, ax + by) = overline{a}(z,x) + overline{b}(z,y)$.

Henceforth $latex G$ will denote an inner product space.

Examples:

  1. Let $latex G = mathbb{C}^n$ with the standard inner product: $latex (x,y) = sum_{i=1}^n x_i overline{y}_i$.
  2. Let $latex G = C[0,1]$ (the continuous functions on the interval) with the inner product: $latex (f,g) = int_{0}^1 f(t) overline{g(t)} dt$.

Remark: The reader might not be familiar with Riemann integration of complex valued functions. There is really nothing to it: if $latex f(t) = u(t) + iv(t)$ is a continuous, complex valued functions where $latex u$ and $latex v$ are its real and imaginary parts, then

$latex int_a^b f(t) dt := int_a^b u(t) dt + i int_a^b v(t) dt .$

If $latex x in G$, one defines the norm of $latex x$ to be the nonnegative real number $latex |x|$ given by

$latex |x| = sqrt{(x,x)}$.

Theorem 2 (Cauchy-Schwarz inequality): For all $latex x,y in G$, 

$latex |(x,y)| leq |x||y|$.

Equality holds if and only if $latex x$ and $latex y$ are linearly dependent.

Proof: Exercise: prove the Cauchy-Schwarz inequality. Try also to come up with a proof for the inequality (and not he “equality holds if and only if” part) that only uses properties 2,3 and 4 of inner product (from Definition 1). We will have occasion to use this.

Theorem 3 (triangle inequality): For all $latex x, y in G$, 

$latex |x+y| leq |x| + |y|$. 

Equality holds if and only if one of the vectors is a positive multiple of the other. 

Proof: One expands $latex |x+y|^2$ and then uses Cauchy-Schwarz :

$latex |x + y|^2 = |x|^2 + 2 Re (x,y) + |y|^2 leq |x|^2 + 2 |x||y| + |y|^2 leq (|x|+|y|)^2 .$

Wee see that $latex |cdot|$ satisfies all the familiar properties of a norm:

  1. $latex forall x in G . |x| geq 0$ and $latex |x| = 0 Rightarrow x = 0$.
  2. $latex forall x in G . forall a in mathbb{C} . |a x | = |a| |x|$.
  3. $latex forall x,y in G . |x+y| leq |x|+ |y|$.

It follows that $latex |cdot |$ induces a metric $latex d$ on $latex G$ by

$latex d(x,y) = |x-y|$.

Definition 4: $latex G$ is said to be a Hilbert space if it is complete with respect to the (metric induced by the) norm. 

Recall that (in this setting) a sequence $latex {x_n}_n$ in $latex G$ is said to be a Cauchy sequence if $latex |x_n – x_m| rightarrow 0$ as $latex m,n rightarrow infty$, and that $latex G$ is said to be complete if every Cauchy sequence actually converges to a point in $latex G$.


Examples: Let us review the examples we saw above.

  1. $latex G = mathbb{C}^n$. This space is complete w.r.t. the norm (as one should know from a basic course in topology), so it is a Hilbert space.
  2. $latex G = C[0,1]$. This space is not complete w.r.t. the norm, so this inner product space is not a Hilbert space. Indeed, let $latex f_n$ be the continuous function that is equal to zero between $latex 0$ and $latex 1/2$, equal to $latex 1$ between $latex 1/2+ 1/n$ and $latex 1$, and linear on $latex [1/2,1/2+1/n]$. Then if $latex m<n$, then $latex |f_m – f_n| < 1/m$, thus this series is Cauchy. However, one can show that there is no continuous function $latex f$ on the interval for which $latex |f_n – f| rightarrow 0$.

Example: This is the fundamental example of a Hilbert space. Let $latex ell^2(mathbb{N})$ (or, for short, $latex ell^2$) denote the set of all sequences of all square summable complex numbers. That is

$latex ell^2 = {x=(x_n) in mathbb{C}^mathbb{N} : sum_{n=0}^infty |x_n|^2 < infty }.$

We endow $latex ell^2$ with the natural vector space operations, and with the inner product $latex (x,y) = sum x_n overline{y}_n$. The norm then has to be $latex |x| = sqrt{sum |x_n|^2}$.

There are several things to prove here. First, we have to show that $latex ell^2$ is a vector space; second, we to show that our definition of the inner product makes sense; third, we have to show that $latex ell^2$ is complete.

The only non-trivial thing to check with regard to $latex ell^2$ being a vector space is that if $latex x, y in ell^2$, then $latex x+ y in ell^2$. Using the triangle inequality in $latex mathbb{C}^{n+1}$ we find

$latex sum_{k=0}^n |x_k + y_k|^2 leq (sqrt{sum_{k=0}^n|x_k|^2} + sqrt{sum_{k=0}^n|y_k|^2})^2 leq (|x|+|y|)^2 < infty $

for all $latex n$. Letting $latex n rightarrow infty$ we see that $latex x + y in ell^2$.  In a similar manner, one uses the Cauchy-Schwarz inequality in $latex mathbb{C}^n$ to verify that $latex sum x_k overline{y}_k$ converges absolutely for all $latex x,y in ell^2$, and thus the inner product is well defined.

Suppose that $latex {x^{(n)}}_n$ is a Cauchy sequence in $latex ell^2$. That means that

$latex |x^{(n)} – x^{(m)}|^2 = sum_k |x_k^{(n)} – x_k^{(m)}|^2 longrightarrow 0$

as $latex m,nrightarrow infty$. In particular, for all $latex k$, we have that $latex |x_k^{(n)} – x_k^{(m)}|^2 longrightarrow 0$, thus $latex {x_k^{(n)}}_n$ is a Cauchy sequence of complex numbers. By completeness of $latex mathbb{C}$, for each $latex k$ there is some $latex x_k$ such that $latex {x_k^{(n)}}_n$ converges to $latex x_k$. Define $latex x =(x_k)_k$. We need to show that $latex x in ell^2$, and that $latex {x^{(n)}}_n$ converges to $latex x$ in the norm of $latex ell^2$.

Now every Cauchy sequence in any metric space is bounded, so there is an $latex M$ such that $latex |x^{(n)}| leq M$ for all $latex n$. Fix some $latex epsilon > 0$, and choose some $latex n_0$ such that $latex |x^{(n)} – x^{(m)}| < epsilon$ for all $latex m,n geq n_0$. Then for every integer $latex N$,

$latex sum_{k=0}^N |x^{(n)}_k – x^{(m)}_k|^2 < epsilon^2$

for all $latex m,n geq n_0$. Letting $latex m rightarrow infty$, we find that

$latex sum_{k=0}^N |x^{(n)}_k – x_k|^2 leq epsilon^2 $

for all $latex n geq n_0$, and therefore $latex sum_{k=0}^N |x_k|^2 leq (M+epsilon)^2$. Letting $latex N$ be arbitrarily large, we conclude that $latex x in ell^2$ and that $latex |x^{(n)} – x| leq epsilon$ for all $latex n geq n_0$. Since $latex epsilon$ was arbitrary, we also get that $latex x^{(n)} rightarrow x$. That completes the proof that $latex ell^2$ is a Hilbert space.

Remark: It is convenient at times to consider the close relatives of $latex ell^2$ defined as follows. Let $latex S$ be a set. Then we define $latex ell^2(S)$ to be

$latex ell^2(S):= {f:S rightarrow mathbb{C} : sum_{s in S} |f(s)|^2 < infty}$

with the inner product $latex (f,g) = sum_{s in S} f(s) overline{g(s)}$. (In case $latex S$ is uncountable then one has to be careful how this sum is defined. This issue will be discussed later on).

2. Completion

Some of you may have forgotten what an important role the completeness property of $latex mathbb{R}$ played in the first real analysis courses (hint: it was probably used nine out of every ten times in which some series or sequence was proved to be convergent, but you had no clue as to what it was converging to). In infinite dimensional analysis it is very hard to get far without completeness. Most of the great theorems (but not all!) depend crucially on completeness of the spaces involved. That, together with the example of $latex C[a,b]$ above, is the reason for the importance of the following theorem.

Theorem 5: Let $latex G$ be an inner product space. There exists a Hilbert space $latex H$, and a linear map $latex V: G rightarrow H$ such that

  1. For all $latex g,h in G$, $latex (V(g),V(h))_H = (g,h)$. 
  2. $latex V(G)$ is dense in $latex H$. 

If $latex H’$ is another Hilbert space and $latex V’ : G rightarrow H’$ is a linear map satisfying the above two conditions, then there is a bijective linear map $latex U: H rightarrow H’$ such that $latex (U(x),U(y))_{H’} = (x,y)_H $  for all $latex x,y in H$ and $latex U(V(g)) = V'(g)$ for all $latex g in G$.

Remarks: 

  1. The Hilbert space $latex H$ is said to be the completion of $latex G$. 
  2. The last assertion of the theorem says that $latex H$ is essentially unique, up to the obvious isomorphism appropriate for Hilbert spaces.
  3. Since $latex V$ preserves all of the structure that $latex G$ enjoys, one usually identifies $latex G$ with $latex V(G)$ and then the theorem is stated as follows: There exists a unique Hilbert space $latex H$ which contains $latex G$ as a dense subset.

Proof: Let $latex H_0$ be the vector space consisting of all Cauchy sequences in $latex G$. To be precise, let $latex G^mathbb{N}$ be the vector space of all sequences in $latex G$

$latex G^mathbb{N} = {{x_n}_{n=0}^infty : x_n in G textrm{ for all } n=0,1,ldots}$

with the usual addition and scalar multiplication: if  $latex x = {x_n}_{n=0}^infty$ and $latex y = {y_n}_{n=0}^infty$, then

$latex cx + y = {cx_n + y_n}_{n=0}^infty .$

Now let $latex H_0$ be the linear subspace of $latex G^mathbb{N}$ consisting of all Cauchy sequences (one checks that it is indeed a linear subspace). Our goal now is to play around with $latex H_0$ until it becomes the sought after Hilbert space $latex H$. First thing let us try to define an inner product on $latex H_0$. If  $latex x = {x_n}_{n=0}^infty$ and $latex y = {y_n}_{n=0}^infty$, then we define

$latex [x,y] := lim_{nrightarrow infty} (x_n,y_n) .$

The limit really does exist: every Cauchy sequence (in any metric space) is bounded, so the identity

(*) $latex (x_n,y_n) – (x_m,y_m) = (x_n,y_n-y_m) + (x_n-x_m,y_m) $

together with Cauchy-Schwarz implies that $latex {(x_n,y_n)}$ is a Cauchy sequence of complex numbers. It is easy to check that the form $latex [cdot,cdot]$ satisfies conditions 2,3 and 4 of Definition 1. However, it does not satisfy condition 1, so it does not make $latex H_0$ into an inner product space.

We define an equivalence relation (check that it is) on $latex H_0$ by $latex x sim y$ if and only if $latex x_n – y_n rightarrow 0$ (in other words if and only if $latex [x-y,x-y] = 0$), and we denote by $latex H$ the set of all equivalence classes. $latex H$ can also be thought of as the quotient of $latex H_0$ by the linear subspace of sequences that converge to $latex 0$. It is well known (and easy to show) that $latex H$ is a vector space, and now we will make it into a Hilbert space. Let us denote by $latex dot{x}$ the equivalence class of $latex x$. By an identity similar to (*) above, the form $latex (dot{x}, dot{y})_H = [x,y]$ is well defined (i.e., does not depend on the representative), and it follows that $latex (cdot, cdot)_H$ inherits from $latex [cdot, cdot]$ properties 2,3 and 4 of the definition of inner product. The form $latex (cdot, cdot)_H$ also satisfies condition 1, since if $latex [x,x] = 0$ then $latex x$ is equivalent to the zero element of $latex H_0$, hence $latex dot{x} = 0$ (an alternative way to see that $latex (cdot, cdot)_H$ is well defined is to use the fact that $latex [cdot, cdot]$ (like any form satisfying 2,3 and 4 of Definition 1) satisfies the Cauchy-Schwarz inequality – which you were asked to do right after Theorem 2 above). To show that $latex H$ is a Hilbert space it remains to show that it is complete. I’ll put in some details in the next few paragraphs, but it is a good idea for students to try to skip the next paragraphs (up to the next section) and fill in the details themselves.

Suppose that $latex {dot{x}^{(n)}}_n$ is a Cauchy sequence in $latex H$. As always with Cauchy sequences, to show that it converges to a limit, it suffices to show that a subsequence converges to a limit. Thus we may assume without loss of generality that $latex |dot{x}^{(n)} – dot{x}^{(m)}| < 2^{-m}$ for all $latex n geq m$.

To show that  $latex {dot{x}^{(n)}}_n$ converges in $latex H$, we will construct a $latex y in H_0$ for which $latex dot{x}^{(n)} rightarrow dot{y}$. Choose a representative $latex x^{(n)}$ for $latex dot{x}^{(n)}$ for all $latex n$. We are free to choose any representative we wish, so let us use this freedom. Note that if $latex k$ is any integer, $latex x = {x_n}_{n=0}^infty$ and $latex x’ = {x_{n+k}}_{n=0}^infty$, then $latex x sim x’$. Therefore, we may always modify a representative by discarding as many initial terms in the sequence as we need without changing the equivalence class. So we choose $latex x^{(n)}$ in such a way that $latex |x^{(n)}_k – x^{(n)}_l| < 2^{-n}$ for all $latex k,l$.

Now define $latex y in G^mathbb{N}$ by $latex y_k = x^{(k)}_k$. This sequence $latex y$ is actually Cauchy, that is, $latex y in H_0$. Indeed, Since $latex |x^{(k)} – x^{(l)}| < 2^{-k}$ there is some $latex m$ such that $latex |x^{(k)}_m – x^{(l)}_m|< 2^{-k}$. Thus, if $latex l geq k$, then

$latex |y_k – y_l | = |x_k^{(k)} – x_l^{(l)}|$,

and

$latex |x_k^{(k)} – x_l^{(l)} | leq |x_k^{(k)} – x_m^{(k)}| + |x_m^{(k)} – x_m^{(l)}| + |x_m^{(l)} – x_l^{(l)}|.$

Now $latex |x_k^{(k)} – x^{(k)}_m|<2^{-k}$ and $latex |x_m^{(l)} – x_l^{(l)}| < 2^{-l}$ because of the way in which we chose the representatives. The middle term it smaller than $latex 2^{-k}$ by choice of $latex m$, thus

$latex |x^{(k)}_k – x_l^{(l)} | < 3 cdot 2^{-k}$,

which shows that $latex y$ is a Cauchy sequence. To see that $latex dot{x}^{(n)} rightarrow dot{y}$, we check, similarly to the above, that

$latex |dot{x}^{(n)} – y|_H = lim_{krightarrow infty}|x^{(n)}_k – x_k^{(k)} | < 3cdot 2^{-n} .$

Now we define $latex V: G rightarrow H$ by letting $latex V(g)$ be $latex dot{x}$, where $latex x$ is the sequence $latex x = {x_n}_n$ with $latex x_n = g$ for all $latex n$. Then it is clear that $latex V : G rightarrow H$ is well defined and linear and that $latex (V(g), V(h))_H = (g,h)$ for all $latex g,h in G$. Moreover, if $latex dot{x} in H$ and $latex |x_n – x_m| < epsilon$ for all $latex m,n geq N$, then for $latex g = x_N$ we have $latex |V(g) – dot{x}| < epsilon$. So $latex V(G)$ is dense in $latex H$.

We now come to the final assertion. Let $latex H’$ and $latex V’$ be as described in the theorem. We define a map $latex U : V(G) rightarrow V'(G)$ by $latex U(V(g)) = V'(g)$. From the properties of $latex V, V’$, it follows that $latex U$ is a linear map and that

$latex (U(V(g)), U(V(h)))_{H’} = (g,h) = (V(g), V(h))_H$.

It follows that $latex U$ is an isometry (i.e., a metric preserving map) between dense subsets of two complete metric spaces, and thus it extends uniquely to a map (which we also denote by $latex U$) between $latex H$ and $latex H’$. That completes the proof.

3. The space $latex PC[a,b]$

Let $latex PC[a,b]$  denote the space of piece-wise continuous functions on the interval $latex [a,b]$, and define the following form:

$latex (f,g)= int_a^b f(t) overline{g(t)} dt .$

(The integral we require is the standard (complex valued) Riemann integral or equivalently the Darboux integral). Note that this isn’t exactly an inner product on $latex PC[a,b]$ because it may happen that $latex (f,f) = 0$ for a function  $latex f$ which is not identically zero; for example if $latex f(x) neq 0$ at finitely many points and zero elsewhere. However, this problem is easily fixed, because

Exercise A: $latex |f| = 0$ if and only if the set where $latex f$ is nonzero is finite.

So to fix the problem, say that $latex f sim g$ if $latex f$ and $latex g$ are equal at all points of $latex [a,b]$ except finitely many. The set of equivalence classes may then be given the structure of an inner product space, with

$latex (dot{f},dot{g})= int_a^b f(t) overline{g(t)} dt .$

It is customary to denote the set of equivalence classes of piece-wise continuous functions also as $latex PC[a,b]$, and to consider elements of this space as functions, with the provision of declaring two functions to be “equal” if they are equivalent.

Exercise B: Show that for every $latex f in PC[a,b]$, there is at most one $latex g in C[a,b]$ in its equivalence class. Thus, our new equality in $latex PC[a,b]$ is consistent with the equality of functions in $latex C[a,b]$.

Exercise C: Prove that $latex C[a,b]$ is dense in $latex PC[a,b]$.

4. The space $latex L^2[a,b]$

By Theorem 5, every inner product space can be completed to a Hilbert space, and when working with infinite dimensional inner product spaces it is often advantageous to pass to the completion. Let us look at the most important example of this.

In many problems in classical analysis or mathematical physics, such as Fourier series, differential equations, or integral equation, it seems that the natural space of interest is $latex C[a,b]$ or $latex PC[a,b]$. Experience has led mathematicians to feel that it is helpful to introduce on these spaces the inner product

$latex (f,g)= int_a^b f(t) overline{g(t)} dt$

and to use the induced norm as a measure of size in this space. However, neither of these spaces is complete (we have seen that $latex C[a,b]$ is not).

Exercise D: Show that with respect to the above inner product $latex PC[a,b]$ is not complete.

Consider the inner product space $latex PC[a,b]$ with the above inner product. By Theorem 5, $latex PC[a,b]$ has a unique completion; denote the completion by $latex L^2[a,b]$.

Exercise E: Prove that $latex C[a,b]$ is dense in $latex L^2[a,b]$, and hence deduce that $latex L^2[a,b]$ is also “equal” to the abstract completion of $latex C[a,b]$ (as a first step, clarify to yourself in what sense $latex C[a,b]$ is “in” $latex L^2[a,b]$).

Now, $latex L^2[a,b]$ was defined in Theorem 5 rather abstractly, as the quotient space of a space of sequences of elements in $latex PC[a,b]$. The space $latex L^2[a,b]$ can be defined in a completely different manner, in rather concrete function-theoretic terms, as the space of square integrable Lebesgue measurable functions on the interval. This is the way this space is defined in a course in measure theory (in fact this is how it is usually defined). After one defines the space $latex L^2[a,b]$, one can prove that it is complete, and that the continuous functions (or the piece-wise continuous functions) are dense in this space. However, the uniqueness part of Theorem 5 promises us that we get the same Hilbert space as we do from the construction we carried out above. Note that we did not get for free any measure theoretic result, it is the theorems in measure theory (completeness of $latex L^2$ and density of the piece-wise continuous functions in it) that allow us to conclude that the measure theoretic construction and the abstract construction give rise to the “same” Hilbert space.

At this point we do not require any knowledge from measure theory, rather, we will stick with our definition of $latex L^2[a,b]$ as an abstract completion, and we will derive some of its function theoretic nature from this. This approach is good enough for many applications of the theory.

Let us decide that we will call every element $latex f in L^2[a,b]$ a function. Since $latex PC[a,b] subset L^2[a,b]$, it is clear that we will be identifying some functions – we were already identifying functions at the level of $latex PC[a,b]$, and since we added new functions we are sure to have at least as many identifications (in fact, we will have much more). Now, if $latex f in L^2[a,b]$ we cannot really say what is the value of $latex f$ at a point $latex x in [a,b]$ (since already in $latex PC[a,b]$ we cannot do this), but $latex f$ has some other function-like aspects.

First of all, $latex f$ is “square integrable” on $latex [a,b]$. To be precise, we define the integral of $latex |f|^2$ on $latex [a,b]$ to be

$latex int_a^b |f(t)|^2 dt := (f,f) .$

We see that is $latex f$ and $latex g$ are functions in $latex L^2[a,b]$, then we consider $latex f$ and $latex g$ as being equal if $latex int_a^b |f(t) – g(t)|^2 dt = 0$.

Second, $latex f$ is actually “integrable” on $latex [a,b]$, that is, we can define

$latex int_a^b f(t) dt := (f,1) ,$

where $latex 1$ is the constant function $latex 1$ on $latex [a,b]$, which is in $latex PC[a,b]$, and therefore in $latex L^2[a,b]$.

Lastly, we can define the integral of $latex f$ on every sub-interval $latex [c,d] subseteq [a,b]$:

$latex int_c^d f(t) dt := (f, 1_{[c,d]}), $

where $latex 1_{[c,d]}$ is the piece-wise continuous function that is equal to $latex 1$ on $latex [c,d]$ and zero elsewhere.

All these definitions are consistent with the definitions of integral of piece-wise continuous functions. Moreover,  for a continuous function $latex f$, if we know $latex int_c^d f(t) dt$ for every interval $latex [c,d] subseteq [a,b]$ then we can completely recover $latex f$; for a piece-wise continuous function $latex f$, if we know $latex int_c^d f(t) dt$ for every interval $latex [c,d] subseteq [a,b]$ then we can recover the equivalence class of $latex f$ in $latex PC[a,b]$. It follows (with some work) that if $latex f in L^2[a,b]$ then the collection of quantities $latex (f, 1_{[c,d]})$ for all $latex c,d$ determines $latex f$, and consequently we can say that a function in $latex L^2[a,b]$ is uniquely determined by its integrals over all intervals.

Exercise F: Show that a function in $latex L^2[a,b]$ is completely determined by the values of its integrals over sub-intervals of $latex [a,b]$.

You are meant to prove the above exercise using only our definition of $latex L^2[a,b]$ as the abstract completion of $latex PC[a,b]$ and the subsequent definition of integral over a sub-interval. It is also a fact in measure theory, that any “function” $latex f in L^2[a,b]$ is nothing more and nothing less then the totality of values $latex int_c^d f(t) dt$.

5. The spaces $latex L^2(K)$

In a way similar to the above, if $latex K$ is a subset in $latex mathbb{R}^n$ of the form $latex K = [a_1, b_1] times cdots times [a_n,b_n]$, then we define $latex L^2(K)$ to be the completion of the space $latex C(K)$ with respect to the inner product

$latex (f,g) = int_{a_1}^{b_1} cdots int_{a_n}^{b_n} f(t_1, ldots, t_n) overline{g(t_1, ldots, t_n)} d t_1 cdots d t_n $.

The details are similar to the one dimensional case and we do not dwell on them.

$latex L^2$ spaces can be defined on spaces of a more general nature, but that is best done with some measure theory. The reason that we are taking our rather unusual approach is that students are allowed to take the course “Measure Theory” concurrently with “Advanced Analysis”, so we are trying in the beginning to get along with nothing from measure theory. But it is also interesting for me to see how far we get with only basic analysis and “pure” Hilbert space methods.

7 thoughts on “Advanced Analysis, Notes 1: Hilbert spaces (basics)

  1. I have a question as follows. Let H be the completion of G. The following assumption is correct? Sequence $x_n in G$ is convergent to $x$ if and only if $$ is convergent to $0$ for all $z in G$.

    1. Your question is not clear, I am guessing that you mean to ask whether it is true that $latex x_n in G$ is convergent to $latex x$ if and only if $latex langle x_n – x, z rangle$ is convergent to $latex 0$ for all $latex z in G$.

      This is a good question, and if you continue reading these lectures notes you will find an answer in Lecture Notes no. 11.

Leave a Reply