Theorems · Theorem · group theory
Finset.prod_range_induction
∀ {M : Type u_4} [inst : CommMonoid M] (f s : ℕ → M),
s 0 = 1 → ∀ (n : ℕ), (∀ k < n, s (k + 1) = s k * f k) → ∏ k ∈ Finset.range n, f k = s nFor any product along {0, ..., n - 1} of a commutative-monoid-valued function, we can verify
that it's equal to a different function just by checking ratios of adjacent terms up to n.
This is a multiplicative discrete analogue of the fundamental theorem of calculus.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
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.
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finset.rangestatement and proof · cited by 1,341
- Finset.prod_range_succproof · cited by 21
- Finset.prod_range_zeroproof · cited by 4
Cited by4
Results whose statement or proof uses this declaration.
- Finset.prod_range_divproof · cited by 4
- controlled_prod_of_mem_closureproof · cited by 1
- Finset.prod_range_div'proof · cited by 0
- PowerSeries.coeff_powproof · cited by 0