Mathlib Map

Theorems · Theorem · commutative algebra

mem_adjoin_of_dvd_coeff_of_dvd_aeval

∀ {A : Type u_1} {B : Type u_2} [inst : CommSemiring A] [inst_1 : Ring B] [inst_2 : Algebra A B] [IsDomain A]
  [Module.IsTorsionFree A B] {Q : Polynomial A} {p : A} {x z : B},
  p ≠ 0 → (∀ i ∈ Finset.range (Q.natDegree + 1), p ∣ Q.coeff i) → (Polynomial.aeval x) Q = p • z → z ∈ A[x]
Defined in
Mathlib.RingTheory.Polynomial.Eisenstein.IsIntegral
Cited by
1 results in Mathlib
Foundations
Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringRingAlgebraIsDomainModule.IsTorsionFree

Around this declaration

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

Cites32

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

Cited by1

Results whose statement or proof uses this declaration.