Theorems · Theorem · combinatorics
Fin.sum_uIcc_castAdd
∀ {M : Type u_2} [inst : AddCommMonoid M] {n : ℕ} (m : ℕ) (f : Fin (n + m) → M) (a b : Fin n),
∑ i ∈ Finset.uIcc (Fin.castAdd m a) (Fin.castAdd m b), f i = ∑ i ∈ Finset.uIcc a b, f (Fin.castAdd m i)- Defined in
- Mathlib.Algebra.BigOperators.Fin
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- Finset.mapproof · cited by 747
- Finset.sum_mapproof · cited by 115
- Finset.uIccstatement and proof · cited by 84
- Fin.castAddEmbproof · cited by 27
- Fin.map_castAddEmb_uIccproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.