Documentation

MIPRE.Background.Repetition.CommutingRepetition.Tracial.Density.ClosedSubalg

The square root inside a closed *-subalgebra #

theorem CommutingRepetition.Density.cfc_mem_of_isClosed {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (s : StarSubalgebra (H →L[] H)) (hcl : IsClosed s) {A : H →L[] H} (hsa : IsSelfAdjoint A) (hA : A s) (f : ) :
cfc f A s

The continuous functional calculus of a self-adjoint element of a norm-closed *-subalgebra stays inside it.

theorem CommutingRepetition.Density.exists_sqrt_mem_of_isClosed {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (s : StarSubalgebra (H →L[] H)) (hcl : IsClosed s) {A : H →L[] H} (h0 : 0 A) (hA : A s) :
rs, IsSelfAdjoint r r * r = A

A positive element of a norm-closed *-subalgebra has a self-adjoint square root inside it.

The restricted Loewner order #

theorem CommutingRepetition.Density.coe_le_iff {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (s : StarSubalgebra (H →L[] H)) [hcl : IsClosed s] (a b : s) :
a b a b

A norm-closed *-subalgebra of B(H) is a StarOrderedRing for the restricted Loewner order.

Positive functionals from vectors #

noncomputable def CommutingRepetition.Density.subVecState {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (s : StarSubalgebra (H →L[] H)) [hcl : IsClosed s] {c : } (hc : 0 c) (ξ : H) :

The scaled vector functional a ↦ c·⟪ξ, a ξ⟫ on a closed *-subalgebra.

Equations
Instances For
    theorem CommutingRepetition.Density.subVecState_apply {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (s : StarSubalgebra (H →L[] H)) [hcl : IsClosed s] {c : } (hc : 0 c) (ξ : H) (a : s) :
    (subVecState s hc ξ) a = c * inner ξ (a ξ)
    noncomputable def CommutingRepetition.Density.subBobState {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (s : StarSubalgebra (H →L[] H)) [hcl : IsClosed s] (ξ : H) {B : H →L[] H} (hB : 0 B) (hcom : as, Commute a B) :

    Bob's functional a ↦ ⟪ξ, a (B ξ)⟫ for a positive B commuting with s.

    Equations
    Instances For
      theorem CommutingRepetition.Density.subBobState_apply {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (s : StarSubalgebra (H →L[] H)) [hcl : IsClosed s] (ξ : H) {B : H →L[] H} (hB : 0 B) (hcom : as, Commute a B) (a : s) :
      (subBobState s ξ hB hcom) a = inner ξ (a (B ξ))