Theorems · Theorem · field theory
Polynomial.count_map_roots
∀ {A : Type u_1} {B : Type u_2} [inst : CommRing A] [inst_1 : CommRing B] [inst_2 : IsDomain A] [inst_3 : DecidableEq B]
{p : Polynomial A} {f : A →+* B},
Polynomial.map f p ≠ 0 →
∀ (b : B), Multiset.count b (Multiset.map (⇑f) p.roots) ≤ Polynomial.rootMultiplicity b (Polynomial.map f p)- Defined in
- Mathlib.Algebra.Polynomial.Roots
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 134 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Multisetproof · cited by 2,627
- IsDomainstatement and proof · cited by 2,196
- Polynomial.Xproof · cited by 1,639
- Polynomial.Cproof · cited by 1,598
- Multiset.mapstatement and proof · cited by 876
- Polynomial.mapstatement and proof · cited by 806
- Multiset.prodproof · cited by 528
- Multiset.countstatement and proof · cited by 302
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.map_roots_leproof · cited by 3
- Polynomial.count_map_roots_of_injectiveproof · cited by 0