Conjugation by a unit and by a unitary #
Spacetime-agnostic operator-algebra machinery used by the geometric-covariance results of algebraic QFT (both the Minkowski and curved Haag-Kastler nets), kept here so neither net depends on the other.
Units.conjMulEquiv u— conjugation by a monoid unit,x ↦ u x u⁻¹, as a multiplicative automorphism.MulEquiv.image_centralizer/image_centralizer_centralizer— a multiplicative automorphism maps centralizers (hence bicommutants) to those of the image.Physicslib4.lieConj U— conjugation by a unitaryU : H ≃ₗᵢ[ℂ] HonB(H), withlieConj_applyand the bridgelieConj_apply_eq_conjStarAlgEquivto Mathlib'sLinearIsometryEquiv.conjStarAlgEquiv. Its algebra/metric structure is recorded bylieConj_one,lieConj_add,lieConj_smul,lieConj_star,exp_lieConj, and the norm preservationnorm_lieConj.Physicslib4.scalarOperators/IsFactorandIsFactor.conj— the factor (trivial-center) property and its preservation under conjugation.Physicslib4.restrictStarAlgEquiv— a*-automorphism carrying one star-subalgebra's set onto another's restricts to a*-algebra equivalence.
Conjugation by a unit u, as a multiplicative automorphism of the monoid:
x ↦ u * x * u⁻¹.
Equations
Instances For
A multiplicative automorphism maps the centralizer of a set onto the centralizer of its image.
A multiplicative automorphism maps bicommutants to bicommutants.
Conjugation by a unitary U : H ≃ₗᵢ[ℂ] H as a multiplicative automorphism of
the algebra H →L[ℂ] H of bounded operators: T ↦ U T U⁻¹.
Equations
- Physicslib4.lieConj Uop = (↑Uop).toUnit.conjMulEquiv
Instances For
Conjugation by a unitary commutes with the operator exponential:
exp (W A W⁻¹) = W (exp A) W⁻¹. Immediate from NormedSpace.exp_units_conj, since
lieConj W is conjugation by the unit W.
Conjugation by a unitary fixes the identity: lieConj W 1 = 1.
The scalar operators {c · 1 : c ∈ ℂ} of a Hilbert space, the (would-be)
center of any von Neumann algebra acting irreducibly.
Instances For
A von Neumann algebra (a set of operators) is a factor when its center
R ∩ R' is exactly the scalars.
Equations
Instances For
Conjugation by a unitary fixes the scalar operators setwise:
U (c · 1) U⁻¹ = c · 1.
Conjugation preserves factoriality. If a von Neumann algebra R is a
factor, so is its conjugate U R U⁻¹. Conjugation is a multiplicative
automorphism, so it carries the center R ∩ R' onto the center of U R U⁻¹ and
fixes the scalars.
The conjugation MulEquiv lieConj U agrees, as a map of operators, with
Mathlib's conjugation *-algebra automorphism LinearIsometryEquiv.conjStarAlgEquiv U.
This bridges our bare-monoid conjugation to the full StarAlgEquiv.
Conjugation by a unitary is star-preserving: lieConj W (star A) = star (lieConj W A).
It agrees with Mathlib's conjugation *-automorphism, which preserves the adjoint.
Conjugation by a unitary is norm-preserving: ‖lieConj W A‖ = ‖A‖. Since W
and W⁻¹ are isometries, conjugation is a similarity that preserves the operator
norm; proved directly by bounding both directions.
A star-algebra automorphism e of A whose underlying map carries the set of
a star-subalgebra S onto that of T restricts to a star-algebra equivalence
S ≃⋆ₐ[ℂ] T.
Equations
- One or more equations did not get rendered due to their size.