Documentation

Mathlib.CategoryTheory.ObjectProperty.Small

Smallness of a property of objects #

In this file, given P : ObjectProperty C, we define ObjectProperty.Small.{w} P as an abbreviation for Small.{w} (Subtype P).

@[reducible, inline]

A property of objects is small relative to a universe w if the corresponding subtype is.

Equations
Instances For