Amplification and reducibility of direct sums #
Two consequences of the direct-sum construction (Physicslib4.GNS.DirectSum):
- Reducibility. The summand projections lie in the commutant, so if the
direct-sum representation is irreducible they must be scalars
(
summandProj_isScalar_of_isIrreducible); consequently a direct sum with two summands carrying nonzero vectors is reducible (not_isIrreducible_directSum). - Amplification. The
ι-fold amplificationι · π := ⊕_{ι} πof a single representation, in whichπembeds as each summand (amplification_intertwines_single).
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 #
If the direct-sum representation is irreducible, each summand projection is a scalar operator (irreducibility means the commutant is trivial).
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 #
The ι-fold amplification ι · π := ⊕_{i : ι} π of a representation, on the
ℓ²-direct sum of ι copies of H₀.
Equations
- Physicslib4.GNS.amplification π = Physicslib4.GNS.directSum fun (x : ι) => π
Instances For
In the amplification, π embeds as each summand: the isometric inclusion of the
j-th copy H₀ ↪ ℓ²(ι, H₀) intertwines π with ι · π.