File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ namespace CategoryTheory
3838
3939/-- A category is `EssentiallySmall.{w}` if there exists
4040an equivalence to some `S : Type w` with `[SmallCategory S]`. -/
41- @[pp_with_univ]
41+ @ [univ_out_params, pp_with_univ]
4242class EssentiallySmall (C : Type u) [Category.{v} C] : Prop where
4343 /-- An essentially small category is equivalent to some small category. -/
4444 equiv_smallCategory : ∃ (S : Type w) (_ : SmallCategory S), Nonempty (C ≌ S)
@@ -88,7 +88,7 @@ theorem essentiallySmallSelf : EssentiallySmall.{max w v u} C :=
8888
8989See `ShrinkHoms C` for a category instance where every hom set has been replaced by a small model.
9090-/
91- @[pp_with_univ]
91+ @ [univ_out_params, pp_with_univ]
9292class LocallySmall (C : Type u) [Category.{v} C] : Prop where
9393 /-- A locally small category has small hom-types. -/
9494 hom_small : ∀ X Y : C, Small.{w} (X ⟶ Y) := by infer_instance
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ it could be bigger than both!
4141See also `Mathlib/CategoryTheory/UnivLE.lean` for the statement that the stronger definition is
4242equivalent to `EssSurj (uliftFunctor : Type v ⥤ Type max u v)`.
4343-/
44- @ [pp_with_univ, mk_iff]
44+ @ [univ_out_params, pp_with_univ, mk_iff]
4545class UnivLE : Prop where
4646 small (α : Type u) : Small.{v} α
4747
You can’t perform that action at this time.
0 commit comments