Theorems · Theorem · commutative algebra
Polynomial.eval_eq_sum_degreeLTEquiv
∀ {R : Type u} [inst : Semiring R] {n : ℕ} {p : Polynomial R} (hp : p ∈ Polynomial.degreeLT R n) (x : R),
Polynomial.eval x p = ∑ i, (Polynomial.degreeLTEquiv R n) ⟨p, hp⟩ i * x ^ ↑i- Defined in
- Mathlib.RingTheory.Polynomial.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 105 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.
Cites15
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
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- Submodulestatement · cited by 7,192
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- MulZeroClass.zero_mulproof · cited by 1,625
- Polynomial.evalstatement · cited by 796
- Polynomial.degreeLTstatement and proof · cited by 47
- Polynomial.mem_degreeLTproof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.eq_zero_of_degree_lt_of_eval_finset_eq_zeroproof · cited by 2