Theorems · Theorem · general topology
Matrix.diagonal_tsum
∀ {X : Type u_1} {n : Type u_5} {R : Type u_8} [inst : AddCommMonoid R] [inst_1 : TopologicalSpace R]
{L : SummationFilter X} [inst_2 : DecidableEq n] [T2Space R] {f : X → n → R},
Matrix.diagonal (∑'[L] (x : X), f x) = ∑'[L] (x : X), Matrix.diagonal (f x)- Defined in
- Mathlib.Topology.Instances.Matrix
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- AddCommMonoidstatement and proof · cited by 12,281
- Matrixstatement · cited by 4,303
- T2Spacestatement and proof · cited by 1,351
- tsumstatement · cited by 1,148
- SummationFilterstatement and proof · cited by 607
- Matrix.diagonalstatement · cited by 314
- continuous_idproof · cited by 192
- Function.LeftInverse.map_tsumproof · cited by 9
- Matrix.diag_diagonalproof · cited by 4
- Continuous.matrix_diagonalproof · cited by 3
- continuous_matrix_diagproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.