Mathlib Map

Theorems · Theorem · field theory

Polynomial.roots_def

∀ {R : Type u} [inst : CommRing R] [inst_1 : IsDomain R] [inst_2 : DecidableEq R] (p : Polynomial R)
  [inst_3 : Decidable (p = 0)], p.roots = if h : p = 0 then ∅ else Classical.choose ⋯
Defined in
Mathlib.Algebra.Polynomial.Roots
Cited by
1 results in Mathlib
Foundations
Depth 130 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomainDecidableEqDecidable

Around this declaration

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

Cites13

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.