Lifting properties and adjunction #
In this file, we obtain Adjunction.HasLiftingProperty_iff, which states
that when we have an adjunction adj : G ⊣ F between two functors G : C ⥤ D
and F : D ⥤ C, then a morphism of the form G.map i has the left lifting
property in D with respect to a morphism p if and only the morphism i
has the left lifting property in C with respect to F.map p.
When we have an adjunction G ⊣ F, any commutative square where the left
map is of the form G.map i and the right map is p has an "adjoint" commutative
square whose left map is i and whose right map is F.map p.
The liftings of a commutative are in bijection with the liftings of its (right) adjoint square.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A square has a lifting if and only if its (right) adjoint square has a lifting.
When we have an adjunction G ⊣ F, any commutative square where the left
map is of the form i and the right map is F.map p has an "adjoint" commutative
square whose left map is G.map i and whose right map is p.
The liftings of a commutative are in bijection with the liftings of its (left) adjoint square.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A (left) adjoint square has a lifting if and only if the original square has a lifting.