Theorems · Theorem · field theory
Polynomial.eval_mul_X_pow
∀ {R : Type u} [inst : Semiring R] {p : Polynomial R} {x : R} {k : ℕ},
Polynomial.eval x (p * Polynomial.X ^ k) = Polynomial.eval x p * x ^ k- Defined in
- Mathlib.Algebra.Polynomial.Eval.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Polynomialstatement and proof · cited by 5,681
- mul_oneproof · cited by 3,885
- Polynomial.Xstatement and proof · cited by 1,639
- pow_zeroproof · cited by 1,094
- Polynomial.evalstatement and proof · cited by 796
- pow_succproof · cited by 374
- Polynomial.eval_mul_Xproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.derivative_evalproof · cited by 0