Mathlib Map

Theorems · Theorem · field theory

Polynomial.Splits.roots_map

∀ {R : Type u_1} {S : Type u_2} [inst : Field R] [inst_1 : CommRing S] [inst_2 : IsDomain S] {f : Polynomial R},
  f.Splits → ∀ (i : R →+* S), (Polynomial.map i f).roots = Multiset.map (⇑i) f.roots
Defined in
Mathlib.Algebra.Polynomial.Splits
Cited by
10 results in Mathlib
Foundations
Depth 140 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldCommRingIsDomain

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.