Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.GraphModulus

Pairs in the block space H ⊕ H #

noncomputable def CommutingRepetition.GraphMod.pair (M : StdTracialAlgebra) (v v' : M.H) :

The pair (v, v') in .

Equations
Instances For
    theorem CommutingRepetition.GraphMod.inner_pair_left (M : StdTracialAlgebra) (v v' : M.H) (w : Block.BH M (Fin 2)) :
    inner (pair M v v') w = inner v (w.ofLp 0) + inner v' (w.ofLp 1)
    theorem CommutingRepetition.GraphMod.inner_pair (M : StdTracialAlgebra) (v v' w w' : M.H) :
    inner (pair M v v') (pair M w w') = inner v w + inner v' w'
    theorem CommutingRepetition.GraphMod.apply_pair (M : StdTracialAlgebra) (T : Block.BH M (Fin 2) →L[] Block.BH M (Fin 2)) (v v' : M.H) :
    T (pair M v v') = pair M ((Block.entry M (Fin 2) T 0 0) v + (Block.entry M (Fin 2) T 0 1) v') ((Block.entry M (Fin 2) T 1 0) v + (Block.entry M (Fin 2) T 1 1) v')

    A block operator on a pair, through its four entries.

    theorem CommutingRepetition.GraphMod.Rop_Rop (M : StdTracialAlgebra) (a b : M.A) (v : M.H) :
    (M.Rop b) ((M.Rop a) v) = (M.Rop (a * b)) v
    theorem CommutingRepetition.GraphMod.Rt_pair (M : StdTracialAlgebra) (b : M.A) (v v' : M.H) :
    (Block.Rt M (Fin 2) b) (pair M v v') = pair M ((M.Rop b) v) ((M.Rop b) v')

    The graph of left multiplication by x #

    noncomputable def CommutingRepetition.GraphMod.gen (M : StdTracialAlgebra) (x : M.H) (a : M.A) :

    The generator (ι a, x·a) of the graph.

    Equations
    Instances For
      theorem CommutingRepetition.GraphMod.gen_mem (M : StdTracialAlgebra) (x : M.H) (a : M.A) :
      gen M x a Γ M x
      theorem CommutingRepetition.GraphMod.Γ_le (M : StdTracialAlgebra) (x : M.H) {N : Submodule (Block.BH M (Fin 2))} (hN : IsClosed N) (h : ∀ (a : M.A), gen M x a N) :
      Γ M x N

      The orthogonal projection onto the graph.

      Equations
      Instances For
        theorem CommutingRepetition.GraphMod.P_eq_self (M : StdTracialAlgebra) (x : M.H) {w : Block.BH M (Fin 2)} (hw : w Γ M x) :
        (P M x) w = w
        theorem CommutingRepetition.GraphMod.mem_of_P_eq (M : StdTracialAlgebra) (x : M.H) {w : Block.BH M (Fin 2)} (hw : (P M x) w = w) :
        w Γ M x
        theorem CommutingRepetition.GraphMod.P_gen (M : StdTracialAlgebra) (x : M.H) (a : M.A) :
        (P M x) (gen M x a) = gen M x a

        Closability #

        theorem CommutingRepetition.GraphMod.inner_gen_key (M : StdTracialAlgebra) (x : M.H) (a b : M.A) :
        inner ((M.Rop a) x) (M.ι b) = inner (M.ι a) ((M.Rop b) (M.J x))

        The adjoint identity on generators: ⟪x·a, ι b⟫ = ⟪ι a, (Jx)·b⟫.

        noncomputable def CommutingRepetition.GraphMod.orthGen (M : StdTracialAlgebra) (x : M.H) (b : M.A) :

        The vectors (−(Jx)·b, ι b) are orthogonal to the graph.

        Equations
        Instances For
          theorem CommutingRepetition.GraphMod.closable (M : StdTracialAlgebra) (x : M.H) {η : M.H} (h : (Block.embed M (Fin 2) 1) η Γ M x) :
          η = 0

          Closability: the graph closure is a graph.

          Right-action invariance and the entries of P #

          theorem CommutingRepetition.GraphMod.Rt_gen (M : StdTracialAlgebra) (x : M.H) (b a : M.A) :
          (Block.Rt M (Fin 2) b) (gen M x a) = gen M x (a * b)
          theorem CommutingRepetition.GraphMod.Γ_invariant (M : StdTracialAlgebra) (x : M.H) (b : M.A) {w : Block.BH M (Fin 2)} (hw : w Γ M x) :
          (Block.Rt M (Fin 2) b) w Γ M x
          theorem CommutingRepetition.GraphMod.starProjection_comm (M : StdTracialAlgebra) {K : Submodule (Block.BH M (Fin 2))} [K.HasOrthogonalProjection] {A : Block.BH M (Fin 2) →L[] Block.BH M (Fin 2)} (hA : wK, A w K) (hA' : wK, (star A) w K) :

          An operator leaving a closed subspace and its orthogonal complement invariant commutes with the orthogonal projection.

          theorem CommutingRepetition.GraphMod.P_comm_Rt (M : StdTracialAlgebra) (x : M.H) (b : M.A) :
          Block.Rt M (Fin 2) b * P M x = P M x * Block.Rt M (Fin 2) b
          noncomputable def CommutingRepetition.GraphMod.Eop (M : StdTracialAlgebra) (x : M.H) :

          E = P₁₁ = TT*(1+TT*)⁻¹.

          Equations
          Instances For
            noncomputable def CommutingRepetition.GraphMod.Cop (M : StdTracialAlgebra) (x : M.H) :

            C = P₀₁ = T*(1+TT*)⁻¹.

            Equations
            Instances For
              theorem CommutingRepetition.GraphMod.P_embed_one (M : StdTracialAlgebra) (x η : M.H) :
              (P M x) ((Block.embed M (Fin 2) 1) η) = pair M ((Cop M x) η) ((Eop M x) η)

              The graph relations #

              theorem CommutingRepetition.GraphMod.norm_Cop_sq_add (M : StdTracialAlgebra) (x η : M.H) :
              (Cop M x) η ^ 2 + (Eop M x) η ^ 2 = (inner η ((Eop M x) η)).re

              (R1) ‖Cη‖² + ‖Eη‖² = ⟪η, Eη⟫.

              theorem CommutingRepetition.GraphMod.star_Cop_ι (M : StdTracialAlgebra) (x : M.H) (a : M.A) :
              (star (Cop M x)) (M.ι a) = (1 - Eop M x) ((M.Rop a) x)

              (R2) C*(ι a) = (1 − E)(x·a).

              theorem CommutingRepetition.GraphMod.star_Cop_mul_Cop (M : StdTracialAlgebra) (x : M.H) :
              star (Cop M x) * Cop M x = Eop M x * (1 - Eop M x)

              (R3) C*C = E(1 − E).

              theorem CommutingRepetition.GraphMod.norm_Cop_apply_sq (M : StdTracialAlgebra) (x η : M.H) :
              (Cop M x) η ^ 2 = (inner η ((Eop M x * (1 - Eop M x)) η)).re
              theorem CommutingRepetition.GraphMod.eq_zero_of_Eop_eq (M : StdTracialAlgebra) (x : M.H) {ζ : M.H} (h : (Eop M x) ζ = ζ) :
              ζ = 0

              Injectivity of 1 − E.

              The spectrum of E lies in [0, 1].

              The Borel calculus of E #

              noncomputable def CommutingRepetition.GraphMod.clamp (t : ) :

              t ↦ max 0 (min 1 t): a bounded continuous function equal to the identity on [0, 1].

              Equations
              Instances For
                theorem CommutingRepetition.GraphMod.vnAlg_strong_closed (M : StdTracialAlgebra) (T : M.H →L[] M.H) (L : M.H →L[] M.H) :
                (∀ (n : ), T n M.vnAlg)(∀ (ξ : M.H), Filter.Tendsto (fun (n : ) => (T n) ξ) Filter.atTop (nhds (L ξ)))L M.vnAlg
                theorem CommutingRepetition.GraphMod.one_sub_Eop_eq (M : StdTracialAlgebra) (x : M.H) :
                1 - Eop M x = BorelCalc.bfc (Eop M x) fun (t : ) => 1 - clamp t
                theorem CommutingRepetition.GraphMod.Eop_mul_bE (M : StdTracialAlgebra) (x : M.H) {g : } (hg : BorelCalc.Bdd g) :
                Eop M x * BorelCalc.bfc (Eop M x) g = BorelCalc.bfc (Eop M x) fun (t : ) => clamp t * g t
                theorem CommutingRepetition.GraphMod.bE_mul_Eop (M : StdTracialAlgebra) (x : M.H) {g : } (hg : BorelCalc.Bdd g) :
                BorelCalc.bfc (Eop M x) g * Eop M x = BorelCalc.bfc (Eop M x) fun (t : ) => g t * clamp t
                theorem CommutingRepetition.GraphMod.one_sub_Eop_mul_bE (M : StdTracialAlgebra) (x : M.H) {g : } (hg : BorelCalc.Bdd g) :
                (1 - Eop M x) * BorelCalc.bfc (Eop M x) g = BorelCalc.bfc (Eop M x) fun (t : ) => (1 - clamp t) * g t
                theorem CommutingRepetition.GraphMod.bE_mul_one_sub_Eop (M : StdTracialAlgebra) (x : M.H) {g : } (hg : BorelCalc.Bdd g) :
                BorelCalc.bfc (Eop M x) g * (1 - Eop M x) = BorelCalc.bfc (Eop M x) fun (t : ) => g t * (1 - clamp t)

                The spectral projection at {1} vanishes (1 − E is injective).

                theorem CommutingRepetition.GraphMod.Cop_bfc_traceVector (M : StdTracialAlgebra) (x : M.H) {g : } (hg : BorelCalc.Bdd g) :
                (Cop M x) ((BorelCalc.bfc (Eop M x) g) M.traceVector) = M.J ((BorelCalc.bfc (Eop M x) fun (t : ) => (1 - clamp t) * g t) x)

                The key formula: C g(E) Ω = J ((1 − t) g)(E) x for bounded Borel g.

                x has no mass at {0} (it lies in the closure of the range of T).