Documentation

Physicslib4.GNS.Amplification

Amplification and reducibility of direct sums #

Two consequences of the direct-sum construction (Physicslib4.GNS.DirectSum):

The quasi-equivalence π ~ ι · π #

The quasi-equivalence of a representation with its amplification (QuasiEquiv π (ι · π)) is not proved here. It requires a *-isomorphism of the generated von Neumann algebras π(A)'' ≃⋆ₐ (ι·π)(A)''. The natural map is T ↦ lpDiag (fun _ ↦ T) (the diagonal), which is an injective *-homomorphism carrying π a ↦ (ι·π) a; but surjectivity onto (ι·π)(A)'' is exactly the amplification commutant theorem (π ⊗ 1)' = π' ⊗ B(K) (equivalently (π ⊗ 1)'' = π'' ⊗ ℂ1), a genuine von Neumann algebra result that Mathlib does not currently provide. It is recorded as deferred.

Reducibility #

theorem Physicslib4.GNS.summandProj_isScalar_of_isIrreducible {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) (hirr : IsIrreducible (directSum π)) (j : ι) :

If the direct-sum representation is irreducible, each summand projection is a scalar operator (irreducibility means the commutant is trivial).

theorem Physicslib4.GNS.not_isIrreducible_directSum {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 k : ι} (hjk : j k) {v : H j} (hv : v 0) {w : H k} (hw : w 0) :

A direct sum with two summands carrying nonzero vectors is reducible: the projection onto one summand is a non-scalar element of the commutant.

Amplification #

noncomputable def Physicslib4.GNS.amplification {A : Type u_1} [CStarAlgebra A] {H₀ : Type u_2} [NormedAddCommGroup H₀] [InnerProductSpace H₀] [CompleteSpace H₀] {ι : Type u_3} (π : A →⋆ₐ[] H₀ →L[] H₀) :
A →⋆ₐ[] (lp (fun (x : ι) => H₀) 2) →L[] (lp (fun (x : ι) => H₀) 2)

The ι-fold amplification ι · π := ⊕_{i : ι} π of a representation, on the ℓ²-direct sum of ι copies of H₀.

Equations
Instances For
    theorem Physicslib4.GNS.amplification_intertwines_single {A : Type u_1} [CStarAlgebra A] {H₀ : Type u_2} [NormedAddCommGroup H₀] [InnerProductSpace H₀] [CompleteSpace H₀] {ι : Type u_3} [DecidableEq ι] (π : A →⋆ₐ[] H₀ →L[] H₀) (j : ι) :
    Intertwines π (amplification π) (lp.singleContinuousLinearMap (fun (x : ι) => H₀) 2 j)

    In the amplification, π embeds as each summand: the isometric inclusion of the j-th copy H₀ ↪ ℓ²(ι, H₀) intertwines π with ι · π.