Theorems · Theorem · field theory
Polynomial.aeval_eq_sum_range
∀ {R : Type u} {S : Type v} [inst : CommSemiring R] [inst_1 : Semiring S] [inst_2 : Algebra R S] {p : Polynomial R}
(x : S), (Polynomial.aeval x) p = ∑ i ∈ Finset.range (p.natDegree + 1), p.coeff i • x ^ i- Defined in
- Mathlib.Algebra.Polynomial.AlgebraMap
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringSemiringAlgebra
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
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement · cited by 5,195
- Algebra.algebraMapproof · cited by 4,706
- AlgHomstatement · cited by 3,236
- Finset.sum_congrproof · cited by 2,323
- Finset.rangestatement and proof · cited by 1,341
- Polynomial.natDegreestatement and proof · cited by 1,105
- Polynomial.coeffstatement and proof · cited by 1,045
Cited by9
Results whose statement or proof uses this declaration.
- norm_root_le_spectralValueproof · cited by 3
- dvd_coeff_zero_of_aeval_eq_prime_smul_of_minpoly_isEisensteinAtproof · cited by 1
- IsIntegral.isAlmostIntegral_of_exists_smul_mem_rangeproof · cited by 1
- mem_adjoin_of_dvd_coeff_of_dvd_aevalproof · cited by 1
- PowerBasis.toMatrix_isIntegralproof · cited by 1
- mem_adjoin_of_smul_prime_smul_of_minpoly_isEisensteinAtproof · cited by 1
- FractionalIdeal.coe_ideal_mul_invproof · cited by 1
- PowerBasis.leftMulMatrixproof · cited by 0
- Polynomial.int_eval₂_eqproof · cited by 0