Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.IsCardinalAccessible

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        CategoryTheory.Functor C D → (κ : Cardinal.{w}) → [Fact κ.IsRegular] → Prop

A functor F : C ⥤ D is κ-accessible (with κ a regular cardinal) if it preserves colimits of shape J where J is any κ-filtered category. In the mathematical literature, some assumptions are often made on the categories C or D (e.g. the existence of κ-filtered colimits, see HasCardinalFilteredColimits below), but here we do not make such assumptions.

Defined in
Mathlib.CategoryTheory.Presentable.Basic
Cited by
19 results in Mathlib
Foundations
Depth 20 from the axioms · uses Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryFact

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.IsCardinalPresentable · cited by 39CategoryTheory.IsCardinal…CategoryTheory.Functor.preservesColimitsOfShape_of_isCardinalAccessible · cited by 6Functor.preservesColimits…CategoryTheory.Adjunction.hasCardinalFilteredGenerator · cited by 3Adjunction.hasCardinalFil…CategoryTheory.Adjunction.isCardinalLocallyPresentable · cited by 2Adjunction.isCardinalLoca…CategoryTheory.isCardinalPresentable_of_isColimit' · cited by 2CategoryTheory.isCardinal…CategoryTheory.Functor.isCardinalAccessible_of_natIso · cited by 2Functor.isCardinalAccessi…CategoryTheory.Functor.IsFinitelyAccessible · cited by 2Functor.IsFinitelyAccessi…CategoryTheory.Adjunction.isCardinalAccessibleCategory · cited by 1Adjunction.isCardinalAcce…CategoryTheory.Adjunction.isCardinalFilteredGenerator · cited by 1Adjunction.isCardinalFilt…CategoryTheory.Adjunction.isCardinalPresentable_leftAdjoint_obj · cited by 1Adjunction.isCardinalPres…CategoryTheory.MorphismProperty.isCardinalAccessible_ι_isLocal · cited by 1MorphismProperty.isCardin…CategoryTheory.Functor.IsCardinalAccessible.preservesColimitOfShape · cited by 1IsCardinalAccessible.pres…CategoryTheory.isCardinalPresentable_iff_isCardinalAccessible_uliftCoyoneda_obj · cited by 1CategoryTheory.isCardinal…CategoryTheory.Functor.isCardinalAccessible_of_isLimit · cited by 1Functor.isCardinalAccessi…CategoryTheory.Functor.isCardinalAccessible_of_le · cited by 1Functor.isCardinalAccessi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorFact · cited by 2726FactCardinal · cited by 2598CardinalCardinal.IsRegular · cited by 282Cardinal.IsRegularFunctor.IsCardinalAccessibleCITED BYCITES

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by25

Results whose statement or proof uses this declaration.