Theorems · Theorem · field theory
Polynomial.eval_list_prod
∀ {R : Type u} [inst : CommSemiring R] (l : List (Polynomial R)) (x : R),
Polynomial.eval x l.prod = (List.map (Polynomial.eval x) l).prodPolynomial evaluation commutes with List.prod
- Defined in
- Mathlib.Algebra.Polynomial.Eval.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Polynomialstatement and proof · cited by 5,681
- Polynomial.evalstatement · cited by 796
- map_list_prodproof · cited by 35
- Polynomial.evalRingHomproof · cited by 29
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.evalEval_list_prodproof · cited by 0