Theorems · Theorem · order theory
Finset.prod_eq_prod_range_sdiff
∀ {α : Type u_3} {β : Type u_4} [inst : DecidableEq α] [inst_1 : CommMonoid β] (s : ℕ → Finset α),
Monotone s →
∀ (g : α → β) (n : ℕ), ∏ i ∈ s n, g i = (∏ i ∈ s 0, g i) * ∏ i ∈ Finset.range n, ∏ j ∈ s (i + 1) \ s i, g jGiven a sequence of finite sets s₀ ⊆ s₁ ⊆ s₂ ⋯, the product of gᵢ over i ∈ sₙ is equal
to ∏_{i ∈ s₀} gᵢ * ∏_{j < n, i ∈ sⱼ₊₁ \ sⱼ} gᵢ.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Bot.botproof · cited by 4,720
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- mul_commproof · cited by 2,262
- Monotonestatement and proof · cited by 1,397
- Finset.rangestatement and proof · cited by 1,341
- Finset.Iccproof · cited by 348
- disjointedproof · cited by 64
- Finset.disjiUnionproof · cited by 37
- disjoint_disjointedproof · cited by 25
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.