Solutions
Homework 3
MTHE / MATH 335 — Winter 2026
Problem 1: Orthonormal Vectors
Let be a complete orthonormal sequence in a real Hilbert space . Let be a subspace of , spanned by , for some finite set . That is,
Let be given. Find which is the solution to the following:
in terms of , and .
Hint: By our arguments in class, any vector in can be written as .
Problem 2: Haar Wavelets
One practically important basis is the class of Haar functions (wavelets). We defined in class Haar functions as follows.
and for ,
Show that the family
is complete and orthonormal in and is a sequence (that is, countable).
Hint: You may use/assume the fact that the space of -valued continuous functions on are dense in .
Problem 3: Polynomials
Let denote the normed linear space of continuous functions from to under the supremum norm. We observed earlier that polynomials can be used to approximate any function in this space with arbitrary precision, under the supremum norm (Weierstrass Theorem).
Given this, repeating the arguments we made in class, argue that the family of polynomials can be used to form a complete orthonormal sequence in . This also establishes that is separable.
These polynomials are not orthonormal, but we could orthonormalize them via the Gram-Schmidt procedure. This leads to what is known as the Legendre Polynomials.
Problem 4: Linear Functionals on a Normed Space
Let be a linear functional on a normed linear space (mapping to ). Suppose that we define to be bounded if there is a constant such that for all .
The smallest such is called the norm of and is denoted by . The space of all bounded, linear functionals on is called the dual space of .
Show that a linear functional on a normed linear space is bounded if and only if it is continuous.
Problem 5: Riesz Representation Theorem
Let be a linear and continuous functional on ; thus, mapping to .
Show that for every such , there exists a vector such that
where the inner-product is the one giving rise to the -norm in .
Problem 6: Weak Convergence
In this problem we will show that the usual notion of convergence (that is strong convergence) implies weak convergence for a Hilbert space. Let .
a) Show that if , then , that is convergence in strong sense implies convergence in weak sense.
b) Possibly via a counterexample, show that weakly does not imply convergence in the strong sense.
Problem 7: Bernstein Polynomials (Matlab Assignment)
In class we observed that the space of polynomials is a dense subset of the space of continuous functions under the supremum norm. One class of polynomials which can be used to constructively provide an approximation is the family of Bernstein polynomials, defined as follows: Let for some :
In this exercise, you are asked to write a Matlab (or an alternative program) function which admits a trigonometric function , and as its inputs and generates the Bernstein polynomial approximation of the signal.
You may take to be for example .
Given a trigonometric function of your choice, compute the Bernstein approximations of order , where can take three values and verify that the supremum difference
decreases as increases.