Documentation

LeanPool.CompactSpectral.Topology.WeakHilbertCompact

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:

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.

@[implicit_reducible]
noncomputable def CompactSpectral.instNormWeakSpace {π•œ : Type u_1} [RCLike π•œ] {E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace π•œ E] :
Norm (WeakSpace π•œ E)

Norm on WeakSpace π•œ E inherited from E. Since WeakSpace π•œ E := E, this lets us write β€–xβ€– for x : WeakSpace π•œ E without explicit coercion.

Equations
Instances For

    Weak ↔ weak-star maps via Riesz #

    noncomputable def CompactSpectral.weakToWeakDual {π•œ : Type u_1} [RCLike π•œ] {E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace π•œ E] [CompleteSpace E] :
    WeakSpace π•œ E β†’ WeakDual π•œ E

    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
      noncomputable def CompactSpectral.weakDualToWeak {π•œ : Type u_1} [RCLike π•œ] {E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace π•œ E] [CompleteSpace E] :
      WeakDual π•œ E β†’ WeakSpace π•œ E

      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 #

        noncomputable def CompactSpectral.weakClosedBall {π•œ : Type u_1} [RCLike π•œ] {E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace π•œ E] (r : ℝ) :
        Set (WeakSpace π•œ E)

        The norm-closed ball, viewed as a subset of WeakSpace π•œ E.

        Equations
        Instances For
          noncomputable def CompactSpectral.weakDualClosedBall {π•œ : Type u_1} [RCLike π•œ] {E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace π•œ E] (r : ℝ) :
          Set (WeakDual π•œ E)

          The (weak-*) closed ball in the dual, as a subset of WeakDual π•œ E.

          Equations
          Instances For

            In a Hilbert space E, the norm-closed ball is compact for the weak topology.