Invariant Subspace Problem #
Reference: Wikipedia, Chalendar-Partington
ClosedInvariantSubspace T is the type of non-trivial (different from H and {0}) closed
subspaces of a complex vector space H that are invariant under the action of linear map T.
- is_closed : IsClosed ↑self.toSubspace
Instances For
Show that every bounded linear operator T : H → H on a separable Hilbert space H of dimension
at least 2 has a non-trivial closed T-invariant subspace: a closed linear subspace W of H,
which is different from H and from {0}, such that T ( W ) ⊂ W. One needs the assumption that
the dimension of H is at least 2 because otherwise any subspace would be either H or {0}.
Every (bounded) linear operator T : H → H on a finite-dimensional linear space H of dimension
at least 2 has a non-trivial (closed) T-invariant subspace. This can be solved using the Jordan
normal form, which is
not yet in mathlib.
Every bounded linear operator T : H → H on a non-separable Hilbert space H has a
non-trivial closed T-invariant subspace. Such an invariant space is given by considering the
closure of the linear span of the orbit of any single non-zero vector.
Every normal linear operator T : H → H on a Hilbert space H of dimension at least 2 has a
non-trivial closed T-invariant subspace. If T is a multiple of the identity, one can take any
non-trivial subspace . If not, one can take any nontrivial spectral subspace of T.
There exists a bounded linear operator T on the l1 space (lp (fun (_ : ℕ) => ℂ) 1)) without
non-trivial closed T-invariant subspace Read 1985, see
also the first counterexample by Enflo Enflo 1987, submitted
in 1981.