Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Modular.LinearRN

Helpers on 𝒦, M_s Ω and M′ Ω #

theorem CommutingRepetition.VN.Modular.exists_sa_of_mem_saOrbit {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {v : K} (hv : v saOrbit M Ω) :
hM, IsSelfAdjoint h h Ω = v

Elements of the real span of M_s Ω are of the form with h ∈ M_s.

theorem CommutingRepetition.VN.Modular.exists_sa_approx {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {v : K} (hv : v Kre M Ω) {ε : } ( : 0 < ε) :
hM, IsSelfAdjoint h h Ω - v < ε

Vectors of 𝒦 are approximated by , h ∈ M_s.

theorem CommutingRepetition.VN.Modular.eq_of_inner_sa_eq {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {u v : K} (hu : u Kre M Ω) (hv : v Kre M Ω) (h : yM, IsSelfAdjoint yinner (y Ω) u = inner (y Ω) v) :
u = v

Two vectors of 𝒦 with the same real inner products against M_s Ω are equal.

theorem CommutingRepetition.VN.Modular.Pre_eq_Pre_of_inner_sa {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {u v : K} (h : yM, IsSelfAdjoint yinner (y Ω) u = inner (y Ω) v) :
(Pre M Ω) u = (Pre M Ω) v

Pre of a vector is determined by real inner products against M_s Ω.

Pre (λ̄ • Ω) = Re λ • Ω (P Ω = Ω, P (iΩ) = i Q Ω = 0).

theorem CommutingRepetition.VN.Modular.exists_of_mem_orbit_vn {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (N : VonNeumannAlgebra K) {ξ v : K} (hv : v orbit (↑N) ξ) :
yN, y ξ = v

Elements of the orbit of a von Neumann algebra are of the form y ξ, y ∈ N.

M′ Ω is dense (Ω separating for M).

theorem CommutingRepetition.VN.Modular.eq_of_inner_commutant {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) {u v : K} (h : zM.commutant, inner (z Ω) u = inner (z Ω) v) :
u = v

Two vectors with the same inner products against the dense set M′ Ω are equal.

theorem CommutingRepetition.VN.Modular.ext_of_commutant_orbit {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) {S₁ S₂ : K →L[] K} (h : yM.commutant, zM.commutant, inner (z Ω) (S₁ (y Ω)) = inner (z Ω) (S₂ (y Ω))) :
S₁ = S₂

Two operators with the same matrix coefficients on M′ Ω × M′ Ω are equal.

The self-adjoint unit ball and the set V #

V = {P(λ̄ • xΩ) : x ∈ M_s, ‖x‖ ≤ 1}.

Equations
Instances For

    The sign trick: Re⟪hΩ, x′Ω⟫ ≤ Re⟪hΩ, sgn(h) Ω⟫ for 0 ≤ x′ ≤ 1 in M′ #

    noncomputable def CommutingRepetition.VN.Modular.sgn (t : ) :

    sgn t = 1 for t ≥ 0 and -1 otherwise.

    Equations
    Instances For
      noncomputable def CommutingRepetition.VN.Modular.clamp (c t : ) :

      Truncation to [-c, c].

      Equations
      Instances For

        h = clamp(h) since the spectrum lies in [-‖h‖, ‖h‖].

        theorem CommutingRepetition.VN.Modular.exists_sqrt_mem {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (N : VonNeumannAlgebra K) {A : K →L[] K} (hA : A N) (h0 : 0 A) :
        rN, IsSelfAdjoint r r * r = A

        A nonnegative element of a von Neumann algebra has a self-adjoint square root in it.

        theorem CommutingRepetition.VN.Modular.re_inner_le_sgn {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {h : K →L[] K} (hh : h M) (hsa : IsSelfAdjoint h) {x' : K →L[] K} (hx' : x' M.commutant) (h0 : 0 x') (h1 : x' 1) :
        (inner (h Ω) (x' Ω)).re (inner (h Ω) ((sgnOp hsa) Ω)).re

        RvD's computation (proof of Lemma 4.3): for h ∈ M_s and 0 ≤ x′ ≤ 1 in M′, Re⟪hΩ, x′Ω⟫ ≤ Re⟪hΩ, sgn(h) Ω⟫.

        theorem CommutingRepetition.VN.Modular.im_inner_sgn {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (Ω : K) {h : K →L[] K} (hsa : IsSelfAdjoint h) :
        (inner (h Ω) ((sgnOp hsa) Ω)).im = 0

        ⟪hΩ, sgn(h) Ω⟫ is real.

        RvD Lemma 4.3 #

        theorem CommutingRepetition.VN.Modular.Pre_ofReal_smul {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (r : ) (v : K) :
        (Pre M Ω) (r v) = r (Pre M Ω) v

        Real linearity of Pre for real scalars written as complex numbers.

        theorem CommutingRepetition.VN.Modular.Pre_mem_Vset {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {x' : K →L[] K} (hx' : x' M.commutant) (h0 : 0 x') (h1 : x' 1) {l : } (hl : l.re = 1) :
        (Pre M Ω) (x' Ω) Vset M Ω l

        The core case of Lemma 4.3: 0 ≤ x′ ≤ 1, Re λ = 1.

        theorem CommutingRepetition.VN.Modular.exists_linearRN {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {x' : K →L[] K} (hx' : x' M.commutant) (hsa' : IsSelfAdjoint x') {l : } (hl : 0 < l.re) :
        xM, IsSelfAdjoint x (Pre M Ω) (x' Ω) = (Pre M Ω) ((starRingEnd ) l x Ω)

        RvD Lemma 4.3 (existence): for self-adjoint x′ ∈ M′ and Re λ > 0 there is a self-adjoint x ∈ M with P(x′Ω) = P(λ̄ • xΩ).

        RvD Corollary 4.4 #

        theorem CommutingRepetition.VN.Modular.exists_Jm_Tm_eq_sa {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) {x' : K →L[] K} (hx' : x' M.commutant) (hsa' : IsSelfAdjoint x') :
        xM, IsSelfAdjoint x (Jm M Ω) ((Tm M Ω) (x' Ω)) = x Ω

        Corollary 4.4 for self-adjoint x′: J T x′Ω = xΩ with x ∈ M_s.

        theorem CommutingRepetition.VN.Modular.exists_Jm_Tm_eq {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) {x' : K →L[] K} (hx' : x' M.commutant) :
        xM, (Jm M Ω) ((Tm M Ω) (x' Ω)) = x Ω (Jm M Ω) ((Tm M Ω) ((star x') Ω)) = (star x) Ω

        RvD Corollary 4.4: for x′ ∈ M′ there is x ∈ M with J T x′Ω = xΩ and J T x′*Ω = x*Ω.

        RvD Lemma 4.5 #

        theorem CommutingRepetition.VN.Modular.inner_Jm_right {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) (ξ η : K) :
        inner ξ ((Jm M Ω) η) = inner η ((Jm M Ω) ξ)

        ⟪ξ, J η⟫ = ⟪η, J ξ⟫.

        theorem CommutingRepetition.VN.Modular.inner_eq_of_Pre_eq {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) {x' x : K →L[] K} (hx' : x' M.commutant) (hsa' : IsSelfAdjoint x') (hx : x M) (hxsa : IsSelfAdjoint x) {l : } (hP : (Pre M Ω) (x' Ω) = 2 (Pre M Ω) ((starRingEnd ) l x Ω)) {y : K →L[] K} (hy : y M) :
        inner (y Ω) (x' Ω) = l * inner (x Ω) ((star y) Ω) + (starRingEnd ) l * inner (y Ω) (x Ω)

        The identity (E1): for all y ∈ M, ⟪yΩ, x′Ω⟫ = λ ⟪xΩ, y*Ω⟫ + λ̄ ⟪yΩ, xΩ⟫, given P(x′Ω) = 2 P(λ̄ • xΩ).

        theorem CommutingRepetition.VN.Modular.exists_operator_eq {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (M : VonNeumannAlgebra K) (Ω : K) (hs : IsSeparating (↑M) Ω) (hc : IsCyclic (↑M) Ω) {x' : K →L[] K} (hx' : x' M.commutant) (hsa' : IsSelfAdjoint x') {l : } (hl : 0 < l.re) :
        xM, IsSelfAdjoint x Tm M Ω * conjJm M Ω x' * Tm M Ω = l ((2 - R M Ω) * x * R M Ω) + (starRingEnd ) l (R M Ω * x * (2 - R M Ω))

        RvD Lemma 4.5: for self-adjoint x′ ∈ M′ and Re λ > 0 there is a self-adjoint x ∈ M with T (J x′ J) T = λ (2 − R) x R + λ̄ R x (2 − R).