Theorems · Theorem · commutative algebra
IsIntegrallyClosed.eq_map_mul_C_of_dvd
∀ {R : Type u_1} [inst : CommRing R] (K : Type u_2) [inst_1 : Field K] [inst_2 : Algebra R K] [IsFractionRing R K]
[IsIntegrallyClosed R] {f : Polynomial R},
f.Monic →
∀ {g : Polynomial K},
g ∣ Polynomial.map (algebraMap R K) f → ∃ g', Polynomial.map (algebraMap R K) g' * Polynomial.C g.leadingCoeff = gIf K = Frac(R) and g : K[X] divides a monic polynomial with coefficients in R, then
g * (C g.leadingCoeff⁻¹) has coefficients in R
- Defined in
- Mathlib.RingTheory.Polynomial.GaussLemma
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 155 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites49
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
- Algebrastatement and proof · cited by 11,388
- RingHomstatement and proof · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Bot.botproof · cited by 4,720
- Algebra.algebraMapstatement and proof · cited by 4,706
- mul_oneproof · cited by 3,885
- AlgEquivproof · cited by 1,681
- mul_assocproof · cited by 1,667
- Polynomial.Cstatement and proof · cited by 1,598
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.Monic.irreducible_iff_irreducible_map_fraction_mapproof · cited by 2
- Polynomial.Monic.dvd_of_fraction_map_dvd_fraction_mapproof · cited by 1