Theorems · Theorem · group theory
Finset.sum_Ico_add_right_sub_eq
∀ {α : Type u_1} {M : Type u_3} [inst : AddCommMonoid M] {f : α → M} [inst_1 : AddCommMonoid α]
[inst_2 : PartialOrder α] [IsOrderedCancelAddMonoid α] [ExistsAddOfLE α] [inst_5 : LocallyFiniteOrder α]
[inst_6 : Sub α] [OrderedSub α] (a b c : α), ∑ x ∈ Finset.Ico (a + c) (b + c), f (x - c) = ∑ x ∈ Finset.Ico a b, f x- Defined in
- Mathlib.Algebra.BigOperators.Intervals
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.mapproof · cited by 747
- LocallyFiniteOrderstatement and proof · cited by 658
- Finset.Icostatement and proof · cited by 450
- IsOrderedCancelAddMonoidstatement and proof · cited by 359
- ExistsAddOfLEstatement and proof · cited by 330
- OrderedSubstatement and proof · cited by 236
- add_tsub_cancel_rightproof · cited by 172
- Finset.sum_mapproof · cited by 115
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.