Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.LeftModulusData

Pointwise convergence of truncations #

theorem CommutingRepetition.GraphMod.indicator_iUnion_tendsto' {I : Set } (hmono : Monotone I) (f : ) (t : ) :
Filter.Tendsto (fun (n : ) => (I n).indicator f t) Filter.atTop (nhds ((⋃ (n : ), I n).indicator f t))
theorem CommutingRepetition.GraphMod.Bdd.sq {g : } (hg : BorelCalc.Bdd g) :
BorelCalc.Bdd fun (t : ) => g t ^ 2

The spectral distribution of the modulus #

Integrability of the modulus #

The band projections #

noncomputable def CommutingRepetition.GraphMod.projx (M : StdTracialAlgebra) (x : M.H) (I : Set ) :
M.vnAlg

proj I = 1_I(h_x) = P (ψ⁻¹ I), as an element of the von Neumann algebra.

Equations
Instances For
    theorem CommutingRepetition.GraphMod.projx_val (M : StdTracialAlgebra) (x : M.H) (I : Set ) :
    (projx M x I) = BorelCalc.P (Eop M x) (ψ ⁻¹' I)
    theorem CommutingRepetition.GraphMod.projx_inter (M : StdTracialAlgebra) (x : M.H) {I J : Set } (hI : MeasurableSet I) (hJ : MeasurableSet J) :
    projx M x I * projx M x J = projx M x (I J)
    theorem CommutingRepetition.GraphMod.projx_union (M : StdTracialAlgebra) (x : M.H) {I J : Set } (hI : MeasurableSet I) (hJ : MeasurableSet J) (hd : Disjoint I J) :
    projx M x (I J) = projx M x I + projx M x J
    theorem CommutingRepetition.GraphMod.projx_trace (M : StdTracialAlgebra) (x : M.H) {I : Set } (hI : MeasurableSet I) :
    M.vnModel.τ (projx M x I) = ((μx M x) I).toReal
    theorem CommutingRepetition.GraphMod.projx_absorb (M : StdTracialAlgebra) (x : M.H) {I : Set } (hI : MeasurableSet I) (hsub : ISet.Ioi 0) :
    vEl M x * star (vEl M x) * projx M x I = projx M x I

    The two pairings #

    theorem CommutingRepetition.GraphMod.inner_PE_ψn (M : StdTracialAlgebra) (x : M.H) {J : Set } (hJ : MeasurableSet J) (n : ) :
    inner ((BorelCalc.P (Eop M x) J) M.traceVector) ((BorelCalc.bfc (Eop M x) (ψn n)) M.traceVector) = ( (t : ), J.indicator 1 t * ψn n t BorelCalc.ν (Eop M x) M.traceVector)

    ⟪P J Ω, ψₙ(E) Ω⟫ = ∫ 1_J ψₙ dν_Ω.

    theorem CommutingRepetition.GraphMod.inner_ψn_PE_ψn (M : StdTracialAlgebra) (x : M.H) {J : Set } (hJ : MeasurableSet J) (n : ) :
    inner ((BorelCalc.bfc (Eop M x) (ψn n)) M.traceVector) ((BorelCalc.P (Eop M x) J) ((BorelCalc.bfc (Eop M x) (ψn n)) M.traceVector)) = ( (t : ), ψn n t * (J.indicator 1 t * ψn n t) BorelCalc.ν (Eop M x) M.traceVector)

    ⟪ψₙ(E) Ω, P J ψₙ(E) Ω⟫ = ∫ ψₙ 1_J ψₙ dν_Ω.

    theorem CommutingRepetition.GraphMod.indicator_ψn_ψn_tendsto {J : Set } (t : ) :
    Filter.Tendsto (fun (n : ) => ψn n t * (J.indicator 1 t * ψn n t)) Filter.atTop (nhds (J.indicator (fun (t : ) => ψ t ^ 2) t))
    theorem CommutingRepetition.GraphMod.pairing1 (M : StdTracialAlgebra) (x : M.H) {I : Set } (hI : MeasurableSet I) :
    inner (M.vnModel.ι (projx M x I)) (hvec M x) = ( (b : ) in I, b μx M x)

    The first pairing: ⟪P(ψ⁻¹I) Ω, hvec⟫ = ∫_I b dμ.

    theorem CommutingRepetition.GraphMod.J_PE_hvec (M : StdTracialAlgebra) (x : M.H) {J : Set } (hJ : MeasurableSet J) :
    M.J ((BorelCalc.P (Eop M x) J) (hvec M x)) = (BorelCalc.P (Eop M x) J) (hvec M x)
    theorem CommutingRepetition.GraphMod.pairing2 (M : StdTracialAlgebra) (x : M.H) {I : Set } (hI : MeasurableSet I) :
    inner (hvec M x) ((M.vnModel.Rop (projx M x I)) (hvec M x)) = ( (b : ) in I, b ^ 2 μx M x)

    The second pairing: ⟪hvec, Rop (P(ψ⁻¹I)) hvec⟫ = ∫_I b² dμ.

    Assembly #

    The left-modulus spectral package of x in the von Neumann model.

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