Documentation

TauCeti.Algebra.AlgebraicGroup.Tangent.Lie.Map

The differential is a Lie algebra morphism #

Precomposition of counit-valued derivations along a bialgebra morphism (TauCeti.derivationComp) preserves the convolution commutator: the differential of a morphism of affine monoid schemes is a morphism of Lie algebras (ReductiveGroups roadmap, Layer 2, "the differential of a homomorphism"). The bracket identity uses only the coalgebra half of the morphism — it intertwines the convolution products termwise; the algebra half already entered in derivationComp, which needs d (φ (x * y)) = d (φ x * φ y) to produce a derivation at all.

Main declarations #

@[simp]
theorem TauCeti.derivationComp_bracket {R : Type u_1} {A : Type u_2} {A' : Type u_3} {B : Type u_4} [CommSemiring R] [CommSemiring A] [Bialgebra R A] [CommSemiring A'] [Bialgebra R A'] [CommRing B] [Algebra R B] (φ : A' →ₐc[R] A) (d₁ d₂ : Derivation R A (Bialgebra.CounitAlgebra R A B)) :
(derivationComp φ) d₁, d₂ = (derivationComp φ) d₁, (derivationComp φ) d₂

The differential preserves the convolution commutator: a bialgebra morphism intertwines comultiplications, hence convolution products of derivations termwise.

noncomputable def TauCeti.derivationCompLieHom {R : Type u_1} {A : Type u_2} {A' : Type u_3} {B : Type u_4} [CommRing R] [CommRing A] [Bialgebra R A] [CommRing A'] [Bialgebra R A'] [CommRing B] [Algebra R B] (φ : A' →ₐc[R] A) :

The differential on derivations, as a morphism of Lie algebras over the coefficient ring.

Equations
Instances For
    @[simp]
    theorem TauCeti.derivationCompLieHom_apply {R : Type u_1} {A : Type u_2} {A' : Type u_3} {B : Type u_4} [CommRing R] [CommRing A] [Bialgebra R A] [CommRing A'] [Bialgebra R A'] [CommRing B] [Algebra R B] (φ : A' →ₐc[R] A) (d : Derivation R A (Bialgebra.CounitAlgebra R A B)) :
    theorem TauCeti.derivationCompLieHom_injective_of_surjective {R : Type u_1} {A : Type u_2} {A' : Type u_3} {B : Type u_4} [CommRing R] [CommRing A] [Bialgebra R A] [CommRing A'] [Bialgebra R A'] [CommRing B] [Algebra R B] (φ : A' →ₐc[R] A) ( : Function.Surjective φ) :

    The differential of a surjective bialgebra morphism is injective.

    @[simp]

    The bundled differential along the identity is the identity Lie morphism.

    @[simp]
    theorem TauCeti.derivationCompLieHom_comp {R : Type u_1} {A : Type u_2} {A' : Type u_3} {B : Type u_4} [CommRing R] [CommRing A] [Bialgebra R A] [CommRing A'] [Bialgebra R A'] [CommRing B] [Algebra R B] {A'' : Type u_5} [CommRing A''] [Bialgebra R A''] (φ : A' →ₐc[R] A) (χ : A'' →ₐc[R] A') :

    The bundled differential along a composite is the composite of the bundled differentials.

    A surjective bialgebra morphism between equal-dimensional tangent Lie algebras induces a bijection on tangent Lie algebras.