Theorems · Theorem · commutative algebra
Polynomial.roots_scaleRoots
∀ {R : Type u_1} [inst : CommRing R] [inst_1 : IsDomain R] (p : Polynomial R) {r : R},
IsUnit r → (p.scaleRoots r).roots = Multiset.map (fun x => r * x) p.roots- Defined in
- Mathlib.RingTheory.Polynomial.ScaleRoots
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Multisetstatement · cited by 2,627
- IsDomainstatement and proof · cited by 2,196
- IsUnitstatement and proof · cited by 1,602
- Multiset.mapstatement · cited by 876
- Function.Bijectiveproof · cited by 863
- Polynomial.rootsstatement and proof · cited by 264
- Polynomial.rootMultiplicityproof · cited by 79
- Polynomial.scaleRootsstatement and proof · cited by 56
- IsRegular.leftproof · cited by 39
- Multiset.ext'proof · cited by 31
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.resultant_scaleRootsproof · cited by 1