[Math] Orthonormal Basis for Hilbert Spaces

functional-analysishilbert-spaceslinear algebraorthonormal

The following is the definition of orthonormal base that I am using:

The notion of an orthonormal basis from linear algebra generalizes over to the case of Hilbert spaces. In a Hilbert space H, an orthonormal basis is a family $\{e_{k}\}_{k} ∈ B$ of elements of $H$ satisfying the conditions:

Orthogonality: $\langle e_{k}, e_{j}\rangle = 0$ for all $k,j$ in $B$ with $k \neq j$.
Normalization: $||e_{k}|| = 1$ for all $k,j$ in $B$ with $k \neq j$.
Completeness: The linear span of the family $e_{k}$ with $k \in B$ is dense in $H$.

A system of vectors satisfying the first two conditions basis is called an orthonormal system or an orthonormal set. Such a system is always linearly independent. Completeness of an orthonormal system of vectors of a Hilbert space can be equivalently restated as:

if $\langle v, e_{k}\rangle = 0$ for all $k \in B$ and some $v \in H$ then $v = 0$.

This is related to the fact that the only vector orthogonal to a dense linear subspace is the zero vector, for if $S$ is any orthonormal set and $v$ is orthogonal to $S$, then $v$ is orthogonal to the closure of the linear span of $S$, which is the whole space.

In the infinite-dimensional case, an orthonormal basis will not be a basis in the sense of linear algebra; to distinguish the two, the latter basis is also called a Hamel basis. That the span of the basis vectors is dense implies that every vector in the space can be written as the sum of an infinite series, and the orthogonality implies that this decomposition is unique.

Questions:

1.How does it follow "$v$ is orthogonal to the closure of the linear span of $S$" in the explanation of the restated definition of completeness?

2.In the last paragraph it states that "The span of the basis vectors is dense in $H$ implies that every vector in the space can be written as the sum of an infinite series. How does this coincide with the usual topological definition of dense being that the closure of a subset gives you the whole space if a subset is dense. Are the two definitions equivalent?

Thanks a lot for assistance!

Best Answer

  1. a) If $v$ is orthogonal to $S$, then it is orthogonal to any linear combination of elements of $S$ (this follows from the linearity of the scalar product), i.e. it is orthogonal to the linear span of $S$. b) If $v$ is orthogonal to some set $S$, then it is orthogonal to its closure (this follows from the continuity of the scalar product, i.e. if $x_n \to x$ and $y_n \to y$, then $\langle x_n, y_n \rangle \to \langle x, y \rangle$).

  2. The meaning of the word "dense" here is exactly the same as in the general topology.

Edit:

3. This all works in the general case of Banach spaces with Schauder bases (see, e.g., Lindenstrauss-Tzafriri's Classical Banach Spaces, vol 1, Proposition 1.a.3).

Scheme:

Define the projections $P_n(x) = \sum_{k=1}^n \langle x, e_k\rangle e_k$. Clearly, $P_n u \to u$ for all $u$ in the linear span. We want to show $P_n x \to x$ for all $x$. For that, it is enough (it's an easy argument using the density condition) to know $\|P_n\| = 1$ for all $n$. This follows from the linearity of $P_n$, $\|P_n\| \leq n$, and $\|P_n x\| \leq \|P_m x\|$ for all $n < m$ and $x$.

Related Question