Theorems · Theorem · field theory
Polynomial.Monic.irreducible_of_irreducible_map
∀ {R : Type u} {S : Type v} [inst : CommRing R] [IsDomain R] [inst_2 : CommRing S] [IsDomain S] (φ : R →+* S)
(f : Polynomial R), f.Monic → Irreducible (Polynomial.map φ f) → Irreducible fA polynomial over an integral domain R is irreducible if it is monic and
irreducible after mapping into an integral domain S.
A special case of this lemma is that a polynomial over ℤ is irreducible if
it is monic and irreducible over ℤ/pℤ for some prime p.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 110 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
- RingHomstatement and proof · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- mul_commproof · cited by 2,262
- IsDomainstatement and proof · cited by 2,196
- Polynomial.mapstatement and proof · cited by 806
- Polynomial.leadingCoeffproof · cited by 498
- Irreduciblestatement and proof · cited by 496
- Polynomial.Monicstatement and proof · cited by 461
- IsUnit.mapproof · cited by 104
- Polynomial.mapRingHomproof · cited by 98
- Polynomial.map_mulproof · cited by 90
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.Monic.irreducible_of_irreducible_map_of_isPrime_nilradicalproof · cited by 0