Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Modular.Perturb

The scalar functions #

noncomputable def CommutingRepetition.VN.Modular.clR (l : ) :

Clamp to [0,2].

Equations
Instances For
    theorem CommutingRepetition.VN.Modular.dfn_ge {C : } (hC : 0 C) (m : ) :
    Real.exp (-C) dfn C m
    noncomputable def CommutingRepetition.VN.Modular.den (C : ) (p : × ) :

    The denominator l + e^m(2 − l) (with the clamps).

    Equations
    Instances For

      The lower bound for the denominator.

      Equations
      Instances For
        theorem CommutingRepetition.VN.Modular.den_ge {C : } (hC : 0 C) (p : × ) :
        denLB C den C p
        theorem CommutingRepetition.VN.Modular.den_pos {C : } (hC : 0 C) (p : × ) :
        0 < den C p
        theorem CommutingRepetition.VN.Modular.den_le {C : } (hC : 0 C) (p : × ) :
        den C p 2 + 2 * Real.exp C
        noncomputable def CommutingRepetition.VN.Modular.fN (C : ) (p : × ) :

        1/den: the symbol of the inverse (R + e^B(2−R))⁻¹.

        Equations
        Instances For
          noncomputable def CommutingRepetition.VN.Modular.fR (C : ) (p : × ) :

          2l/den: the symbol of the perturbed modular operator.

          Equations
          Instances For
            theorem CommutingRepetition.VN.Modular.fN_nonneg {C : } (hC : 0 C) (p : × ) :
            0 fN C p
            theorem CommutingRepetition.VN.Modular.fN_le {C : } (hC : 0 C) (p : × ) :
            fN C p 1 / denLB C
            theorem CommutingRepetition.VN.Modular.fR_nonneg {C : } (hC : 0 C) (p : × ) :
            0 fR C p
            theorem CommutingRepetition.VN.Modular.fR_le_two {C : } (hC : 0 C) (p : × ) :
            fR C p 2
            theorem CommutingRepetition.VN.Modular.fN_mul_den {C : } (hC : 0 C) (p : × ) :
            fN C p * den C p = 1
            theorem CommutingRepetition.VN.Modular.fR_eq (C : ) (p : × ) :
            fR C p = 2 * (clR p.1 * fN C p)

            The Fourier symbol: θ(fR) = clamp C m + θ(l) on (0,2) #

            theorem CommutingRepetition.VN.Modular.fR_mem_Ioo {C : } (hC : 0 C) {p : × } (hp : p.1 Set.Ioo 0 2) :
            fR C p Set.Ioo 0 2
            theorem CommutingRepetition.VN.Modular.θ_fR {C : } (hC : 0 C) {p : × } (hp : p.1 Set.Ioo 0 2) :
            θ (fR C p) = clamp C p.2 + θ p.1
            theorem CommutingRepetition.VN.Modular.gDel_fR {C : } (hC : 0 C) (t : ) {p : × } (hp : p.1 Set.Ioo 0 2) :
            gDel t (fR C p) = eitf t (clamp C p.2) * gDel t p.1

            The Fourier symbol of the perturbed modular operator on (0,2).

            The operators for a commuting pair (E, B) #

            clR is the identity on the spectrum of E when spectrum E ⊆ [0,2].

            theorem CommutingRepetition.VN.Modular.jbfc_clR_fst {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) (hsp : spectrum ESet.Icc 0 2) :
            (BorelCalc.jbfc E B hE hB hcm fun (p : × ) => clR p.1) = E
            theorem CommutingRepetition.VN.Modular.jbfc_dfn_snd {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) :
            (BorelCalc.jbfc E B hE hB hcm fun (p : × ) => dfn B p.2) = expA B 1
            theorem CommutingRepetition.VN.Modular.jbfc_two_sub_clR {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) (hsp : spectrum ESet.Icc 0 2) :
            (BorelCalc.jbfc E B hE hB hcm fun (p : × ) => 2 - clR p.1) = 2 - E
            theorem CommutingRepetition.VN.Modular.jbfc_den {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) (hsp : spectrum ESet.Icc 0 2) :
            BorelCalc.jbfc E B hE hB hcm (den B) = E + expA B 1 * (2 - E)

            E + e^B(2 − E) is the jbfc of the denominator.

            theorem CommutingRepetition.VN.Modular.jbfc_fN_mul {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) (hsp : spectrum ESet.Icc 0 2) :
            BorelCalc.jbfc E B hE hB hcm (fN B) * (E + expA B 1 * (2 - E)) = 1

            The inverse relation: (E + e^B(2−E))⁻¹ (E + e^B(2−E)) = 1.

            theorem CommutingRepetition.VN.Modular.jbfc_fR_eq {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) (hsp : spectrum ESet.Icc 0 2) :
            BorelCalc.jbfc E B hE hB hcm (fR B) = 2 (E * BorelCalc.jbfc E B hE hB hcm (fN B))

            2E(E + e^B(2−E))⁻¹ is the jbfc of fR.

            theorem CommutingRepetition.VN.Modular.commute_jbfc_fN {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) {T : K →L[] K} (h1 : Commute E T) (h2 : Commute B T) :
            Commute (BorelCalc.jbfc E B hE hB hcm (fN B)) T

            The modular group of the perturbed operator #

            theorem CommutingRepetition.VN.Modular.ae_fst_mem_Ioo {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) ( : ∀ (ζ : K), (BorelCalc.ν E hE ζ) (Set.Ioo 0 2) = 0) (ζ : K) :
            ∀ᵐ (p : × ) BorelCalc.νP E B hE hB hcm ζ, p.1 Set.Ioo 0 2
            theorem CommutingRepetition.VN.Modular.cbfc_jbfc_fR_gDel {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {E B : K →L[] K} (hE : IsSelfAdjoint E) (hB : IsSelfAdjoint B) (hcm : Commute E B) ( : ∀ (ζ : K), (BorelCalc.ν E hE ζ) (Set.Ioo 0 2) = 0) (t : ) :
            BorelCalc.cbfc (BorelCalc.jbfc E B hE hB hcm (fR B)) (gDel t) = eit B hB t * BorelCalc.cbfc E hE (gDel t)

            The modular group of the perturbed operator: (fR)(E,B)^{it} = e^{itB} E^{it} in the sense of the Fourier symbols gDel.

            (M3): the modular data of ξ = e^{-a/2}Ω #

            theorem CommutingRepetition.VN.Modular.commute_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] {x y : K →L[] K} (h : Commute x y) (ζ : K) :
            x (y ζ) = y (x ζ)

            B = a′ − a, with a′ = J a J.

            Equations
            Instances For
              theorem CommutingRepetition.VN.Modular.isSelfAdjoint_Bp {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) :
              IsSelfAdjoint (Bp M Ω a)
              theorem CommutingRepetition.VN.Modular.commute_R_Bp {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (haR : Commute a (R M Ω)) :
              Commute (R M Ω) (Bp M Ω a)
              theorem CommutingRepetition.VN.Modular.commute_a_conjJm {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) :
              Commute a (conjJm M Ω a)
              theorem CommutingRepetition.VN.Modular.commute_Bp_expA_a {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (r : ) :
              Commute (Bp M Ω a) (expA a r)
              theorem CommutingRepetition.VN.Modular.commute_Bp_expA_conjJm {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (r : ) :
              Commute (Bp M Ω a) (expA (conjJm M Ω a) r)
              noncomputable def CommutingRepetition.VN.Modular.Nop {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :

              The inverse (R + e^B(2−R))⁻¹.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                noncomputable def CommutingRepetition.VN.Modular.Rpert {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :

                The perturbed modular operator 2R(R + e^B(2−R))⁻¹.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  theorem CommutingRepetition.VN.Modular.Emul_mul_Einv {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) :
                  Emul M Ω a * Einv M Ω a = 1
                  theorem CommutingRepetition.VN.Modular.Emul_mul_Emul {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) :
                  Emul M Ω a * Emul M Ω a = expA (Bp M Ω a) 1
                  theorem CommutingRepetition.VN.Modular.commute_Nop {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) {T : K →L[] K} (h1 : Commute (R M Ω) T) (h2 : Commute (Bp M Ω a) T) :
                  Commute (Nop M Ω hs hc a hsa haR) T
                  theorem CommutingRepetition.VN.Modular.commute_Nop_R {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :
                  Commute (Nop M Ω hs hc a hsa haR) (R M Ω)
                  theorem CommutingRepetition.VN.Modular.commute_Nop_expA_a {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) (r : ) :
                  Commute (Nop M Ω hs hc a hsa haR) (expA a r)
                  theorem CommutingRepetition.VN.Modular.commute_Nop_expA_conjJm {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) (r : ) :
                  Commute (Nop M Ω hs hc a hsa haR) (expA (conjJm M Ω a) r)
                  theorem CommutingRepetition.VN.Modular.commute_Nop_Emul {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :
                  Commute (Nop M Ω hs hc a hsa haR) (Emul M Ω a)
                  theorem CommutingRepetition.VN.Modular.commute_Nop_Einv {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :
                  Commute (Nop M Ω hs hc a hsa haR) (Einv M Ω a)
                  theorem CommutingRepetition.VN.Modular.Nop_mul_den {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :
                  Nop M Ω hs hc a hsa haR * (R M Ω + expA (Bp M Ω a) 1 * (2 - R M Ω)) = 1
                  theorem CommutingRepetition.VN.Modular.Rpert_eq {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :
                  Rpert M Ω hs hc a hsa haR = 2 (R M Ω * Nop M Ω hs hc a hsa haR)

                  The candidate conjugate-linear part #

                  noncomputable def CommutingRepetition.VN.Modular.Xpert {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :

                  The complex-linear factor of A_ξ.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    noncomputable def CommutingRepetition.VN.Modular.Apert {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :

                    The candidate for T_ξ J_ξ.

                    Equations
                    Instances For
                      theorem CommutingRepetition.VN.Modular.Apert_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) (ζ : K) :
                      (Apert M Ω hs hc a hsa haR) ζ = 2 (Emul M Ω a) ((Nop M Ω hs hc a hsa haR) ((Tm M Ω) ((Jm M Ω) ζ)))
                      theorem CommutingRepetition.VN.Modular.Tm_Jm_expA_conjJm {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) (r : ) (ζ : K) :
                      (Tm M Ω) ((Jm M Ω) ((expA (conjJm M Ω a) r) ζ)) = (expA a r) ((Tm M Ω) ((Jm M Ω) ζ))

                      The transport of T J past e^{ra′}.

                      The projection identities #

                      theorem CommutingRepetition.VN.Modular.hfix_pert {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) {k : K} (hk : k Kre M (pvec Ω a)) :
                      (Rpert M Ω hs hc a hsa haR) k + (Apert M Ω hs hc a hsa haR) k = 2 k
                      theorem CommutingRepetition.VN.Modular.hker_pert {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) {η : K} ( : η (↑(Kre M (pvec Ω a)))) :
                      (Rpert M Ω hs hc a hsa haR) η + (Apert M Ω hs hc a hsa haR) η = 0

                      (M3) #

                      theorem CommutingRepetition.VN.Modular.R_pvec {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) :
                      R M (pvec Ω a) = Rpert M Ω hs hc a hsa haR

                      (M3), the modular operator: R(M, ξ) = 2R(R + e^{a′−a}(2 − R))⁻¹ for ξ = e^{-a/2}Ω.

                      theorem CommutingRepetition.VN.Modular.Δit_pvec {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) (haR : Commute a (R M Ω)) (t : ) :
                      Δit M (pvec Ω a) t = eit (Bp M Ω a) t * Δit M Ω t

                      (M3), the modular group: Δ_ξ^{it} = e^{it(a′−a)}Δ^{it}.

                      theorem CommutingRepetition.VN.Modular.isSeparating_pvec' {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) :
                      IsSeparating (↑M) (pvec Ω a)

                      ξ = e^{-a/2}Ω is cyclic and separating, so the whole modular package applies to it.

                      theorem CommutingRepetition.VN.Modular.isCyclic_pvec' {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) :
                      IsCyclic (↑M) (pvec Ω a)
                      theorem CommutingRepetition.VN.Modular.isCentral_pvec_of_σ_eq_self {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (a : K →L[] K) (ha : a M) (hsa : IsSelfAdjoint a) {x : K →L[] K} (hx : x M) (h : ∀ (t : ), σ M (pvec Ω a) t x = x) :
                      IsCentral M (pvec Ω a) x

                      A fixed point of the perturbed modular group is in the perturbed centralizer, hence ψ_ξ-tracial (IsCentral.tracial).