Mathlib Map

Theorems · Theorem · commutative algebra

PolynomialLaw.isCompat

∀ {R : Type u} [inst : CommSemiring R] {M : Type u_1} [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {N : Type u_2}
  [inst_3 : AddCommMonoid N] [inst_4 : Module R N] {S : Type v} [inst_5 : CommSemiring S] [inst_6 : Algebra R S]
  (f : M →ₚₗ[R] N) {T : Type w} [inst_7 : CommSemiring T] [inst_8 : Algebra R T] (h : S →ₐ[R] T),
  ⇑(LinearMap.rTensor N h.toLinearMap) ∘ PolynomialLaw.toFun S f =
    PolynomialLaw.toFun T f ∘ ⇑(LinearMap.rTensor M h.toLinearMap)

Extends PolynomialLaw.isCompat to all universes

Defined in
Mathlib.RingTheory.PolynomialLaw.Basic
Cited by
0 results in Mathlib
Foundations
Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleAddCommMonoidModuleCommSemiringAlgebraCommSemiringAlgebra

Around this declaration

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

Cites14

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.