Mathlib Map

Theorems · Definition · commutative algebra

Derivation.tensorProductTo

{R : Type u} →
  {S : Type v} →
    [inst : CommRing R] →
      [inst_1 : CommRing S] →
        [inst_2 : Algebra R S] →
          {M : Type u_1} →
            [inst_3 : AddCommGroup M] →
              [inst_4 : Module R M] →
                [inst_5 : Module S M] → [IsScalarTower R S M] → Derivation R S M → TensorProduct R S S →ₗ[S] M

For an R-derivation S → M, this is the map S ⊗[R] S →ₗ[S] M sending s ⊗ₜ t ↦ s • D t.

Defined in
Mathlib.RingTheory.Kaehler.Basic
Cited by
10 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Quot.sound
Assumes
CommRingCommRingAlgebraAddCommGroupModuleModuleIsScalarTower

Around this declaration

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

Derivation.liftKaehlerDifferential · cited by 12Derivation.liftKaehlerDif…Derivation.liftKaehlerDifferential_comp · cited by 6Derivation.liftKaehlerDif…KaehlerDifferential.tensorProductTo_surjective · cited by 3KaehlerDifferential.tenso…Derivation.liftKaehlerDifferential_apply · cited by 2Derivation.liftKaehlerDif…KaehlerDifferential.D_tensorProductTo · cited by 1KaehlerDifferential.D_ten…Algebra.Extension.CotangentSpace.map_comp · cited by 1CotangentSpace.map_compDerivation.tensorProductTo_tmul · cited by 1Derivation.tensorProductT…KaehlerDifferential.tensorKaehlerEquiv_left_inv · cited by 0KaehlerDifferential.tenso…Derivation.tensorProductTo_mul · cited by 0Derivation.tensorProductT…Algebra.Extension.CotangentSpace.map_sub_map · cited by 0CotangentSpace.map_sub_mapDerivation.tensorProductTo.congr_simp · cited by 0tensorProductTo.congr_simpDFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupAlgebra · cited by 11388AlgebraLinearMap · cited by 10215LinearMapIsScalarTower · cited by 3896IsScalarTowerTensorProduct · cited by 2545TensorProductDerivation · cited by 293DerivationLinearMap.flip · cited by 193LinearMap.flipLinearMap.lsmul · cited by 50LinearMap.lsmulDerivation.toLinearMap · cited by 21Derivation.toLinearMapTensorProduct.AlgebraTensorModule.lift · cited by 9AlgebraTensorModule.liftDerivation.tensorProductToCITED BYCITES

Cites14

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

Cited by11

Results whose statement or proof uses this declaration.