Theorems · Theorem · general topology
Matrix.blockDiagonal_tsum
∀ {X : Type u_1} {m : Type u_4} {n : Type u_5} {p : Type u_6} {R : Type u_8} [inst : AddCommMonoid R]
[inst_1 : TopologicalSpace R] {L : SummationFilter X} [inst_2 : DecidableEq p] [T2Space R] {f : X → p → Matrix m n R},
Matrix.blockDiagonal (∑'[L] (x : X), f x) = ∑'[L] (x : X), Matrix.blockDiagonal (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 and proof · cited by 4,303
- T2Spacestatement and proof · cited by 1,351
- tsumstatement · cited by 1,148
- SummationFilterstatement and proof · cited by 607
- continuous_idproof · cited by 192
- Matrix.blockDiagonalstatement · cited by 53
- Function.LeftInverse.map_tsumproof · cited by 9
- Continuous.matrix_blockDiagproof · cited by 3
- Continuous.matrix_blockDiagonalproof · cited by 3
- Matrix.blockDiag_blockDiagonalproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.