Documentation

LeanPool.OSforGFF.Bochner.Sazonov

Sazonov Topology #

The Sazonov topology on a real Hilbert space H is the locally convex topology generated by seminorms x ↦ √⟪x, Sx⟫ where S ranges over positive trace-class operators on H.

A function φ : H → ℂ is continuous in the Sazonov topology iff for every ε > 0 there exists a positive trace-class operator S such that |φ(x) - φ(y)| < ε whenever √⟪x-y, S(x-y)⟫ < 1.

Main definitions #

Main results #

References #

Positive Trace-Class Operators #

A positive operator S is trace-class if ∑ᵢ ⟪eᵢ, S eᵢ⟫ converges for some Hilbert basis {eᵢ}. For positive operators, this is basis-independent.

Equations
Instances For

    Quadratic Form and Seminorm #

    def quadForm {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] (S : H →L[] H) (x : H) :

    The quadratic form associated to an operator: x ↦ ⟪x, Sx⟫.

    Equations
    Instances For
      theorem quadForm_nonneg {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {S : H →L[] H} (hS : S.IsPositive) (x : H) :
      theorem inner_S_smul_right {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {S : H →L[] H} (t : ) (x y : H) :
      inner x (S (t y)) = t * inner x (S y)
      theorem quadForm_smul {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {S : H →L[] H} (t : ) (x : H) :
      quadForm S (t x) = t ^ 2 * quadForm S x
      theorem quadForm_add {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {S : H →L[] H} (hS : S.IsPositive) (x y : H) :
      quadForm S (x + y) = quadForm S x + 2 * inner x (S y) + quadForm S y
      theorem inner_sq_le_quadForm_mul {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {S : H →L[] H} (hS : S.IsPositive) (x y : H) :
      inner x (S y) ^ 2 quadForm S x * quadForm S y

      Cauchy-Schwarz inequality for the semi-inner product ⟪·, S·⟫: ⟪x, Sy⟫² ≤ ⟪x, Sx⟫ · ⟪y, Sy⟫ when S is positive.

      Proof: the quadratic t ↦ ⟪x + ty, S(x + ty)⟫ is nonneg for all t, so its discriminant is nonpositive.

      theorem sqrt_quadForm_add_le {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {S : H →L[] H} (hS : S.IsPositive) (x y : H) :
      (quadForm S (x + y)) (quadForm S x) + (quadForm S y)

      Triangle inequality for the Sazonov seminorm: √⟪x+y, S(x+y)⟫ ≤ √⟪x, Sx⟫ + √⟪y, Sy⟫.

      noncomputable def sazonovSeminorm {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] (S : H →L[] H) (hS : S.IsPositive) :

      The Sazonov seminorm for a positive operator S: x ↦ √⟪x, Sx⟫.

      Equations
      Instances For

        Sazonov Topology #

        The index type for the Sazonov seminorm family: positive trace-class operators.

        Instances For

          The Sazonov seminorm family, indexed by positive trace-class operators.

          Equations
          Instances For
            @[reducible]

            The Sazonov topology on a real Hilbert space, generated by the seminorms x ↦ √⟪x, Sx⟫ as S ranges over positive trace-class operators.

            Equations
            Instances For