Theorems · Theorem · category theory
CategoryTheory.HomOrthogonal.matrixDecomposition_comp
∀ {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]
(o : CategoryTheory.HomOrthogonal s) {α β γ : Type} [inst_3 : Finite α] [inst_4 : Fintype β] [inst_5 : Finite γ]
{f : α → ι} {g : β → ι} {h : γ → ι} (z : (⨁ fun a => s (f a)) ⟶ ⨁ fun b => s (g b))
(w : (⨁ fun b => s (g b)) ⟶ ⨁ fun c => s (h c)) (i : ι),
o.matrixDecomposition (CategoryTheory.CategoryStruct.comp z w) i =
o.matrixDecomposition w i * o.matrixDecomposition z i- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- Equivstatement · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- Finset.sumproof · cited by 5,195
- Set.preimagestatement and proof · cited by 4,946
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.HomOrthogonal.equiv_of_isoproof · cited by 0