Pointwise convergence of truncations #
theorem
CommutingRepetition.GraphMod.ψn_tendsto
(t : ℝ)
:
Filter.Tendsto (fun (n : ℕ) => ψn n t) Filter.atTop (nhds (ψ t))
theorem
CommutingRepetition.GraphMod.ψn_sq_tendsto
(t : ℝ)
:
Filter.Tendsto (fun (n : ℕ) => ψn n t ^ 2) Filter.atTop (nhds (ψ t ^ 2))
theorem
CommutingRepetition.GraphMod.Bdd.sq
{g : ℝ → ℝ}
(hg : BorelCalc.Bdd g)
:
BorelCalc.Bdd fun (t : ℝ) => g t ^ 2
The spectral distribution of the modulus #
instance
CommutingRepetition.GraphMod.ν₀_isProbabilityMeasure
(M : StdTracialAlgebra)
(x : M.H)
:
MeasureTheory.IsProbabilityMeasure (BorelCalc.ν (Eop M x) ⋯ M.traceVector)
The spectral distribution μ = ψ_* ν_Ω of the left modulus.
Equations
Instances For
theorem
CommutingRepetition.GraphMod.μx_apply
(M : StdTracialAlgebra)
(x : M.H)
{I : Set ℝ}
(hI : MeasurableSet I)
:
Integrability of the modulus #
theorem
CommutingRepetition.GraphMod.lintegral_ψ_sq_le
(M : StdTracialAlgebra)
(x : M.H)
:
∫⁻ (t : ℝ), ENNReal.ofReal (ψ t ^ 2) ∂BorelCalc.ν (Eop M x) ⋯ M.traceVector ≤ ENNReal.ofReal (‖x‖ ^ 2)
theorem
CommutingRepetition.GraphMod.integrable_ψ_sq
(M : StdTracialAlgebra)
(x : M.H)
:
MeasureTheory.Integrable (fun (t : ℝ) => ψ t ^ 2) (BorelCalc.ν (Eop M x) ⋯ M.traceVector)
theorem
CommutingRepetition.GraphMod.integrable_ψ
(M : StdTracialAlgebra)
(x : M.H)
:
MeasureTheory.Integrable ψ (BorelCalc.ν (Eop M x) ⋯ M.traceVector)
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_inter
(M : StdTracialAlgebra)
(x : M.H)
{I J : Set ℝ}
(hI : MeasurableSet I)
(hJ : MeasurableSet J)
:
theorem
CommutingRepetition.GraphMod.projx_union
(M : StdTracialAlgebra)
(x : M.H)
{I J : Set ℝ}
(hI : MeasurableSet I)
(hJ : MeasurableSet J)
(hd : Disjoint I J)
:
theorem
CommutingRepetition.GraphMod.projx_trace
(M : StdTracialAlgebra)
(x : M.H)
{I : Set ℝ}
(hI : MeasurableSet 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_tendsto
{J : Set ℝ}
(t : ℝ)
:
Filter.Tendsto (fun (n : ℕ) => J.indicator 1 t * ψn n t) Filter.atTop (nhds (J.indicator ψ t))
theorem
CommutingRepetition.GraphMod.J_PE_hvec
(M : StdTracialAlgebra)
(x : M.H)
{J : Set ℝ}
(hJ : MeasurableSet J)
:
Assembly #
noncomputable def
CommutingRepetition.GraphMod.spectralData
(M : StdTracialAlgebra)
(x : M.H)
:
SpectralData M.vnModel x
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
theorem
CommutingRepetition.GraphMod.spectralData_proj
(M : StdTracialAlgebra)
(x : M.H)
(I : Set ℝ)
: