Theorems · Theorem · difference equations
fwdDiff_iter_sum_mul_pow_eq_zero
∀ {R : Type u_3} [inst : CommRing R] {n : ℕ} (P : ℕ → R),
((fwdDiff 1)^[n] fun r => ∑ k ∈ Finset.range n, P k * r ^ k) = 0The n-th forward difference of a polynomial of degree < n is zero (formulated using explicit
sums over range n).
- Defined in
- Mathlib.Algebra.Group.ForwardDiff
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 74 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Finsetproof · cited by 13,712
- Finset.sumstatement · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.rangestatement and proof · cited by 1,341
- Nat.iteratestatement and proof · cited by 740
- Finset.sum_applyproof · cited by 234
- Finset.mem_rangeproof · cited by 140
- Finset.sum_eq_zeroproof · cited by 139
- fwdDiffstatement and proof · cited by 35
- Finset.sum_fnproof · cited by 21
- smul_eq_zero_of_rightproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.