Theorems · Definition · category theory
CategoryTheory.HomOrthogonal.matrixDecompositionAddEquiv
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{ι : Type u_1} →
{s : ι → C} →
[inst_1 : CategoryTheory.Preadditive 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)))HomOrthogonal.matrixDecomposition as an additive equivalence.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Equivproof · 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.Preadditivestatement and proof · cited by 3,309
- Finitestatement and proof · cited by 3,029
- AddEquivstatement · cited by 1,087
- CategoryTheory.Limits.biproductstatement and proof · cited by 188
- CategoryTheory.Endstatement and proof · cited by 169
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.HomOrthogonal.matrixDecompositionLinearEquivproof · cited by 2
- CategoryTheory.HomOrthogonal.matrixDecompositionLinearEquiv_applystatement · cited by 0
- CategoryTheory.HomOrthogonal.matrixDecompositionLinearEquiv_symm_applystatement · cited by 0
- CategoryTheory.HomOrthogonal.matrixDecompositionAddEquiv_applystatement and proof · cited by 0
- CategoryTheory.HomOrthogonal.matrixDecompositionAddEquiv_symm_applystatement and proof · cited by 0