Mathlib Map

Theorems · Theorem · field theory

isConjRoot_iff_mem_minpoly_aroots

∀ {K : Type u_2} {S : Type u_4} [inst : CommRing S] [inst_1 : Field K] [inst_2 : Algebra K S] [inst_3 : IsDomain S]
  {x y : S}, IsIntegral K x → (IsConjRoot K x y ↔ y ∈ (minpoly K x).aroots S)

y is a conjugate root of x over K if and only if y is a root of the minimal polynomial of x. This is variant of isConjRoot_iff_aeval_eq_zero.

Defined in
Mathlib.FieldTheory.Minpoly.IsConjRoot
Cited by
1 results in Mathlib
Foundations
Depth 135 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingFieldAlgebraIsDomain

Around this declaration

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

Cites14

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.