Theorems · Theorem · combinatorics
Fin.sum_univ_add
∀ {M : Type u_2} [inst : AddCommMonoid M] {a b : ℕ} (f : Fin (a + b) → M),
∑ i, f i = ∑ i, f (Fin.castAdd b i) + ∑ i, f (Fin.natAdd a i)- Defined in
- Mathlib.Algebra.BigOperators.Fin
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 66 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.
Cites9
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
- Equiv.symmproof · cited by 3,681
- Finset.univstatement and proof · cited by 3,473
- Equiv.apply_symm_applyproof · cited by 346
- Equiv.toFunproof · cited by 279
- Fintype.sum_equivproof · cited by 35
- finSumFinEquivproof · cited by 33
- Fintype.sum_sum_typeproof · cited by 22
Cited by2
Results whose statement or proof uses this declaration.
- TensorProduct.exists_sum_tmul_eqproof · cited by 2
- Fin.sum_truncproof · cited by 1