Mathlib Map

Theorems · Definition · commutative algebra

bernsteinPolynomial

(R : Type u_1) → [inst : CommRing R] → ℕ → ℕ → Polynomial R

bernsteinPolynomial R n ν is (choose n ν) * X^ν * (1 - X)^(n - ν). Although the coefficients are integers, it is convenient to work over an arbitrary commutative ring.

Defined in
Mathlib.RingTheory.Polynomial.Bernstein
Cited by
26 results in Mathlib
Foundations
Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRing

Around this declaration

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

Cites4

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

Cited by27

Results whose statement or proof uses this declaration.