Sheet 4
Sheet 4
Problem Set 4
As discussed in the lecture, the speed of convergence of the power method depends on the gap
between the leading singular value, σ1 , and the next singular value that differs from σ1 . In this
exercise, we will quantify this process of convergence.
r
X
Given some matrix A ∈ Rm×n and its singular value decomposition A = σi ui viT , consider
i=1
r
X
matrix B = AT A with its singular (eigen-) value decomposition B = σi2 vi viT . Let E be the
i=1
eigenspace related to the leading eigenvalue of matrix B with dimension d = dim(E), d ≥ 1.
Bℓ PE
a) Show that Pr 2ℓ
→ as ℓ → ∞, where PE is the projection onto eigenspace E.
i=1 σi d
Bℓ PE
b) Quantify the convergence process above in the spectral norm, i.e. Pr 2ℓ
− , in
i=1 σi d
terms of the so-called spectral gap
σi
δ := max .
i,σi ̸=σ1 σ1
In other words, find an upper bound for the spectral norm in terms of δ and ℓ.
1
Exercise 4.2 (Alternating Projection):
The methods based on the procedure of alternating projection are often used in data analysis.
In this task, we will prove that under certain conditions the algorithm of alternating projection
converges. To this end, we consider the problem setup and follow the steps, which are indicated
below.
Let C and D be nonempty closed convex sets in Rd . Denote by PC and PD the orthogonal
projection onto C and D, respectively. Let x0 ∈ C be arbitrary. Define sequences {xk } ⊂ C and
{yk } ⊂ D by
yk := PD (xk ) and xk+1 := PC (yk ), k ∈ N0 .
(Hint: the inequality that characterizes the projections may be useful here.)
and
∥xk+1 − x∥22 ≤ ∥yk − x∥22 − ∥xk+1 − yk ∥22 , k ∈ N0 .
d) Show that the sequence {xk } is bounded and has an accumulation point x∗ ∈ C exploiting
the results in (c).
e) Exploit again the results from (c) to conclude that the two sequences {∥yk − xk ∥2 } and
{∥xk+1 − yk ∥2 } converge to zero.