Documentation

Mathlib.CategoryTheory.GuitartExact.Over

Guitart exact squares involving Over categories #

Let F : C ⥤ D be a functor and X : C. One may consider the commutative square of categories where vertical functors are Over.forget:

    Over.post F
Over X ⥤ Over (F.obj X)
 |          |
 v          v
 C     ⥤    D
       F

We show that this square is Guitart exact if for all Y : C, the binary product X ⨯ Y exists and F commutes with it.

@[reducible, inline]

Given F : C ⥤ D and X : C, this is the 2-square

    Over.post F
Over X ⥤ Over (F.obj X)
 |          |
 v          v
 C     ⥤    D
       F

with Over.forget as vertical functors.

Equations
  • One or more equations did not get rendered due to their size.
Instances For