Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.ComplexBorel

Bounded measurable complex functions #

Bounded measurable complex-valued functions on .

Equations
Instances For
    theorem CommutingRepetition.BorelCalc.CBdd.re {G : } (hG : CBdd G) :
    Bdd fun (t : ) => (G t).re
    theorem CommutingRepetition.BorelCalc.CBdd.im {G : } (hG : CBdd G) :
    Bdd fun (t : ) => (G t).im
    theorem CommutingRepetition.BorelCalc.CBdd.ofReal {g : } (hg : Bdd g) :
    CBdd fun (t : ) => (g t)
    theorem CommutingRepetition.BorelCalc.CBdd.add {G H : } (hG : CBdd G) (hH : CBdd H) :
    CBdd (G + H)
    theorem CommutingRepetition.BorelCalc.CBdd.sub {G H : } (hG : CBdd G) (hH : CBdd H) :
    CBdd (G - H)
    theorem CommutingRepetition.BorelCalc.CBdd.mul {G H : } (hG : CBdd G) (hH : CBdd H) :
    CBdd (G * H)
    theorem CommutingRepetition.BorelCalc.CBdd.conjugate {G : } (hG : CBdd G) :
    CBdd fun (t : ) => (starRingEnd ) (G t)
    theorem CommutingRepetition.BorelCalc.CBdd.smul {G : } (c : ) (hG : CBdd G) :
    CBdd fun (t : ) => c * G t
    theorem CommutingRepetition.BorelCalc.CBdd.norm_sq {G : } (hG : CBdd G) :
    Bdd fun (t : ) => G t ^ 2

    The complex Borel calculus #

    noncomputable def CommutingRepetition.BorelCalc.cbfc {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) (G : ) :
    𝓗 →L[] 𝓗

    G(E) := (Re G)(E) + i (Im G)(E).

    Equations
    Instances For
      theorem CommutingRepetition.BorelCalc.cbfc_ofReal {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) (g : ) :
      (cbfc E hE fun (t : ) => (g t)) = bfc E hE g
      theorem CommutingRepetition.BorelCalc.cbfc_congr_op {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] {E E' : 𝓗 →L[] 𝓗} (h : E = E') (hE : IsSelfAdjoint E) (hE' : IsSelfAdjoint E') (G : ) :
      cbfc E hE G = cbfc E' hE' G

      Rewriting the operator inside cbfc (the self-adjointness proof is transported).

      theorem CommutingRepetition.BorelCalc.cbfc_const {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) (z : ) :
      (cbfc E hE fun (x : ) => z) = z 1
      theorem CommutingRepetition.BorelCalc.cbfc_one {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) :
      (cbfc E hE fun (x : ) => 1) = 1
      theorem CommutingRepetition.BorelCalc.cbfc_add {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G H : } (hG : CBdd G) (hH : CBdd H) :
      cbfc E hE (G + H) = cbfc E hE G + cbfc E hE H
      theorem CommutingRepetition.BorelCalc.cbfc_sub {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G H : } (hG : CBdd G) (hH : CBdd H) :
      cbfc E hE (G - H) = cbfc E hE G - cbfc E hE H
      theorem CommutingRepetition.BorelCalc.cbfc_mul {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G H : } (hG : CBdd G) (hH : CBdd H) :
      cbfc E hE (G * H) = cbfc E hE G * cbfc E hE H
      theorem CommutingRepetition.BorelCalc.cbfc_star {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G : } (hG : CBdd G) :
      star (cbfc E hE G) = cbfc E hE fun (t : ) => (starRingEnd ) (G t)
      theorem CommutingRepetition.BorelCalc.cbfc_comm {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G H : } (hG : CBdd G) (hH : CBdd H) :
      cbfc E hE G * cbfc E hE H = cbfc E hE H * cbfc E hE G
      theorem CommutingRepetition.BorelCalc.inner_cbfc_self {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G : } (hG : CBdd G) (ξ : 𝓗) :
      inner ξ ((cbfc E hE G) ξ) = (t : ), G t ν E hE ξ

      ⟪ξ, G(E) ξ⟫ = ∫ G dν_ξ.

      theorem CommutingRepetition.BorelCalc.norm_sq_cbfc {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G : } (hG : CBdd G) (ξ : 𝓗) :
      (cbfc E hE G) ξ ^ 2 = (t : ), G t ^ 2 ν E hE ξ

      ‖G(E) ξ‖² = ∫ |G|² dν_ξ.

      theorem CommutingRepetition.BorelCalc.norm_cbfc_le {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G : } (hG : CBdd G) {C : } (hC0 : 0 C) (hC : ∀ (t : ), G t C) :
      cbfc E hE G C

      Norm bound: ‖G(E)‖ ≤ sup |G|.

      Eigenvectors #

      theorem CommutingRepetition.BorelCalc.ae_norm_le {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) (ξ : 𝓗) :
      ∀ᵐ (t : ) ν E hE ξ, |t| E

      The spectral measure is concentrated on [-‖E‖, ‖E‖].

      theorem CommutingRepetition.BorelCalc.ae_eq_of_eigen {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {ξ : 𝓗} {c : } ( : E ξ = c ξ) :
      ∀ᵐ (t : ) ν E hE ξ, t = c

      The spectral measure of an eigenvector is concentrated at the eigenvalue.

      theorem CommutingRepetition.BorelCalc.cbfc_eigen {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {G : } (hG : CBdd G) {ξ : 𝓗} {c : } ( : E ξ = c ξ) :
      (cbfc E hE G) ξ = G c ξ

      E ξ = c ξ implies G(E) ξ = G(c) ξ.

      theorem CommutingRepetition.BorelCalc.bfc_eigen {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {g : } (hg : Bdd g) {ξ : 𝓗} {c : } ( : E ξ = c ξ) :
      (bfc E hE g) ξ = (g c) ξ

      Commutation, membership, dominated convergence #

      theorem CommutingRepetition.BorelCalc.commute_cbfc {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {T : 𝓗 →L[] 𝓗} (hT : Commute E T) {G : } (hG : CBdd G) :
      Commute (cbfc E hE G) T
      theorem CommutingRepetition.BorelCalc.cbfc_mem {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) (N : VonNeumannAlgebra 𝓗) (hEN : E N) {G : } (hG : CBdd G) :
      cbfc E hE G N
      theorem CommutingRepetition.BorelCalc.tendsto_cbfc {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] [CompleteSpace 𝓗] (E : 𝓗 →L[] 𝓗) (hE : IsSelfAdjoint E) {ι : Type u_2} {l : Filter ι} [l.IsCountablyGenerated] {G : ι} {Ginf : } (hG : ∀ (i : ι), CBdd (G i)) (hGinf : CBdd Ginf) {C : } (hC : ∀ (i : ι) (t : ), G i t C) (hCinf : ∀ (t : ), Ginf t C) (hlim : ∀ (t : ), Filter.Tendsto (fun (i : ι) => G i t) l (nhds (Ginf t))) (ξ : 𝓗) :
      Filter.Tendsto (fun (i : ι) => (cbfc E hE (G i)) ξ) l (nhds ((cbfc E hE Ginf) ξ))

      Dominated convergence: uniformly bounded G i → Ginf pointwise gives G i (E) ξ → Ginf(E) ξ.