Mathlib Map

Theorems · Definition · commutative algebra

Derivation.llcomp

{R : Type u_1} →
  {A : Type u_2} →
    {M : Type u_4} →
      [inst : CommSemiring R] →
        [inst_1 : CommSemiring A] →
          [inst_2 : AddCommMonoid M] →
            [inst_3 : Algebra R A] →
              [inst_4 : Module A M] →
                [inst_5 : Module R M] →
                  {N : Type u_5} →
                    [inst_6 : AddCommMonoid N] →
                      [inst_7 : Module A N] →
                        [inst_8 : Module R N] →
                          [inst_9 : IsScalarTower R A M] →
                            [inst_10 : IsScalarTower R A N] → (M →ₗ[A] N) →ₗ[A] Derivation R A M →ₗ[A] Derivation R A N

The composition of a derivation with a linear map as a bilinear map

Defined in
Mathlib.RingTheory.Derivation.Basic
Cited by
1 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringCommSemiringAddCommMonoidAlgebraModuleModuleAddCommMonoidModuleModuleIsScalarTowerIsScalarTower

Around this declaration

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

Cites9

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

Cited by2

Results whose statement or proof uses this declaration.