Mathlib Map

Theorems · Theorem · field theory

Polynomial.rootMultiplicity_X_sub_C

∀ {R : Type u} [inst : CommRing R] [Nontrivial R] [inst_2 : DecidableEq R] {x y : R},
  Polynomial.rootMultiplicity x (Polynomial.X - Polynomial.C y) = if x = y then 1 else 0
Defined in
Mathlib.Algebra.Polynomial.RingDivision
Cited by
1 results in Mathlib
Foundations
Depth 125 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingNontrivialDecidableEq

Around this declaration

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

Cites11

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.