Mathlib Map

Theorems · Definition · category theory

CategoryTheory.HasCardinalFilteredGenerator.casesOn

{C : Type u} →
  [hC : CategoryTheory.Category.{v, u} C] →
    {κ : Cardinal.{w}} →
      [hκ : Fact κ.IsRegular] →
        {motive : CategoryTheory.HasCardinalFilteredGenerator C κ → Sort u_1} →
          (t : CategoryTheory.HasCardinalFilteredGenerator C κ) →
            ([toLocallySmall : CategoryTheory.LocallySmall.{w, v, u} C] →
                (exists_generator :
                    ∃ P,
                      ∃ (_ : CategoryTheory.ObjectProperty.EssentiallySmall.{w, v, u} P),
                        P.IsCardinalFilteredGenerator κ) →
                  motive ⋯) →
              motive t
Defined in
Mathlib.CategoryTheory.Presentable.CardinalFilteredPresentation
Cited by
0 results in Mathlib
Foundations
Depth 23 from the axioms · uses Quot.sound
Assumes
CategoryTheory.CategoryFact

Around this declaration

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

Cites9

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.