Adjoint quadruples #
This file concerns adjoint quadruples L ⊣ F ⊣ G ⊣ R
of functors L G : C ⥤ D
, F R : D ⥤ C
.
We bundle the adjunctions in a structure Quadruple L F G R
and make the two triples Triple L F G
and Triple F G R
accessible as Quadruple.leftTriple
and Quadruple.rightTriple
.
Currently the only two results are the following:
- When
F
andR
are fully faithful, the components of the induced natural transformationG ⟶ L
are epimorphisms iff the components of the natural transformationF ⟶ R
are monomorphisms. - When
L
andG
are fully faithful, the components of the induced natural transformationL ⟶ G
are epimorphisms iff the components of the natural transformationR ⟶ F
are monomorphisms. This is in particular relevant for the adjoint quadruplesπ₀ ⊣ disc ⊣ Γ ⊣ codisc
that appear in cohesive topoi, and can be found e.g. as proposition 2.7 here.
Note that by Triple.fullyFaithfulEquiv
, in an adjoint quadruple L ⊣ F ⊣ G ⊣ R
L
is fully
faithful iff G
is and F
is fully faithful iff R
is; these lemmas thus cover all cases in which
some of the functors are fully faithful. We opt to include only those typeclass assumptions that are
needed for the theorem statements, so some lemmas require only e.g. F
to be fully faithful when
really this means F
and R
both must be.
Structure containing the three adjunctions of an adjoint quadruple L ⊣ F ⊣ G ⊣ R
.
Adjunction
L ⊣ F
of the adjoint quadrupleL ⊣ F ⊣ G ⊣ R
.Adjunction
F ⊣ G
of the adjoint quadrupleL ⊣ F ⊣ G ⊣ R
.Adjunction
G ⊣ R
of the adjoint quadrupleL ⊣ F ⊣ G ⊣ R
.
Instances For
The left part of an adjoint quadruple L ⊣ F ⊣ G ⊣ R
.
Instances For
The right part of an adjoint quadruple L ⊣ F ⊣ G ⊣ R
.
Instances For
The adjoint quadruple R.op ⊣ G.op ⊣ F.op ⊣ L.op
dual to an
adjoint quadruple L ⊣ F ⊣ G ⊣ R
.
Instances For
For an adjoint quadruple L ⊣ F ⊣ G ⊣ R
where F
(and hence also R
) is fully faithful, all
components of the natural transformation G ⟶ L
are epimorphisms iff all components of the natural
transformation F ⟶ R
are monomorphisms.
For an adjoint quadruple L ⊣ F ⊣ G ⊣ R
where F
(and hence also R
) is fully faithful and
its domain / codomain has all pushouts resp. pullbacks, the natural transformation G ⟶ L
is an
epimorphism iff the natural transformation F ⟶ R
is a monomorphism.
For an adjoint quadruple L ⊣ F ⊣ G ⊣ R
where L
and G
are fully faithful, all components
of the natural transformation L ⟶ G
are epimorphisms iff all components of the natural
transformation R ⟶ F
are monomorphisms.
For an adjoint quadruple L ⊣ F ⊣ G ⊣ R
where L
and G
are fully faithful and their domain
and codomain have all pullbacks resp. pushouts, the natural transformation L ⟶ G
is an
epimorphism iff the natural transformation R ⟶ F
is a monomorphism.