Documentation

MIPRE.Background.Repetition.CommutingRepetition.VN.Cutdown

The n = 1 matrix trick on an abstract Hilbert space #

(Stated on an abstract type: the continuous functional calculus instance is not found on the operator algebra of a subtype ↥K, so the square root is taken here and the result is instantiated at E := ↥K below.)

theorem CommutingRepetition.VN.re_inner_apply_le_of_commute {E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace E] [CompleteSpace E] (b S : E →L[] E) (hb : 0 b) (hS : Commute b S) (v : E) :
RCLike.re (inner (S v) (b (S v))) S ^ 2 * RCLike.re (inner v (b v))

For 0 ≤ b commuting with S: re ⟪S v, b (S v)⟫ ≤ ‖S‖² re ⟪v, b v⟫ (via b = r²).

Compression of a single operator #

noncomputable def CommutingRepetition.VN.compressTo {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] (K : Submodule H) [CompleteSpace K] (T : H →L[] H) :
K →L[] K

The compression P T ι : K → K of an operator on H.

Equations
Instances For
    theorem CommutingRepetition.VN.coe_compressTo_apply_of_invariant {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {T : H →L[] H} (hT : vK, T v K) (v : K) :
    ((compressTo K T) v) = T v
    theorem CommutingRepetition.VN.inner_compressTo_right {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (T : H →L[] H) (v w : K) :
    inner v ((compressTo K T) w) = inner (↑v) (T w)

    P S ι P T ι = P (S p T) ι.

    Compression preserves bounded strong convergence.

    P y*y ι is a positive operator on K.

    theorem CommutingRepetition.VN.norm_apply_apply_le {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (S : K →L[] K) (y : H →L[] H) (hS : Commute (compressTo K (star y * y)) S) (v : K) :
    y (S v) S * y v

    If S commutes with P y*y ι then ‖y (S v)‖ ≤ ‖S‖ ‖y v‖.

    The compressed algebra and the commutant #

    The projection onto an N-invariant subspace lies in N′.

    theorem CommutingRepetition.VN.compressTo_mul {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (N : VonNeumannAlgebra H) (hK : xN, vK, x v K) (x : H →L[] H) {y : H →L[] H} (hy : y N) :
    theorem CommutingRepetition.VN.compressTo_commute_commutant {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (N : VonNeumannAlgebra H) (hK : xN, vK, x v K) {x y : H →L[] H} (hx : x N) (hy : y N.commutant) :

    Compressions of N and of N′ commute.

    Extension of an operator commuting with the compressed commutant #

    The orbit N′ ξ (a linear subspace, as N′ is an algebra).

    Equations
    Instances For
      theorem CommutingRepetition.VN.exists_rep {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (ξ : H) {v : H} (hv : v commOrbit N ξ) :
      yN.commutant, y ξ = v
      noncomputable def CommutingRepetition.VN.rep {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (ξ : H) (v : (commOrbit N ξ)) :

      A representative y ∈ N′ with y ξ = v for v ∈ N′ ξ.

      Equations
      Instances For
        theorem CommutingRepetition.VN.rep_apply {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (ξ : H) (v : (commOrbit N ξ)) :
        (rep N ξ v) ξ = v
        theorem CommutingRepetition.VN.norm_apply_le_of_mem {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) {y : H →L[] H} (hy : y N.commutant) (v : K) :
        y (S v) S * y v
        theorem CommutingRepetition.VN.apply_eq_of_apply_eq {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (ξ : H) (hξK : ξ K) (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) {y y' : H →L[] H} (hy : y N.commutant) (hy' : y' N.commutant) (h : y ξ = y' ξ) :
        y (S ξ, hξK) = y' (S ξ, hξK)

        Two elements of N′ agreeing at ξ agree at S ξ.

        noncomputable def CommutingRepetition.VN.extPre {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (ξ : H) (hξK : ξ K) (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) :
        (commOrbit N ξ) →L[] H

        on N′ ξ: y ξ ↦ y (S ξ).

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          theorem CommutingRepetition.VN.extPre_apply {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (ξ : H) (hξK : ξ K) (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) (v : (commOrbit N ξ)) :
          (extPre K ξ hξK S hS) v = (rep N ξ v) (S ξ, hξK)
          noncomputable def CommutingRepetition.VN.extOp {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (ξ : H) (hξK : ξ K) (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) :

          The extension x̃ ∈ B(H) of y ξ ↦ y (S ξ).

          Equations
          Instances For
            theorem CommutingRepetition.VN.extOp_apply {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (ξ : H) (hξK : ξ K) (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) ( : IsSeparating (↑N) ξ) {y : H →L[] H} (hy : y N.commutant) :
            (extOp K ξ hξK S hS) (y ξ) = y (S ξ, hξK)
            theorem CommutingRepetition.VN.extOp_mem {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (ξ : H) (hξK : ξ K) (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) ( : IsSeparating (↑N) ξ) :
            extOp K ξ hξK S hS N
            theorem CommutingRepetition.VN.compressTo_extOp {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (hK : xN, vK, x v K) (ξ : H) (hξK : ξ K) (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) ( : IsSeparating (↑N) ξ) :
            compressTo K (extOp K ξ hξK S hS) = S
            theorem CommutingRepetition.VN.exists_compressTo_eq {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] {N : VonNeumannAlgebra H} (hK : xN, vK, x v K) (ξ : H) (hξK : ξ K) (S : K →L[] K) (hS : yN.commutant, compressTo K y * S = S * compressTo K y) ( : IsSeparating (↑N) ξ) :
            xN, compressTo K x = S

            An operator on K commuting with the compressed commutant is a compression of N.

            The compressed von Neumann algebra #

            noncomputable def CommutingRepetition.VN.cutdown {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (N : VonNeumannAlgebra H) (hK : xN, vK, x v K) (ξ : H) (hξK : ξ K) ( : IsSeparating (↑N) ξ) :

            The compressed algebra {P x ι | x ∈ N} on an invariant subspace containing a separating vector is a von Neumann algebra on K.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem CommutingRepetition.VN.mem_cutdown_iff {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (N : VonNeumannAlgebra H) (hK : xN, vK, x v K) (ξ : H) (hξK : ξ K) ( : IsSeparating (↑N) ξ) {S : K →L[] K} :
              S cutdown K N hK ξ hξK xN, compressTo K x = S
              theorem CommutingRepetition.VN.compressTo_mem_cutdown {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (N : VonNeumannAlgebra H) (hK : xN, vK, x v K) (ξ : H) (hξK : ξ K) ( : IsSeparating (↑N) ξ) {x : H →L[] H} (hx : x N) :
              compressTo K x cutdown K N hK ξ hξK
              theorem CommutingRepetition.VN.compressTo_injective {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (N : VonNeumannAlgebra H) (hK : xN, vK, x v K) (ξ : H) (hξK : ξ K) ( : IsSeparating (↑N) ξ) {x y : H →L[] H} (hx : x N) (hy : y N) (h : compressTo K x = compressTo K y) :
              x = y

              Compression is injective on N (the separating vector lies in K).

              theorem CommutingRepetition.VN.isSeparating_cutdown {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (K : Submodule H) [CompleteSpace K] (N : VonNeumannAlgebra H) (hK : xN, vK, x v K) (ξ : H) (hξK : ξ K) ( : IsSeparating (↑N) ξ) :
              IsSeparating (cutdown K N hK ξ hξK ) ξ, hξK

              The separating vector is separating for the compressed algebra.

              theorem CommutingRepetition.VN.cyclicSpace_invariant {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (ξ : H) (x : H →L[] H) :
              x NvcyclicSpace (↑N) ξ, x v cyclicSpace (↑N) ξ

              The cyclic subspace [N ξ] is N-invariant.

              theorem CommutingRepetition.VN.isCyclic_cutdown_cyclicSpace {H : Type u_1} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] (N : VonNeumannAlgebra H) (ξ : H) ( : IsSeparating (↑N) ξ) :
              IsCyclic (cutdown (cyclicSpace (↑N) ξ) N ξ ) ξ,

              On the cyclic subspace K = [N ξ], the vector ξ is cyclic for the compressed algebra.