Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Normal

Bounded strong convergence #

def CommutingRepetition.VN.TendstoStrongBdd {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] {ι : Type u_3} (l : Filter ι) (T : ιH →L[] H) (L : H →L[] H) :

T i → L strongly (pointwise) along l, with ‖T i‖ uniformly bounded.

Equations
Instances For
    theorem CommutingRepetition.VN.TendstoStrongBdd.bdd {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_3} {l : Filter ι} {T : ιH →L[] H} {L : H →L[] H} (h : TendstoStrongBdd l T L) :
    ∃ (C : ), ∀ (i : ι), T i C
    theorem CommutingRepetition.VN.TendstoStrongBdd.tendsto {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_3} {l : Filter ι} {T : ιH →L[] H} {L : H →L[] H} (h : TendstoStrongBdd l T L) (ξ : H) :
    Filter.Tendsto (fun (i : ι) => (T i) ξ) l (nhds (L ξ))
    theorem CommutingRepetition.VN.TendstoStrongBdd.const {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_3} {l : Filter ι} (L : H →L[] H) :
    TendstoStrongBdd l (fun (x : ι) => L) L
    theorem CommutingRepetition.VN.TendstoStrongBdd.mul_left {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_3} {l : Filter ι} {T : ιH →L[] H} {L : H →L[] H} (h : TendstoStrongBdd l T L) (A : H →L[] H) :
    TendstoStrongBdd l (fun (i : ι) => A * T i) (A * L)
    theorem CommutingRepetition.VN.TendstoStrongBdd.mul_right {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_3} {l : Filter ι} {T : ιH →L[] H} {L : H →L[] H} (h : TendstoStrongBdd l T L) (A : H →L[] H) :
    TendstoStrongBdd l (fun (i : ι) => T i * A) (L * A)
    theorem CommutingRepetition.VN.TendstoStrongBdd.add {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_3} {l : Filter ι} {T S : ιH →L[] H} {L M : H →L[] H} (h : TendstoStrongBdd l T L) (h' : TendstoStrongBdd l S M) :
    TendstoStrongBdd l (fun (i : ι) => T i + S i) (L + M)
    theorem CommutingRepetition.VN.TendstoStrongBdd.smul {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_3} {l : Filter ι} {T : ιH →L[] H} {L : H →L[] H} (h : TendstoStrongBdd l T L) (c : ) :
    TendstoStrongBdd l (fun (i : ι) => c T i) (c L)
    theorem CommutingRepetition.VN.TendstoStrongBdd.mul {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {ι : Type u_3} {l : Filter ι} {T S : ιH →L[] H} {L M : H →L[] H} (h : TendstoStrongBdd l T L) (h' : TendstoStrongBdd l S M) :
    TendstoStrongBdd l (fun (i : ι) => T i * S i) (L * M)

    Multiplication is jointly continuous along bounded strongly convergent nets.

    Normal functionals and maps #

    A functional on B(H) is normal if it is continuous along bounded strongly convergent nets (indexed by a Type).

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      A map B(H) → B(K) is normal if it preserves bounded strong convergence.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        theorem CommutingRepetition.VN.IsNormalFun.add {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {φ ψ : (H →L[] H) → } ( : IsNormalFun φ) ( : IsNormalFun ψ) :
        IsNormalFun fun (T : H →L[] H) => φ T + ψ T
        theorem CommutingRepetition.VN.IsNormalFun.smul {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {φ : (H →L[] H) → } ( : IsNormalFun φ) (c : ) :
        IsNormalFun fun (T : H →L[] H) => c * φ T
        theorem CommutingRepetition.VN.IsNormalFun.comp {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {K : Type u_2} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {φ : (H →L[] H) → } ( : IsNormalFun φ) {Φ : (K →L[] K) → H →L[] H} ( : IsNormalMap Φ) :
        IsNormalFun fun (T : K →L[] K) => φ (Φ T)

        The vector functionals T ↦ ⟪ξ, T η⟫ are normal.

        theorem CommutingRepetition.VN.IsNormalMap.comp {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {K : Type u_2} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {Φ : (H →L[] H) → K →L[] K} {K' : Type u_3} [NormedAddCommGroup K'] [InnerProductSpace K'] [CompleteSpace K'] {Ψ : (K →L[] K) → K' →L[] K'} ( : IsNormalMap Ψ) ( : IsNormalMap Φ) :
        IsNormalMap fun (T : H →L[] H) => Ψ (Φ T)

        Trace-class functionals are normal #