Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Generated

The von Neumann algebra generated by a set #

The von Neumann algebra generated by S: the bicommutant of S ∪ star S.

Equations
Instances For

    An element commuting with the commutant of N lies in N (the definition of a von Neumann algebra).

    theorem CommutingRepetition.VN.wstar_le {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {S : Set (H →L[] H)} {N : VonNeumannAlgebra H} (h : SN) {T : H →L[] H} (hT : T wstar S) :
    T N

    wstar S is the smallest von Neumann algebra containing S.

    Closure under strong limits and functional calculi #

    theorem CommutingRepetition.VN.mem_of_tendsto {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) {ι : Type u_2} {l : Filter ι} [l.NeBot] {T : ιH →L[] H} {L : H →L[] H} (hT : ∀ (i : ι), T i N) (h : ∀ (ξ : H), Filter.Tendsto (fun (i : ι) => (T i) ξ) l (nhds (L ξ))) :
    L N

    A von Neumann algebra is closed under pointwise (strong) limits of bounded or unbounded nets: the commutation relations pass to the limit.

    theorem CommutingRepetition.VN.cfc_mem {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) {T : H →L[] H} (hT : T N) (f : ) :
    cfc f T N
    theorem CommutingRepetition.VN.bfc_mem {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) {E : H →L[] H} (hE : IsSelfAdjoint E) (hEN : E N) {g : } (hg : BorelCalc.Bdd g) :
    theorem CommutingRepetition.VN.mem_of_tendsto_seq {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) {T : H →L[] H} {L : H →L[] H} (hT : ∀ (n : ), T n N) (h : ∀ (ξ : H), Filter.Tendsto (fun (n : ) => (T n) ξ) Filter.atTop (nhds (L ξ))) :
    L N

    Pointwise limits of sequences: the form used for monotone and Cesàro limits.