Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.LeftModulus

Cutoff parameters #

noncomputable def CommutingRepetition.GraphMod.aN (n : ) :

aₙ = 1 − 1/(n+1).

Equations
Instances For
    noncomputable def CommutingRepetition.GraphMod.bN (n : ) :

    bₙ = 1/(n+1).

    Equations
    Instances For
      theorem CommutingRepetition.GraphMod.exists_le_aN {t : } (ht : t < 1) :
      ∃ (n : ), t aN n
      theorem CommutingRepetition.GraphMod.exists_bN_le {t : } (ht : 0 < t) :
      ∃ (n : ), bN n t

      The modulus function and its truncations #

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

      ψ(t) = √(t/(1−t)) on (0,1), 0 elsewhere.

      Equations
      Instances For
        theorem CommutingRepetition.GraphMod.ψ_of_not {t : } (h : ¬(0 < t t < 1)) :
        ψ t = 0
        theorem CommutingRepetition.GraphMod.ψ_of_mem {t : } (h : 0 < t t < 1) :
        ψ t = (t / (1 - t))
        theorem CommutingRepetition.GraphMod.ψ_sq {t : } (h0 : 0 t) (h1 : t < 1) :
        ψ t ^ 2 = t / (1 - t)
        theorem CommutingRepetition.GraphMod.ψ_sq_le {n : } {t : } (ht : t Set.Icc 0 (aN n)) :
        ψ t ^ 2 n + 1
        noncomputable def CommutingRepetition.GraphMod.ψn (n : ) :

        The truncated modulus function ψₙ = 1_{[0,aₙ]} ψ.

        Equations
        Instances For
          noncomputable def CommutingRepetition.GraphMod.gn (n : ) :

          gₙ = 1_{[0,aₙ]} / (1 − t).

          Equations
          Instances For
            noncomputable def CommutingRepetition.GraphMod.mn (n : ) :

            mₙ = 1_{[bₙ,aₙ]} / √(t(1−t)).

            Equations
            Instances For
              theorem CommutingRepetition.GraphMod.mem_Icc_bN_aN {n : } {t : } (ht : t Set.Icc (bN n) (aN n)) :
              bN n t bN n 1 - t

              Pointwise identities #

              theorem CommutingRepetition.GraphMod.mem_Icc_aN_lt {n : } {t : } (ht : t Set.Icc 0 (aN n)) :
              t < 1
              theorem CommutingRepetition.GraphMod.ψn_mul_ψn (n : ) :
              ψn n * ψn n = fun (t : ) => gn n t * (clamp t * ((1 - clamp t) * gn n t))

              (F1) ψₙ² = gₙ · t(1−t) · gₙ.

              theorem CommutingRepetition.GraphMod.one_sub_clamp_mul_gn (n : ) :
              (fun (t : ) => (1 - clamp t) * gn n t) = (Set.Icc 0 (aN n)).indicator 1

              (F2) (1−t) gₙ = 1_{[0,aₙ]}.

              theorem CommutingRepetition.GraphMod.mn_mul_mn {m n : } (hmn : m n) :
              (fun (t : ) => mn n t * (clamp t * ((1 - clamp t) * mn m t))) = (Set.Icc (bN m) (aN m)).indicator 1

              (F3) mₙ · t(1−t) · mₘ = 1_{[bₘ,aₘ]} for m ≤ n.

              theorem CommutingRepetition.GraphMod.one_sub_clamp_mul_mn_mul_ψn {n k : } (hnk : n k) :
              (fun (t : ) => (1 - clamp t) * (mn k t * ψn n t)) = (Set.Icc (bN k) (aN n)).indicator 1

              (F4) (1−t) mₖ ψₙ = 1_{[bₖ,aₙ]} for k ≥ n.

              theorem CommutingRepetition.GraphMod.ψn_mul_ψn_of_le {m n : } (hmn : m n) :
              ψn n * ψn m = ψn m * ψn m

              (F5) ψₙ ψₘ = ψₘ² for m ≤ n.

              (F6) 1_{(0,1)} ψₙ = ψₙ.

              The graph data of x #

              ⟪Ω, g(E) Ω⟫ = ∫ g dν_Ω.

              theorem CommutingRepetition.GraphMod.inner_bE_bE (M : StdTracialAlgebra) (x : M.H) {f g : } (hf : BorelCalc.Bdd f) (hg : BorelCalc.Bdd g) (ξ η : M.H) :
              inner ((BorelCalc.bfc (Eop M x) f) ξ) ((BorelCalc.bfc (Eop M x) g) η) = inner ξ ((BorelCalc.bfc (Eop M x) (f * g)) η)

              The norm of a truncated modulus vector: ‖ψₙ(E)Ω‖² = ‖P[0,aₙ] x‖².

              theorem CommutingRepetition.GraphMod.inner_ψn_traceVector (M : StdTracialAlgebra) (x : M.H) {m n : } (hmn : m n) :
              (inner ((BorelCalc.bfc (Eop M x) (ψn n)) M.traceVector) ((BorelCalc.bfc (Eop M x) (ψn m)) M.traceVector)).re = (BorelCalc.bfc (Eop M x) (ψn m)) M.traceVector ^ 2

              The polarized norms: ⟪ψₙ(E)Ω, ψₘ(E)Ω⟫ = ‖ψₘ(E)Ω‖² for m ≤ n.

              An abstract Cauchy criterion #

              theorem CommutingRepetition.GraphMod.cauchySeq_of_inner_min {𝓗 : Type u_1} [NormedAddCommGroup 𝓗] [InnerProductSpace 𝓗] (u : 𝓗) (c : ) (hin : ∀ (m n : ), m n(inner (u n) (u m)).re = c m) (hc : ∀ (n : ), u n ^ 2 = c n) {l : } (hconv : Filter.Tendsto c Filter.atTop (nhds l)) :

              A sequence whose Gram matrix is ⟪u n, u m⟫ = c (min m n) with c convergent is Cauchy.

              The modulus vector hvec #

              noncomputable def CommutingRepetition.GraphMod.hvec (M : StdTracialAlgebra) (x : M.H) :
              M.H

              The left modulus vector hvec = |T*| Ω = lim ψₙ(E) Ω.

              Equations
              Instances For

                The partial isometry W #

                theorem CommutingRepetition.GraphMod.inner_Wn (M : StdTracialAlgebra) (x : M.H) {m n : } (hmn : m n) (ζ ζ' : M.H) :
                inner ((Wn M x n) ζ) ((Wn M x m) ζ') = inner ζ ((BorelCalc.P (Eop M x) (Set.Icc (bN m) (aN m))) ζ')

                The Gram matrix of the Wₙ: ⟪Wₙ ζ, Wₘ ζ'⟫ = ⟪ζ, P[bₘ,aₘ] ζ'⟫ for m ≤ n.

                theorem CommutingRepetition.GraphMod.norm_Wn_apply_sq (M : StdTracialAlgebra) (x : M.H) (n : ) (ζ : M.H) :
                (Wn M x n) ζ ^ 2 = (BorelCalc.P (Eop M x) (Set.Icc (bN n) (aN n))) ζ ^ 2
                theorem CommutingRepetition.GraphMod.exists_Wn_tendsto (M : StdTracialAlgebra) (x ζ : M.H) :
                ∃ (l : M.H), Filter.Tendsto (fun (n : ) => (Wn M x n) ζ) Filter.atTop (nhds l)
                noncomputable def CommutingRepetition.GraphMod.W (M : StdTracialAlgebra) (x : M.H) :

                The polar partial isometry W = lim C mₙ(E), the strong limit.

                Equations
                Instances For
                  theorem CommutingRepetition.GraphMod.W_tendsto (M : StdTracialAlgebra) (x ζ : M.H) :
                  Filter.Tendsto (fun (n : ) => (Wn M x n) ζ) Filter.atTop (nhds ((W M x) ζ))
                  theorem CommutingRepetition.GraphMod.star_W_mul_W (M : StdTracialAlgebra) (x : M.H) :
                  star (W M x) * W M x = BorelCalc.P (Eop M x) (Set.Ioo 0 1)

                  W*W = P(0,1).

                  theorem CommutingRepetition.GraphMod.Wn_ψn (M : StdTracialAlgebra) (x : M.H) {n k : } (hnk : n k) :
                  (Wn M x k) ((BorelCalc.bfc (Eop M x) (ψn n)) M.traceVector) = M.J ((BorelCalc.P (Eop M x) (Set.Icc (bN k) (aN n))) x)

                  Wₖ ψₙ(E) Ω = J (P[bₖ,aₙ] x) for k ≥ n.

                  theorem CommutingRepetition.GraphMod.W_ψn (M : StdTracialAlgebra) (x : M.H) (n : ) :
                  (W M x) ((BorelCalc.bfc (Eop M x) (ψn n)) M.traceVector) = M.J ((BorelCalc.P (Eop M x) (Set.Ioc 0 (aN n))) x)
                  theorem CommutingRepetition.GraphMod.W_hvec (M : StdTracialAlgebra) (x : M.H) :
                  (W M x) (hvec M x) = M.J x

                  W hvec = J x.

                  The polar element #

                  noncomputable def CommutingRepetition.GraphMod.vEl (M : StdTracialAlgebra) (x : M.H) :
                  M.vnAlg

                  v = W* as an element of the von Neumann algebra.

                  Equations
                  Instances For