Theorems · Definition · category theory
CategoryTheory.SolutionSetCondition
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u₁} → [inst_1 : CategoryTheory.Category.{v₁, u₁} D] → CategoryTheory.Functor D C → PropThe functor G : D ⥤ C satisfies the solution set condition if for every A : C, there is a
family of morphisms {f_i : A ⟶ G (B_i) // i ∈ ι} such that given any morphism h : A ⟶ G X,
there is some i ∈ ι such that h factors through f_i.
The key part of this definition is that the indexing set ι lives in Type v, where v is the
universe of morphisms of the category: this is the "smallness" condition which allows the general
adjoint functor theorem to go through.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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.Homproof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.isRightAdjoint_of_preservesLimits_of_solutionSetConditionstatement and proof · cited by 0
- CategoryTheory.solutionSetCondition_of_isRightAdjointstatement · cited by 0