Theorems · Theorem · field theory
Polynomial.smeval_monomial_mul
∀ (R : Type u_1) [inst : Semiring R] (r : R) (p : Polynomial R) {S : Type u_2} [inst_1 : NonAssocSemiring S]
[inst_2 : Module R S] [inst_3 : Pow S ℕ] (x : S) [NatPowAssoc S] [SMulCommClass R S S] (n : ℕ),
((Polynomial.monomial n) r * p).smeval x = r • (x ^ n * p.smeval x)- Defined in
- Mathlib.Algebra.Polynomial.Smeval
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Semiringstatement and proof · cited by 13,802
- LinearMapstatement · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- SMulCommClassstatement and proof · cited by 1,927
- mul_assocproof · cited by 1,667
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
- NonAssocSemiringstatement and proof · cited by 805
- SemigroupAction.mul_smulproof · cited by 291
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.smeval_mulproof · cited by 9