Theorems · Theorem · difference equations
shift_eq_sum_fwdDiff_iter
∀ {M : Type u_1} {G : Type u_2} [inst : AddCommMonoid M] [inst_1 : AddCommGroup G] (h : M) (f : M → G) (n : ℕ) (y : M),
f (y + n • h) = ∑ k ∈ Finset.range (n + 1), n.choose k • (fwdDiff h)^[k] f yGregory-Newton formula expressing f (y + n • h) in terms of the iterated forward differences
of f at y.
- Defined in
- Mathlib.Algebra.Group.ForwardDiff
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddCommGroupstatement and proof · cited by 12,871
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- Finset.sum_congrproof · cited by 2,323
- Finset.rangestatement and proof · cited by 1,341
- Module.Endproof · cited by 774
- Nat.iteratestatement and proof · cited by 740
- one_powproof · cited by 521
- Nat.choosestatement and proof · cited by 494
- Finset.sum_applyproof · cited by 234
Cited by1
Results whose statement or proof uses this declaration.
- PadicInt.hasSum_mahlerproof · cited by 0