Mathlib Map

Theorems · Definition · ring theory

TensorAlgebra.lift

(R : Type u_1) →
  [inst : CommSemiring R] →
    {M : Type u_2} →
      [inst_1 : AddCommMonoid M] →
        [inst_2 : Module R M] →
          {A : Type u_3} → [inst_3 : Semiring A] → [inst_4 : Algebra R A] → (M →ₗ[R] A) ≃ (TensorAlgebra R M →ₐ[R] A)

Given a linear map f : M → A where A is an R-algebra, lift R f is the unique lift of f to a morphism of R-algebras TensorAlgebra R M → A.

Defined in
Mathlib.LinearAlgebra.TensorAlgebra.Basic
Cited by
16 results in Mathlib
Foundations
Depth 50 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleSemiringAlgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CliffordAlgebra.lift · cited by 13CliffordAlgebra.liftTensorAlgebra.lift_ι_apply · cited by 11TensorAlgebra.lift_ι_applySymmetricAlgebra.lift · cited by 9SymmetricAlgebra.liftSymmetricAlgebra.lift_ι_apply · cited by 8SymmetricAlgebra.lift_ι_a…TensorAlgebra.toDirectSum · cited by 7TensorAlgebra.toDirectSumUniversalEnvelopingAlgebra.lift · cited by 7UniversalEnvelopingAlgebr…LinearAlgebra.FreeProduct.lift · cited by 5FreeProduct.liftTensorAlgebra.hom_ext · cited by 5TensorAlgebra.hom_extAlgCat.tensorAlgebra · cited by 4AlgCat.tensorAlgebraTensorAlgebra.equivFreeAlgebra · cited by 4TensorAlgebra.equivFreeAl…LinearAlgebra.FreeProduct.lift_apply · cited by 3FreeProduct.lift_applyTensorAlgebra.algebraMap_leftInverse · cited by 3TensorAlgebra.algebraMap_…TensorAlgebra.toTrivSqZeroExt · cited by 2TensorAlgebra.toTrivSqZer…AlgCat.tensorAlgebraAdj · cited by 2AlgCat.tensorAlgebraAdjTensorAlgebra.induction · cited by 2TensorAlgebra.inductionDFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidAlgebra · cited by 11388AlgebraCommSemiring · cited by 10911CommSemiringLinearMap · cited by 10215LinearMapEquiv · cited by 8337EquivAlgHom · cited by 3236AlgHomLinearMap.comp · cited by 1642LinearMap.compAlgHom.toLinearMap · cited by 254AlgHom.toLinearMapTensorAlgebra · cited by 81TensorAlgebraTensorAlgebra.ι · cited by 42TensorAlgebra.ιFreeAlgebra.lift · cited by 21FreeAlgebra.liftTensorAlgebra.liftCITED BYCITES

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by28

Results whose statement or proof uses this declaration.