Documentation

MIPRE.Background.Repetition.CommutingRepetition.Tracial.Density.FaithfulState

A functional on B(K) of trace-class form ∑ ⟪vₖ, T wₖ⟫ with ∑ ‖vₖ‖‖wₖ‖ < ∞ (these are exactly the normal functionals).

Equations
Instances For
    noncomputable def CommutingRepetition.Density.nv {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] (u : K) (k : ) :
    K

    The normalized sequence uₖ / (1 + ‖uₖ‖).

    Equations
    Instances For
      theorem CommutingRepetition.Density.map_nv_eq_zero_iff {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (u : K) (T : K →L[] K) (k : ) :
      T (nv u k) = 0 T (u k) = 0
      noncomputable def CommutingRepetition.Density.wt (k : ) :

      The weights 2⁻ᵏ.

      Equations
      Instances For
        theorem CommutingRepetition.Density.summable_term {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (u : K) (T : K →L[] K) :
        Summable fun (k : ) => (wt k) * inner (nv u k) (T (nv u k))

        The unnormalized functional T ↦ ∑ₖ 2⁻ᵏ ⟪vₖ, T vₖ⟫.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem CommutingRepetition.Density.preState_apply {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (u : K) (T : K →L[] K) :
          (preState u) T = ∑' (k : ), (wt k) * inner (nv u k) (T (nv u k))
          theorem CommutingRepetition.Density.summable_sq {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (u : K) (T : K →L[] K) :
          Summable fun (k : ) => wt k * T (nv u k) ^ 2
          noncomputable def CommutingRepetition.Density.Z {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] (u : K) :

          The normalization constant Z = ∑ₖ 2⁻ᵏ ‖vₖ‖².

          Equations
          Instances For
            theorem CommutingRepetition.Density.Z_pos {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (u : K) (hne : ∃ (k : ), u k 0) :
            0 < Z u
            theorem CommutingRepetition.Density.faithfulState_one {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (u : K) (hne : ∃ (k : ), u k 0) :
            theorem CommutingRepetition.Density.faithfulState_faithful {K : Type u_1} [NormedAddCommGroup K] [InnerProductSpace K] [CompleteSpace K] (u : K) (hu : DenseRange u) (hne : ∃ (k : ), u k 0) (T : K →L[] K) (h : (faithfulState u) (star T * T) = 0) :
            T = 0

            Faithfulness: φ(T*T) = 0 forces T = 0, since u is dense.

            |φ(T)| ≤ ‖T‖.