For generalities on the translation Ho CT-Ho TT see dictionary HoCT-HoTT.
For generalities on cohesive toposes see Urs Schreiber, differential cohomology in a cohesive topos
For a sub-(∞,1)-category, the inclusion extends to an adjoint quadruple of the form
precisely if there exists for each object
a morphism with ;
a morphism with ;
a morphism with
such that for all and the induced morphisms
;
;
;
;
are equivalences (the first three of ∞-groupoids the last two in ).
Moreover, if is a cartesian closed category, then preserves finite products precisely if the -inclusion is an exponential ideal.
The last statement follows from the -category analog of the discussion here.
This section is on the Coq formalization of axiomatic homotopy cohesion. It draws from Mike Shulman, Internalizing the external, or The Joys of Codiscreteness (blog post). The corresponding Coq-code library is at Mike Shulman, HoTT/Coq/Subcatgeories
This section comments on the code ReflectiveSubfibration.v.
The following axioms characterize in type theoretical language the relations between objects of a reflective subcategory
and objects of the ambient category wrt. the reflector :
This says that for any type , we have a proposition (expressing the assertion that is in our putative reflective subcategory).
This says that for any , we have another type (its reflection into the subcategory).
This says that for any , the type is in the subcategory.
. This says that for any , we have a map (which we can think of as the unit of the adjunction).
. This says that for any types A and B, where B is in the subcategory, precomposing with yields an equivalence between and (which we can think of as the adjunction isomorphism since precomposition with the adjunction-unit assigns the adjunct).
The previous axioms are given for plain types but one can impose them also on dependent types in that we require
In category theory this means that
is a pullback and the right arrow is a fibration. The operation commutes with pullbacks and gives an operation on every overcategory . There are axioms expressing the requirement that is a reflection.