Theorems · Theorem · real analysis
Finset.sum_eq_sum_range_intervalGapsWithin
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : AddCommGroup β] (F : Finset (α × α)) {k : ℕ}
(h : F.card = k) {a b : α} (f : α → α → β),
∑ z ∈ F, f z.1 z.2 = ∑ i ∈ Finset.range k, f (F.intervalGapsWithin h a b ↑i).2 (F.intervalGapsWithin h a b ↑i.succ).1- Cited by
- 2 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumstatement and proof · cited by 5,195
- Finset.cardstatement and proof · cited by 2,327
- Finset.rangestatement and proof · cited by 1,341
- Set.Iioproof · cited by 1,166
- Finset.mem_rangeproof · cited by 140
- Finset.intervalGapsWithinstatement and proof · cited by 20
- Finset.sum_bijproof · cited by 16
- Finset.intervalGapsWithin_mapsToproof · cited by 6
- Finset.intervalGapsWithin_injOnproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sum_intervalGapsWithin_add_sum_eq_subproof · cited by 1
- AbsolutelyContinuousOnInterval.dist_le_of_pairwiseDisjoint_hasSumproof · cited by 1