Mathlib Map

Theorems · Theorem · logic and foundations

FirstOrder.Field.realize_genericMonicPolyHasRoot

∀ {K : Type u_1} [inst : Field K] [inst_1 : FirstOrder.Ring.CompatibleRing K] (n : ℕ),
  K ⊨ FirstOrder.Field.genericMonicPolyHasRoot n ↔
    ∀ (p : { p // p.Monic ∧ p.natDegree = n }), ∃ x, Polynomial.eval x ↑p = 0
Defined in
Mathlib.ModelTheory.Algebra.Field.IsAlgClosed
Cited by
1 results in Mathlib
Foundations
Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFirstOrder.Ring.CompatibleRing

Around this declaration

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

Cites27

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.