Mathlib Map

Theorems · Theorem · field theory

minpoly.coeff_zero_eq_zero

∀ {A : Type u_1} {B : Type u_2} [inst : Field A] [inst_1 : Ring B] [IsDomain B] [inst_3 : Algebra A B] {x : B},
  IsIntegral A x → ((minpoly A x).coeff 0 = 0 ↔ x = 0)

The constant coefficient of the minimal polynomial of x is 0 if and only if x = 0.

Defined in
Mathlib.FieldTheory.Minpoly.Field
Cited by
0 results in Mathlib
Foundations
Depth 126 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldRingIsDomainAlgebra

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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.