Mathlib Map

Theorems · Theorem · field theory

Polynomial.mem_rootSet_of_ne

∀ {T : Type w} [inst : CommRing T] {p : Polynomial T} {S : Type u_1} [IsDomain T] [inst_2 : CommRing S]
  [inst_3 : IsDomain S] [inst_4 : Algebra T S] [Module.IsTorsionFree T S],
  p ≠ 0 → ∀ {a : S}, a ∈ p.rootSet S ↔ (Polynomial.aeval a) p = 0
Defined in
Mathlib.Algebra.Polynomial.Roots
Cited by
10 results in Mathlib
Foundations
Depth 136 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomainCommRingIsDomainAlgebraModule.IsTorsionFree

Around this declaration

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

Cites11

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

Cited by10

Results whose statement or proof uses this declaration.