Documentation

Physicslib4.GNS.DirectSum

Direct sums of representations #

Given a family of *-representations π i : A →⋆ₐ[ℂ] (H i →L[ℂ] H i) of a C*-algebra A on Hilbert spaces H i, the direct-sum representation ⊕ᵢ πᵢ acts on the ℓ²-direct sum lp H 2 by the diagonal operator of fun i ↦ π i a (uniformly bounded by ‖a‖, since a *-homomorphism of C*-algebras is contractive).

This file builds directSum π : A →⋆ₐ[ℂ] (lp H 2 →L[ℂ] lp H 2) and proves the two basic structural facts:

Coordinate evaluation #

noncomputable def Physicslib4.GNS.lpEvalCLM {ι : Type u_2} {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] (j : ι) :
(lp H 2) →L[] H j

Coordinate evaluation x ↦ x j as a continuous linear map lp H 2 →L H j (norm ≤ 1).

Equations
Instances For
    @[simp]
    theorem Physicslib4.GNS.lpEvalCLM_apply {ι : Type u_2} {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] (j : ι) (x : (lp H 2)) :
    (lpEvalCLM j) x = x j

    The direct-sum representation #

    noncomputable def Physicslib4.GNS.directSumFun {A : Type u_1} [CStarAlgebra A] {ι : Type u_2} {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] [∀ (i : ι), CompleteSpace (H i)] (π : (i : ι) → A →⋆ₐ[] H i →L[] H i) (a : A) :
    (lp H 2) →L[] (lp H 2)

    The value of the direct-sum representation on a: the diagonal operator of the family fun i ↦ π i a, uniformly bounded by ‖a‖.

    Equations
    Instances For
      @[simp]
      theorem Physicslib4.GNS.directSumFun_apply_coe {A : Type u_1} [CStarAlgebra A] {ι : Type u_2} {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] [∀ (i : ι), CompleteSpace (H i)] (π : (i : ι) → A →⋆ₐ[] H i →L[] H i) (a : A) (x : (lp H 2)) (i : ι) :
      ((directSumFun π a) x) i = ((π i) a) (x i)
      noncomputable def Physicslib4.GNS.directSum {A : Type u_1} [CStarAlgebra A] {ι : Type u_2} {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] [∀ (i : ι), CompleteSpace (H i)] (π : (i : ι) → A →⋆ₐ[] H i →L[] H i) :
      A →⋆ₐ[] (lp H 2) →L[] (lp H 2)

      The direct-sum representation ⊕ᵢ πᵢ on the ℓ²-direct sum lp H 2.

      Equations
      Instances For
        @[simp]
        theorem Physicslib4.GNS.directSum_apply {A : Type u_1} [CStarAlgebra A] {ι : Type u_2} {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] [∀ (i : ι), CompleteSpace (H i)] (π : (i : ι) → A →⋆ₐ[] H i →L[] H i) (a : A) :

        Subrepresentations and commutant projections #

        theorem Physicslib4.GNS.intertwines_single {A : Type u_1} [CStarAlgebra A] {ι : Type u_2} [DecidableEq ι] {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] [∀ (i : ι), CompleteSpace (H i)] (π : (i : ι) → A →⋆ₐ[] H i →L[] H i) (j : ι) :

        Each summand is a subrepresentation: the isometric inclusion H j ↪ lp H 2 intertwines π j with the direct-sum representation.

        noncomputable def Physicslib4.GNS.summandProj {ι : Type u_2} [DecidableEq ι] {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] (j : ι) :
        (lp H 2) →L[] (lp H 2)

        The orthogonal projection onto the j-th summand, x ↦ single j (x j).

        Equations
        Instances For
          @[simp]
          theorem Physicslib4.GNS.summandProj_apply {ι : Type u_2} [DecidableEq ι] {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] (j : ι) (x : (lp H 2)) :
          (summandProj j) x = lp.single 2 j (x j)
          theorem Physicslib4.GNS.summandProj_mem_commutant {A : Type u_1} [CStarAlgebra A] {ι : Type u_2} [DecidableEq ι] {H : ιType u_3} [(i : ι) → NormedAddCommGroup (H i)] [(i : ι) → InnerProductSpace (H i)] [∀ (i : ι), CompleteSpace (H i)] (π : (i : ι) → A →⋆ₐ[] H i →L[] H i) (j : ι) :

          The projection onto the j-th summand commutes with the whole representation, hence lies in the commutant of directSum π.