Derivations on the symmetric algebra #
The universal property of SymmetricAlgebra R M for derivations: an
R-linear map f : M → SymmetricAlgebra R M extends uniquely to a
self-derivation D : SymmetricAlgebra R M → SymmetricAlgebra R M with
D ∘ ι = f. Packaged as a linear equivalence
SymmetricAlgebra.liftDerivation between R-linear maps and self-derivations.
Sibling of Mathlib/LinearAlgebra/SymmetricAlgebra/Basic.lean's lift
(which gives the algebra-hom universal property). This file fills the
mathlib gap for the derivation universal property — candidate for upstream.
Main definitions #
SymmetricAlgebra.liftDerivation— the linear equivalence betweenM →ₗ[R] SymmetricAlgebra R MandDerivation R (SymmetricAlgebra R M) (SymmetricAlgebra R M).
Main results #
SymmetricAlgebra.derivation_ext— derivation extensionality on the generatorsι R M. Two self-derivations ofSymmetricAlgebra R Mare equal iff they agree onι R M yfor ally : M.SymmetricAlgebra.liftDerivation_ι— the forward direction:liftDerivation f (ι R M y) = f y.
Construction #
The forward direction uses the dual-number trick (Cartan-Eilenberg):
the trivial square-zero extension tsze (S(M)) (S(M)) = S(M) ⊕ S(M) ε
(with ε² = 0) carries an algebra structure such that an algebra hom
φ : S(M) → tsze (S(M)) (S(M)) of the form s ↦ (s, D s) corresponds
exactly to a derivation D. We construct φ via SymmetricAlgebra.lift
applied to y ↦ (ι R M y, f y), then extract D s := (φ s).snd.
Derivation extensionality on generators #
A self-derivation of SymmetricAlgebra R M is determined by its
values on the canonical generators ι R M y. The standard universal
property of derivations on a free commutative algebra.
Construction via the dual-number trick #
The forward map liftDerivation : (M →ₗ[R] S(M)) → Derivation R (S(M)) (S(M)),
extended to a linear equivalence below.
Linearity in the input map #
The forward map f ↦ liftDerivationFun f is R-linear, packaged via
derivation_ext.
The bundled LinearEquiv #
The derivation universal property of SymmetricAlgebra R M: an
R-linear map f : M → SymmetricAlgebra R M extends uniquely to a
self-derivation D : SymmetricAlgebra R M → SymmetricAlgebra R M. The
correspondence is an R-linear equivalence.
The forward direction is constructed via the dual-number trick (see file
docstring). The inverse is restriction-to-ι: D ↦ D.toLinearMap ∘ ι R M.
Equations
- One or more equations did not get rendered due to their size.