Theorems · Theorem · commutative algebra
PolynomialLaw.toFun_comp_apply
∀ {R : Type u} [inst : CommSemiring R] {M : Type u_3} [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {N : Type u_4}
[inst_3 : AddCommMonoid N] [inst_4 : Module R N] {P : Type u_5} [inst_5 : AddCommMonoid P] [inst_6 : Module R P]
(f : M →ₚₗ[R] N) (g : N →ₚₗ[R] P) (S : Type u_7) [inst_7 : CommSemiring S] [inst_8 : Algebra R S]
(m : TensorProduct R S M), PolynomialLaw.toFun S (g.comp f) m = PolynomialLaw.toFun S g (PolynomialLaw.toFun S f m)- 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.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- TensorProductstatement and proof · cited by 2,545
- PolynomialLawstatement and proof · cited by 37
- PolynomialLaw.toFunstatement and proof · cited by 12
- PolynomialLaw.compstatement · cited by 6
- PolynomialLaw.toFun_compproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.