Mathlib Map

Theorems · Theorem · field theory

Polynomial.eval_sub

∀ {R : Type u} [inst : Ring R] (p q : Polynomial R) (x : R),
  Polynomial.eval x (p - q) = Polynomial.eval x p - Polynomial.eval x q
Defined in
Mathlib.Algebra.Polynomial.Eval.Defs
Cited by
124 results in Mathlib
Foundations
Depth 93 from the axioms, rests on 1,864 definitions · uses propext, Classical.choice, Quot.sound
Assumes
Ring

Around this declaration

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

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by124

Results whose statement or proof uses this declaration.