Invariant Subspace Problem
Exact formalization occurrence from the upstream source collection.
- Source category
- research open
- Formal proof
- Not retained
- Vela current state
- No Repository Result attached
Source file
- Exact commit
- 33c6a2dcafc5e3cdebfc083203b0a051309ea5b4
- File blob
- 2d97cd7d24d9138d938c9009682ba9278ddb24dd
InvariantSubspaceProblem.Invariant_subspace_problem
Open whole fileExact retained declaration excerpt — not the whole file.
/--
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}`. -/
@[category research open, AMS 47]
theorem Invariant_subspace_problem [InnerProductSpace ℂ H] [TopologicalSpace.SeparableSpace H]
[CompleteSpace H] (hdim : 2 ≤ Module.rank ℂ H) (T : H →L[ℂ] H) :
Nonempty (ClosedInvariantSubspace T) := by
sorry