Theorems · Theorem · order theory
Finset.sum_Iic_add_zero_comm
∀ {α : Type u_1} {M : Type u_2} [inst : AddCommMonoid M] [inst_1 : LinearOrder α] [inst_2 : LocallyFiniteOrderBot α]
[inst_3 : Add α] [inst_4 : One α] [SuccAddOrder α] [NoMaxOrder α] (a : α) (f : α → M),
∑ i ≤ a + 1, f i = f (a + 1) + ∑ i ≤ a, f i- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- NoMaxOrderstatement and proof · cited by 340
- LocallyFiniteOrderBotstatement and proof · cited by 286
- Finset.Iicstatement · cited by 280
- Finset.sum_insertproof · cited by 196
- Finset.Iioproof · cited by 147
- SuccAddOrderstatement and proof · cited by 108
- lt_self_iff_falseproof · cited by 41
- Finset.mem_Iioproof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- Finset.sum_Iic_add_zeroproof · cited by 0