Theorems · Definition · category theory
CategoryTheory.StructuredArrow.subobjectEquiv
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{S : D} →
{T : CategoryTheory.Functor C D} →
[CategoryTheory.Limits.HasFiniteLimits C] →
[CategoryTheory.Limits.PreservesFiniteLimits T] →
(A : CategoryTheory.StructuredArrow S T) →
CategoryTheory.Subobject A ≃o
{ P // ∃ q, CategoryTheory.CategoryStruct.comp q (T.map P.arrow) = A.hom }If A : S → T.obj B is a structured arrow for S : D and T : C ⥤ D, then we can explicitly
describe the subobjects of A as the subobjects P of B in C for which A.hom factors
through the image of P under T.
- Defined in
- Mathlib.CategoryTheory.Subobject.Comma
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- OrderIsostatement · cited by 874
- CategoryTheory.Subobjectstatement and proof · cited by 385
- CategoryTheory.StructuredArrowstatement and proof · cited by 370
- CategoryTheory.StructuredArrow.rightstatement and proof · cited by 213
- CategoryTheory.Subobject.underlyingstatement and proof · cited by 211
- CategoryTheory.Subobject.arrowstatement and proof · cited by 175
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.