Theorems · Theorem · order theory
Finset.sum_Ico_add_eq_sum_Ico_add_one
∀ {α : Type u_1} {M : Type u_2} [inst : AddCommMonoid M] {a b : α} [inst_1 : LinearOrder α]
[inst_2 : LocallyFiniteOrder α] [inst_3 : AddMonoidWithOne α] [SuccAddOrder α] [NoMaxOrder α],
a ≤ b → ∀ (f : α → M), ∑ x ∈ Finset.Ico a b, f x + f b = ∑ x ∈ Finset.Ico a (b + 1), f x- Cited by
- 0 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Finsetproof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumstatement and proof · cited by 5,195
- add_commproof · cited by 1,535
- LocallyFiniteOrderstatement and proof · cited by 658
- Finset.Icostatement and proof · cited by 450
- NoMaxOrderstatement and proof · cited by 340
- AddMonoidWithOnestatement and proof · cited by 313
- Finset.sum_insertproof · cited by 196
- SuccAddOrderstatement and proof · cited by 108
- Finset.right_notMem_Icoproof · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.