Theorems · Theorem · category theory
CategoryTheory.HomOrthogonal.matrixDecomposition_symm_apply
∀ {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]
(o : CategoryTheory.HomOrthogonal s) {α β : Type} [inst_3 : Finite α] [inst_4 : Finite β] {f : α → ι} {g : β → ι}
(z : (i : ι) → Matrix (↑(g ⁻¹' {i})) (↑(f ⁻¹' {i})) (CategoryTheory.End (s i))),
o.matrixDecomposition.symm z =
CategoryTheory.Limits.biproduct.matrix fun j k =>
if h : f j = g k then CategoryTheory.CategoryStruct.comp (z (f j) ⟨k, ⋯⟩ ⟨j, ⋯⟩) (CategoryTheory.eqToHom ⋯) else 0- Cited by
- 0 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · 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
- Equiv.symmstatement and proof · cited by 3,681
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- Finitestatement and proof · cited by 3,029
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.