Commit 2026-08-11 14:33 9aa55045
View on Github →chore(CategoryTheory/Adjunction/AdjointFunctorTheorems): generalize universes (#41244)
For theorems involving a category C : Type u (with Category.{v} C), the smallness assumptions or the existence of limits/colimits are expressed relative to an arbitrary universe w (instead of w = v), provided the assumption LocallySmall.{w} C is added. (This makes this more coherent with the API about locally presentable/accessible categories.)