Theorems · Theorem · linear algebra
Matrix.sum_apply
∀ {m : Type u_2} {n : Type u_3} {α : Type u_11} {β : Type u_12} [inst : AddCommMonoid α] (i : m) (j : n) (s : Finset β)
(g : β → Matrix m n α), (∑ c ∈ s, g c) i j = ∑ c ∈ s, g c i j- Defined in
- Mathlib.Data.Matrix.Basic
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
- Assumes
- AddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.sum_applyproof · cited by 234
Cited by9
Results whose statement or proof uses this declaration.
- Matrix.sum_single_eq_diagonalproof · cited by 4
- AlgHom.mulLeftRightMatrix.comp_invproof · cited by 1
- Matrix.det_sum_leproof · cited by 1
- Matrix.sum_sum_singleproof · cited by 1
- Ideal.single_mem_jacobson_matrixproof · cited by 1
- Matrix.sum_mulVecproof · cited by 0
- Matrix.vecMul_sumproof · cited by 0
- Matrix.vec_sumproof · cited by 0
- Matrix.posSemidef_sumproof · cited by 0