Documentation

Mathlib.CategoryTheory.MorphismProperty.IsSmall

Small classes of morphisms #

A class of morphisms W : MorphismProperty C is w-small if the corresponding set in Set (Arrow C) is.

A class of morphisms W : MorphismProperty C is w-small if the corresponding set in Set (Arrow C) is.

Instances
    instance CategoryTheory.MorphismProperty.isSmall_ofHoms {C : Type u} [Category.{v, u} C] {ι : Type t} [Small.{w, t} ι] {A B : ιC} (f : (i : ι) → A i B i) :
    theorem CategoryTheory.MorphismProperty.isSmall_iff_eq_ofHoms {C : Type u} [Category.{v, u} C] (W : MorphismProperty C) :
    IsSmall.{w, v, u} W ∃ (ι : Type w) (A : ιC) (B : ιC) (f : (i : ι) → A i B i), W = ofHoms f
    instance CategoryTheory.MorphismProperty.instIsSmallISupOfSmall {C : Type u} [Category.{v, u} C] {α : Type t} [Small.{w, t} α] (W : αMorphismProperty C) [∀ (i : α), IsSmall.{w, v, u} (W i)] :
    IsSmall.{w, v, u} (⨆ (i : α), W i)