Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: theory: category theory

Topic: Stuck trying to recognize the pattern


view this post on Zulip Patrick Nicodemus (May 27 2025 at 16:26):

I'm looking at a situation and trying to figure out the right pattern to describe it. Reminds me of a relative left adjoint but I'm stuck.

Theorem: Let A,B,CA,B, C be categories, with H:CB,G:BAH : C\to B, G : B \to A. Suppose that GHG\circ H has a left adjoint, FF. Suppose that Hom(b,H(c))Hom(G(b),G(H(c))Hom(b, H(c))\cong Hom(G(b), G(H(c)) naturally in b,cb,c. Then FGF\circ G is left adjoint to HH.

Proof: Hom(F(G(b),c)Hom(G(b),G(H(c))Hom(b,H(c))Hom(F(G(b),c) \cong Hom(G(b), G(H(c)) \cong Hom(b, H(c)).

Simple proof but I just don't recognize the condition Hom(b,H(c))Hom(G(b),G(H(c))Hom(b, H(c))\cong Hom(G(b), G(H(c)) as having a common name. It's like GG is "faithful relative to HH" or something.

view this post on Zulip Patrick Nicodemus (May 27 2025 at 16:38):

Example: let XX be a topological space and B\mathcal{B} a basis. Let uX:Sh(X)Psh(X)u_X : Sh(X) \to Psh(X) be the forgetful functor from sheaves to presheaves, and iB:Psh(X)Psh(B)i_\mathcal{B} : Psh(X)\to Psh(\mathcal{B}) the forgetful functor from presheaves on all open sets to presheaves on basis open sets.

Then Nat(F,uX(G))Nat(iB(F),iB(uX(G))Nat(\mathcal{F},u_X(\mathcal{G}))\cong Nat(i_\mathcal{B}(\mathcal{F}), i_\mathcal{B}(u_X(\mathcal{G})), naturally in F\mathcal{F} and G\mathcal{G}.

view this post on Zulip Nathanael Arkor (May 27 2025 at 18:41):

The condition states that GG is left GHGH-coadjoint to HH: it's an example of a [[relative coadjunction]] (unlike for non-relative adjunctions, where adjunctions are indistinguishable from coadjoints, it's necessary to distinguish between relative adjunctions and relative coadjunctions).

view this post on Zulip Nathanael Arkor (May 27 2025 at 18:46):

In my thesis, I called the situation where you have a relative adjunction of the form LRLRL \vdash_{RL} R a resolute pair (because they an important property with respect to resolutions of (relative) monads; see Proposition 6.1.6). The situation you are considering is the dual; it might be called a "co-resolute pair" (though this should be viewed as referring to resolutions of (relative) comonads, rather than "co-resolutions").

view this post on Zulip Nathanael Arkor (May 27 2025 at 18:47):

See also Corollary 5.32 of The formal theory of relative monads.