Weak compactness of Hilbert closed balls #
If E is a (real or complex) Hilbert space, then the norm-closed ball is compact in the weak
topology on E.
This is a βRiesz + BanachβAlaogluβ bridge:
- Use the Riesz representation theorem (
InnerProductSpace.toDual) to identifyEwith its continuous dual. - Transfer BanachβAlaoglu compactness (
WeakDual.isCompact_closedBall) toWeakSpace π E.
This lemma is a key building block for developing compact/self-adjoint spectral theory in a
Hilbert setting while keeping packages/mathlib_extensions/ mathlib-only.
Norm on WeakSpace π E inherited from E. Since WeakSpace π E := E,
this lets us write βxβ for x : WeakSpace π E without explicit coercion.
Equations
- CompactSpectral.instNormWeakSpace = { norm := norm }
Instances For
Weak β weak-star maps via Riesz #
The Riesz map E β E* viewed as a function from the weak topology on E
(WeakSpace π E) to the weak-star topology on the dual (WeakDual π E).
Equations
Instances For
The inverse Riesz map E* β E viewed as a function from the weak-star dual (WeakDual π E)
to the weak topology on E (WeakSpace π E).
Equations
Instances For
Closed balls #
The norm-closed ball, viewed as a subset of WeakSpace π E.
Equations
Instances For
The (weak-*) closed ball in the dual, as a subset of WeakDual π E.
Equations
- CompactSpectral.weakDualClosedBall r = (fun (f : WeakDual π E) => WeakDual.toStrongDual f) β»ΒΉ' Metric.closedBall 0 r
Instances For
In a Hilbert space E, the norm-closed ball is compact for the weak topology.