Theorems · Theorem · field theory
Polynomial.Splits.roots_map_of_injective
∀ {R : Type u_1} [inst : CommRing R] {f : Polynomial R} [inst_1 : IsDomain R] {S : Type u_4} [inst_2 : CommRing S]
[inst_3 : IsDomain S],
f.Splits → ∀ {i : R →+* S}, Function.Injective ⇑i → (Polynomial.map i f).roots = Multiset.map (⇑i) f.roots- Defined in
- Mathlib.Algebra.Polynomial.Splits
- Cited by
- 2 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.
Cites12
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
- Multisetstatement · cited by 2,627
- IsDomainstatement and proof · cited by 2,196
- Multiset.mapstatement · cited by 876
- Polynomial.mapstatement · cited by 806
- Polynomial.Splitsstatement and proof · cited by 290
- Polynomial.rootsstatement · cited by 264
- Polynomial.Splits.natDegree_eq_card_rootsproof · cited by 16
- Polynomial.roots_map_of_injective_of_card_eq_natDegreeproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.Splits.roots_mapproof · cited by 10
- Polynomial.Splits.map_aroots_algebraMapproof · cited by 1