Theorems · Theorem · field theory
Polynomial.map_sub_sprod_roots_eq_prod_map_eval
∀ {R : Type u_1} [inst : CommRing R] [inst_1 : IsDomain R] (s : Multiset R) (g : Polynomial R),
g.Monic →
g.Splits →
(Multiset.map (fun ij => ij.1 - ij.2) (s ×ˢ g.roots)).prod = (Multiset.map (fun x => Polynomial.eval x g) s).prod- Defined in
- Mathlib.Algebra.Polynomial.Splits
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 138 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Polynomialstatement and proof · cited by 5,681
- one_mulproof · cited by 2,841
- Multisetstatement and proof · cited by 2,627
- CommMonoidproof · cited by 2,264
- IsDomainstatement and proof · cited by 2,196
- SProd.sprodstatement and proof · cited by 1,750
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
- Multiset.mapstatement and proof · cited by 876
- map_oneproof · cited by 861
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.resultant_eq_prod_evalproof · cited by 3
- Polynomial.resultant_eq_prod_roots_subproof · cited by 1
- Polynomial.map_sub_roots_sprod_eq_prod_map_evalproof · cited by 1