Mathlib Map

Theorems · Theorem · field theory

inv_eq_of_root_of_coeff_zero_ne_zero

∀ {K : Type u_1} {L : Type u_2} [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L] {x : L} {p : Polynomial K},
  (Polynomial.aeval x) p = 0 → p.coeff 0 ≠ 0 → x⁻¹ = -((Polynomial.aeval x) p.divX / (algebraMap K L) (p.coeff 0))
Defined in
Mathlib.RingTheory.Algebraic.Basic
Cited by
1 results in Mathlib
Foundations
Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldAlgebra

Around this declaration

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

Cites23

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.