Theorems · Definition · category theory
CategoryTheory.HomOrthogonal.matrixDecomposition
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{ι : Type u_1} →
{s : ι → C} →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
[inst_2 : CategoryTheory.Limits.HasFiniteBiproducts C] →
CategoryTheory.HomOrthogonal s →
{α β : Type} →
[inst_3 : Finite α] →
[inst_4 : Finite β] →
{f : α → ι} →
{g : β → ι} →
((⨁ fun a => s (f a)) ⟶ ⨁ fun b => s (g b)) ≃
((i : ι) → Matrix (↑(g ⁻¹' {i})) (↑(f ⁻¹' {i})) (CategoryTheory.End (s i)))Morphisms between two direct sums over a hom orthogonal family s : ι → C
are equivalent to block diagonal matrices,
with blocks indexed by ι,
and matrix entries in i-th block living in the endomorphisms of s i.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- Equivstatement · cited by 8,337
- Set.Elemstatement and proof · cited by 7,166
- Set.preimagestatement and proof · cited by 4,946
- Matrixstatement and proof · cited by 4,303
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- Finitestatement and proof · cited by 3,029
- CategoryTheory.eqToHomproof · cited by 860
- CategoryTheory.Limits.biproductstatement and proof · cited by 188
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.HomOrthogonal.matrixDecompositionAddEquivproof · cited by 4
- CategoryTheory.HomOrthogonal.matrixDecomposition_applystatement and proof · cited by 2
- CategoryTheory.HomOrthogonal.matrixDecomposition_compstatement · cited by 1
- CategoryTheory.HomOrthogonal.matrixDecomposition_idstatement · cited by 1
- CategoryTheory.HomOrthogonal.equiv_of_isoproof · cited by 0
- CategoryTheory.HomOrthogonal.matrixDecomposition.congr_simpstatement and proof · cited by 0
- CategoryTheory.HomOrthogonal.matrixDecomposition_symm_applystatement and proof · cited by 0