Theorems · Theorem · commutative algebra
exists_derivative_mul_eq_and_isIntegral_coeff
∀ {R : Type u_1} {S : Type u_2} {B : Type u_3} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S]
[inst_3 : CommRing B] [inst_4 : Algebra R B] {φ : Polynomial S →ₐ[R] B},
Function.Surjective ⇑φ →
∀ {f : Polynomial S},
f.Monic →
(∀ (i : ℕ), IsIntegral R (f.coeff i)) →
RingHom.ker φ.toRingHom = Ideal.span {f} →
∀ {y : B}, IsIntegral R y → ∃ g, φ (Polynomial.derivative f) * y = φ g ∧ ∀ (i : ℕ), IsIntegral R (g.coeff i)Let S be an R-algebra and f : S[X] be a monic polynomial with R-integral coefficients.
Suppose y in B = S[X]/f is R-integral, then f' * y is the image of some g : S[X] with
R-integral coefficients.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 143 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites126
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
- Setstatement · cited by 53,352
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Semiringproof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- LinearMapstatement · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Top.topproof · cited by 9,680
- Polynomialstatement and proof · cited by 5,681
- Idealstatement and proof · cited by 4,748
- Algebra.algebraMapproof · cited by 4,706
Cited by1
Results whose statement or proof uses this declaration.
- mem_adjoin_map_integralClosure_of_isStandardEtaleproof · cited by 0