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
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.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- AlgHomstatement and proof · cited by 3,236
- TensorProductstatement and proof · cited by 2,545
- LinearMap.rTensorstatement and proof · cited by 266
- AlgHom.toLinearMapstatement and proof · cited by 254
- PolynomialLawstatement and proof · cited by 37
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.