Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Modular.Smearing

The smearing operator ∫ a(t) U(t) dt #

theorem CommutingRepetition.VN.Modular.integrable_smul_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (a : ) (ha : MeasureTheory.Integrable a MeasureTheory.volume) (U : K →L[] K) {C : } (hUc : ∀ (v : K), Continuous fun (t : ) => (U t) v) (hUb : ∀ (t : ), U t C) (ξ : K) :
noncomputable def CommutingRepetition.VN.Modular.smear {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (a : ) (ha : MeasureTheory.Integrable a MeasureTheory.volume) (U : K →L[] K) {C : } (hUc : ∀ (v : K), Continuous fun (t : ) => (U t) v) (hUb : ∀ (t : ), U t C) :

The smearing operator ξ ↦ ∫ a(t) U(t) ξ dt of a uniformly bounded strongly continuous family U against an integrable weight a.

Equations
Instances For
    theorem CommutingRepetition.VN.Modular.smear_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (a : ) (ha : MeasureTheory.Integrable a MeasureTheory.volume) (U : K →L[] K) {C : } (hUc : ∀ (v : K), Continuous fun (t : ) => (U t) v) (hUb : ∀ (t : ), U t C) (ξ : K) :
    (smear a ha U hUc hUb) ξ = (t : ), a t (U t) ξ
    theorem CommutingRepetition.VN.Modular.norm_smear_le {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (a : ) (ha : MeasureTheory.Integrable a MeasureTheory.volume) (U : K →L[] K) {C : } (hUc : ∀ (v : K), Continuous fun (t : ) => (U t) v) (hUb : ∀ (t : ), U t C) :
    smear a ha U hUc hUb ( (t : ), a t) * C
    theorem CommutingRepetition.VN.Modular.inner_smear {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (a : ) (ha : MeasureTheory.Integrable a MeasureTheory.volume) (U : K →L[] K) {C : } (hUc : ∀ (v : K), Continuous fun (t : ) => (U t) v) (hUb : ∀ (t : ), U t C) (η ξ : K) :
    inner η ((smear a ha U hUc hUb) ξ) = (t : ), a t * inner η ((U t) ξ)
    theorem CommutingRepetition.VN.Modular.clm_smear {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (a : ) (ha : MeasureTheory.Integrable a MeasureTheory.volume) (U : K →L[] K) {C : } (hUc : ∀ (v : K), Continuous fun (t : ) => (U t) v) (hUb : ∀ (t : ), U t C) (S : K →L[] K) (ξ : K) :
    S ((smear a ha U hUc hUb) ξ) = (t : ), a t S ((U t) ξ)
    theorem CommutingRepetition.VN.Modular.smear_mem {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (a : ) (ha : MeasureTheory.Integrable a MeasureTheory.volume) (U : K →L[] K) {C : } (hUc : ∀ (v : K), Continuous fun (t : ) => (U t) v) (hUb : ∀ (t : ), U t C) (N : VonNeumannAlgebra K) (hU : ∀ (t : ), U t N) :
    smear a ha U hUc hUb N

    Smearing a family of elements of a von Neumann algebra stays in it.

    Exchange: ∫ a(t) Δ^{it} ζ dt = â(θ)(R) ζ #

    theorem CommutingRepetition.VN.Modular.smear_Δit_eq_cbfc {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {a : } (ha : MeasureTheory.Integrable a MeasureTheory.volume) {Ĝ : } ( : BorelCalc.CBdd Ĝ) (hint : ∀ (l : ), (t : ), a t * gDel t l = Ĝ l) :
    smear a ha (fun (t : ) => Δit M Ω t) = BorelCalc.cbfc (R M Ω) Ĝ

    ∫ a(t) Δ^{it} dt = Ĝ(R) where Ĝ(l) = ∫ a(t) e^{itθ(l)} dt.

    theorem CommutingRepetition.VN.Modular.integral_smul_Δit {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {a : } (ha : MeasureTheory.Integrable a MeasureTheory.volume) {Ĝ : } ( : BorelCalc.CBdd Ĝ) (hint : ∀ (l : ), (t : ), a t * gDel t l = Ĝ l) (ζ : K) :
    (t : ), a t (Δit M Ω t) ζ = (BorelCalc.cbfc (R M Ω) Ĝ) ζ

    Gaussians and their Fourier transforms #

    noncomputable def CommutingRepetition.VN.Modular.gauss (k t : ) :

    The normalized Gaussian a_k(t) = √(k/π) e^{-kt²}.

    Equations
    Instances For
      theorem CommutingRepetition.VN.Modular.integral_gaussC_mul_exp {k : } (hk : 0 < k) (u : ) :
      (t : ), (gauss k t) * Complex.exp (↑(t * u) * Complex.I) = (Real.exp (-u ^ 2 / (4 * k)))

      The Gaussian Fourier transform: ∫ a_k(t) e^{itu} dt = e^{-u²/(4k)}.

      The modulated Gaussian a_k^♭(t) = e^{k/4} a_k(t) e^{-ikt}.

      Equations
      Instances For
        theorem CommutingRepetition.VN.Modular.integral_gaussFlat_mul_exp {k : } (hk : 0 < k) (u : ) :
        (t : ), gaussFlat k t * Complex.exp (↑(t * u) * Complex.I) = (Real.exp (-u ^ 2 / (4 * k))) * (Real.exp (u / 2))

        ∫ a_k^♭(t) e^{itu} dt = e^{-u²/(4k)} e^{u/2}.

        The spectral functions e^{-θ²/(4k)} and e^{-θ²/(4k)} e^{θ/2} #

        noncomputable def CommutingRepetition.VN.Modular.gk (k l : ) :

        gk k l = e^{-θ(l)²/(4k)}.

        Equations
        Instances For
          theorem CommutingRepetition.VN.Modular.gk_le_one {k : } (hk : 0 < k) (l : ) :
          gk k l 1
          theorem CommutingRepetition.VN.Modular.gkFlat_le {k : } (hk : 0 < k) (l : ) :
          gkFlat k l Real.exp (k / 4)
          theorem CommutingRepetition.VN.Modular.integral_gaussC_mul_gDel {k : } (hk : 0 < k) (l : ) :
          (t : ), (gauss k t) * gDel t l = (gk k l)

          The smeared elements x_k and x_k^♭ #

          theorem CommutingRepetition.VN.Modular.continuous_σ_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (x : K →L[] K) (v : K) :
          Continuous fun (t : ) => (σ M Ω t x) v
          noncomputable def CommutingRepetition.VN.Modular.xk {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (k : ) (hk : 0 < k) (x : K →L[] K) :

          The Gaussian smearing x_k = ∫ a_k(t) σ_t(x) dt.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            noncomputable def CommutingRepetition.VN.Modular.xkFlat {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (k : ) (hk : 0 < k) (x : K →L[] K) :

            The companion x_k^♭ = e^{k/4} ∫ a_k(t) e^{-ikt} σ_t(x*) dt.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem CommutingRepetition.VN.Modular.xk_mem {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) {k : } (hk : 0 < k) {x : K →L[] K} (hx : x M) :
              xk M Ω k hk x M
              theorem CommutingRepetition.VN.Modular.xkFlat_mem {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) {k : } (hk : 0 < k) {x : K →L[] K} (hx : x M) :
              xkFlat M Ω k hk x M
              theorem CommutingRepetition.VN.Modular.norm_xk_le {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {k : } (hk : 0 < k) (x : K →L[] K) :
              xk M Ω k hk x x
              theorem CommutingRepetition.VN.Modular.xk_apply_Ω {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {k : } (hk : 0 < k) (x : K →L[] K) :
              (xk M Ω k hk x) Ω = (BorelCalc.bfc (R M Ω) (gk k)) (x Ω)

              x_k Ω = e^{-θ²/(4k)}(R) xΩ.

              theorem CommutingRepetition.VN.Modular.xkFlat_apply_Ω {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {k : } (hk : 0 < k) (x : K →L[] K) :
              (xkFlat M Ω k hk x) Ω = (BorelCalc.bfc (R M Ω) (gkFlat k)) ((star x) Ω)

              x_k^♭ Ω = (e^{-θ²/(4k)} e^{θ/2})(R) x*Ω.

              The reflected companion function gkFlat k (2 − l) = e^{-θ²/(4k)} e^{-θ/2}.

              theorem CommutingRepetition.VN.Modular.Jm_xkFlat_apply_Ω {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) {k : } (hk : 0 < k) {x : K →L[] K} (hx : x M) :
              (Jm M Ω) ((xkFlat M Ω k hk x) Ω) = (xk M Ω k hk x) Ω

              The key identity J x_k^♭ Ω = x_k Ω.

              Left boundedness #

              theorem CommutingRepetition.VN.Modular.re_inner_commutant_apply_le {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {c y : K →L[] K} (hc' : c M.commutant) (hy : y M) (hy0 : 0 y) :
              (inner (c Ω) (y (c Ω))).re c ^ 2 * (inner Ω (y Ω)).re

              For c ∈ M′ and 0 ≤ y ∈ M: ⟪cΩ, y cΩ⟫ ≤ ‖c‖² ⟪Ω, yΩ⟫.

              theorem CommutingRepetition.VN.Modular.inner_Ω_star_mul_mul {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (Ω : K) (a y : K →L[] K) :
              inner Ω ((star a * y * a) Ω) = inner (a Ω) (y (a Ω))
              theorem CommutingRepetition.VN.Modular.re_inner_xk_le {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) {k : } (hk : 0 < k) {x y : K →L[] K} (hx : x M) (hy : y M) (hy0 : 0 y) :
              (inner Ω ((star (xk M Ω k hk x) * y * xk M Ω k hk x) Ω)).re xkFlat M Ω k hk x ^ 2 * (inner Ω (y Ω)).re

              HJX Lemma 2.5(i) for the smeared elements: ψ(x_k* y x_k) ≤ ‖x_k^♭‖² ψ(y) for 0 ≤ y ∈ M.

              Convergence x_k Ω → xΩ #

              theorem CommutingRepetition.VN.Modular.tendsto_xk_apply_Ω {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (x : K →L[] K) :
              Filter.Tendsto (fun (n : ) => (xk M Ω (n + 1) x) Ω) Filter.atTop (nhds (x Ω))

              x_k Ω → xΩ along k = n + 1 → ∞: the smeared elements are ‖·‖_ψ-dense.