Theorems · Theorem · field theory
Polynomial.map_sub_roots_sprod_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) (g.roots ×ˢ s)).prod =
(-1) ^ (s.card * g.roots.card) * (Multiset.map (fun x => Polynomial.eval x g) s).prod- Defined in
- Mathlib.Algebra.Polynomial.Splits
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 139 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- IsDomainstatement and proof · cited by 2,196
- SProd.sprodstatement and proof · cited by 1,750
- Multiset.mapstatement and proof · cited by 876
- Polynomial.evalstatement and proof · cited by 796
- neg_mulproof · cited by 654
- Multiset.prodstatement and proof · cited by 528
- Polynomial.Monicstatement and proof · cited by 461
- Multiset.cardstatement and proof · cited by 375
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.resultant_eq_prod_roots_subproof · cited by 1