Documentation

TauCeti.Geometry.Lie.Adjoint.Representation.Differential

The differential of the adjoint representation #

The differential at the identity of the group adjoint representation is Mathlib's Lie-algebra adjoint map. This is the roadmap-facing form of the infinitesimal adjoint identity, stated on the canonical Lie algebra of left-invariant derivations.

This advances Deliverable A, Layer 1 of TauCetiRoadmap/RepresentationTheory/LieGroups/README.md.

Main results #

References #

@[simp]
theorem TauCeti.Lie.mfderiv_Ad_apply_one {E : Type u_1} [NormedAddCommGroup E] [NormedSpace E] {H : Type u_2} [TopologicalSpace H] {I : ModelWithCorners E H} {G : Type u_3} [TopologicalSpace G] [ChartedSpace H G] [Group G] [FiniteDimensional E] [LieGroup I (↑) G] (X Y : LeftInvariantDerivation I G) :
have x := ; (have this := ((mfderiv% fun (g : G) => (Ad g) Y) 1) ((pointDerivationEquivTangentSpace 1 ) ((LeftInvariantDerivation.evalAt 1) X)); this) = ((LieAlgebra.ad (LeftInvariantDerivation I G)) X) Y

The differential at the identity of the group adjoint action, evaluated on X and Y, is the Lie-algebra adjoint ad X Y.

@[simp]

The differential at the identity of the bounded-operator-valued adjoint representation is Mathlib's Lie-algebra adjoint map.