Theorems · Theorem · field theory
Polynomial.map_sum
∀ {R : Type u} {S : Type v} [inst : Semiring R] [inst_1 : Semiring S] (f : R →+* S) {ι : Type u_1}
(g : ι → Polynomial R) (s : Finset ι), Polynomial.map f (∑ i ∈ s, g i) = ∑ i ∈ s, Polynomial.map f (g i)- Defined in
- Mathlib.Algebra.Polynomial.Eval.Defs
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Finsetstatement and proof · cited by 13,712
- RingHomstatement and proof · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Finset.sumstatement · cited by 5,195
- Polynomial.mapstatement · cited by 806
- map_sumproof · cited by 455
- Polynomial.mapRingHomproof · cited by 98
Cited by9
Results whose statement or proof uses this declaration.
- Polynomial.derivative_mapproof · cited by 17
- Polynomial.cyclotomic_primeproof · cited by 7
- Polynomial.prod_cyclotomic_eq_geom_sumproof · cited by 4
- Polynomial.lifts_and_degree_eq_and_monicproof · cited by 3
- PolyEquivTensor.toFunBilinear_apply_eq_sumproof · cited by 2
- Polynomial.exists_support_eq_of_mem_liftsproof · cited by 1
- Polynomial.map_map_freeMonicproof · cited by 1
- Polynomial.sumIDeriv_mapproof · cited by 1
- Polynomial.cyclotomic_dvd_geom_sum_of_dvdproof · cited by 0