Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Density

Star projections and invariant subspaces #

theorem CommutingRepetition.VN.commute_of_range_invariant {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {e y : H →L[] H} (he : IsStarProjection e) (h : ∀ (v : H), e (y (e v)) = y (e v)) (h' : ∀ (v : H), e ((star y) (e v)) = (star y) (e v)) :

A star projection commutes with every operator that, together with its adjoint, leaves its range invariant.

Matrix entries on ℓ²(ℕ, H) #

noncomputable def CommutingRepetition.VN.entry {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] (T : Hinf H →L[] Hinf H) (j k : ) :

The (j, k) matrix entry of an operator on ℓ²(ℕ, H).

Equations
Instances For
    theorem CommutingRepetition.VN.entry_apply {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (T : Hinf H →L[] Hinf H) (j k : ) (v : H) :
    (entry T j k) v = (T ((sgl k) v)) j

    The density theorem #

    theorem CommutingRepetition.VN.inner_ampl_eq_zero_of_mem_wstar {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {S : Set (H →L[] H)} (𝔄 : StarSubalgebra (H →L[] H)) (hS : S𝔄) {x : H →L[] H} (hx : x wstar S) (U V : Hinf H) (h : a𝔄, inner U ((ampl a) V) = 0) :
    inner U ((ampl x) V) = 0

    von Neumann density for vector functionals. If S ⊆ 𝔄 with 𝔄 a *-subalgebra, x ∈ W*(S) and ⟪U, (a ⊗ 1) V⟫ = 0 for all a ∈ 𝔄, then ⟪U, (x ⊗ 1) V⟫ = 0.

    Two-vector form #

    theorem CommutingRepetition.VN.inner_sgl_sgl_nat {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (j k : ) (u v : H) :
    inner ((sgl j) u) ((sgl k) v) = if j = k then inner u v else 0
    theorem CommutingRepetition.VN.inner_pair_ampl {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (a : H →L[] H) (u₁ u₂ v₁ v₂ : H) :
    inner ((sgl 0) u₁ + (sgl 1) u₂) ((ampl a) ((sgl 0) v₁ + (sgl 1) v₂)) = inner u₁ (a v₁) + inner u₂ (a v₂)
    theorem CommutingRepetition.VN.inner_pair_eq_zero_of_mem_wstar {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {S : Set (H →L[] H)} (𝔄 : StarSubalgebra (H →L[] H)) (hS : S𝔄) {x : H →L[] H} (hx : x wstar S) (u₁ u₂ v₁ v₂ : H) (h : a𝔄, inner u₁ (a v₁) + inner u₂ (a v₂) = 0) :
    inner u₁ (x v₁) + inner u₂ (x v₂) = 0

    Density for a pair of vector functionals: if ⟪u₁, a v₁⟫ + ⟪u₂, a v₂⟫ = 0 for all a ∈ 𝔄 then also for x ∈ W*(S).

    theorem CommutingRepetition.VN.inner_eq_zero_of_mem_wstar {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] {S : Set (H →L[] H)} (𝔄 : StarSubalgebra (H →L[] H)) (hS : S𝔄) {x : H →L[] H} (hx : x wstar S) (u v : H) (h : a𝔄, inner u (a v) = 0) :
    inner u (x v) = 0

    Density for one vector functional.