Theorems · Theorem · linear algebra
Matrix.sum_sum_single
∀ {m : Type u_2} {n : Type u_3} {α : Type u_7} [inst : DecidableEq m] [inst_1 : DecidableEq n]
[inst_2 : AddCommMonoid α] [inst_3 : Fintype m] [inst_4 : Fintype n] (x : m → n → α),
∑ i, ∑ j, Matrix.single i j (x i j) = Matrix.of x- Defined in
- Mathlib.Data.Matrix.Basis
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 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.
- DFunLike.coestatement and proof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement and proof · cited by 5,195
- Matrixstatement and proof · cited by 4,303
- Finset.univstatement and proof · cited by 3,473
- Matrix.extproof · cited by 540
- Matrix.ofstatement and proof · cited by 336
- Matrix.singlestatement and proof · cited by 129
- Finset.sum_ite_eq'proof · cited by 105
- Prod.mk.etaproof · cited by 84
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.matrix_eq_sum_singleproof · cited by 6