Unitary equivalence of representations #
Two *-representations π₁ : A →⋆ₐ[ℂ] (H₁ →L[ℂ] H₁) and
π₂ : A →⋆ₐ[ℂ] (H₂ →L[ℂ] H₂) are unitarily equivalent when there is a
Hilbert-space isometric isomorphism U : H₁ ≃ₗᵢ[ℂ] H₂ intertwining them:
U (π₁ a x) = π₂ a (U x). This is the basic equivalence of the representation
theory underlying superselection sectors.
This file defines UnitaryEquiv, proves it is an equivalence relation
(reflexive, symmetric, transitive), and shows that the two central
representation-theoretic properties — irreducibility and factoriality
(trivial center of the generated von Neumann algebra) — are invariants of unitary
equivalence. The transport is packaged through the cross-space conjugation
conjMulEquiv U : (H₁ →L[ℂ] H₁) ≃* (H₂ →L[ℂ] H₂), T ↦ U T U⁻¹, which carries
π₁(A) onto π₂(A), centralizers onto centralizers, and scalars onto scalars.
Two *-representations of A are unitarily equivalent when an isometric
isomorphism of the underlying Hilbert spaces intertwines them.
Equations
Instances For
Equivalence relation #
Unitary equivalence is reflexive.
Unitary equivalence is symmetric.
Unitary equivalence is transitive.
Cross-space conjugation of operators #
Conjugation of an operator T : H₁ →L H₁ by a unitary U : H₁ ≃ₗᵢ H₂,
producing U T U⁻¹ : H₂ →L H₂.
Equations
- Physicslib4.GNS.conjCLM U T = ↑↑U ∘SL T ∘SL ↑↑U.symm
Instances For
Conjugation by U as a multiplicative isomorphism of operator algebras
(H₁ →L H₁) ≃* (H₂ →L H₂).
Equations
- Physicslib4.GNS.conjMulEquiv U = { toFun := Physicslib4.GNS.conjCLM U, invFun := Physicslib4.GNS.conjCLM U.symm, left_inv := ⋯, right_inv := ⋯, map_mul' := ⋯ }
Instances For
Conjugation carries π₁(a) to π₂(a) when U intertwines the two
representations.
Conjugation carries the image of π₁ onto the image of π₂.
Conjugation fixes the scalar operators setwise.
Invariance of irreducibility and factoriality #
Irreducibility is exactly triviality of the commutant: the commutant of the
image π(A) is the scalar operators.
Irreducibility is a unitary invariant. If π₁ is unitarily equivalent to
π₂ and π₁ is irreducible, then so is π₂.
Irreducibility is invariant under unitary equivalence (iff form).
Conjugation carries the generated von Neumann algebra of π₁ onto that of
π₂.
Factoriality is a unitary invariant. If π₁ is unitarily equivalent to
π₂ and the von Neumann algebra π₁(A)'' is a factor, then so is π₂(A)''.
Factoriality is invariant under unitary equivalence (iff form).