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: learning: questions

Topic: Do adjoints to projection maps form a functor?


view this post on Zulip Naso (May 04 2023 at 03:04):

Let F:TopPosF : \mathcal{T}^{op} \to \mathcal{Pos} be a poset-valued presheaf on a topological space.

Suppose that all the projection maps aaB a \mapsto {a \mid_B} have a right adjoint, i.e. for BAB \subseteq A and bFB,aFAb \in F B, a \in F A,
aBb    abA {a \mid_B} \leq b \iff a \leq b^A

Does it follow that FF^* defined by FA=FAF^*A = FA and F(BA)=bbAF^* (B \subseteq A) = b \mapsto b^A is a (covariant) functor?

I need to show that if ABC A \subseteq B \subseteq C then for each aFAa \in F^* A, aC=(aB)C a^C = (a^B)^C.

I showed that aC(aB)C a^C \leq (a^B)^C using the Galois connection, functoriality of FF and the fact that left adjoint after right is an interior operator, but I am struggling to show the other direction.

view this post on Zulip Naso (May 04 2023 at 04:13):

Naso said:

Let F:TopPosF : \mathcal{T}^{op} \to \mathcal{Pos} be a poset-valued presheaf on a topological space.

Suppose that all the projection maps aaB a \mapsto {a \mid_B} have a right adjoint, i.e. for BAB \subseteq A and bFB,aFAb \in F B, a \in F A,
aBb    abA {a \mid_B} \leq b \iff a \leq b^A

Does it follow that FF^* defined by FA=FAF^*A = FA and F(BA)=bbAF^* (B \subseteq A) = b \mapsto b^A is a (covariant) functor?

I need to show that if ABC A \subseteq B \subseteq C then for each aFAa \in F^* A, aC=(aB)C a^C = (a^B)^C.

I showed that aC(aB)C a^C \leq (a^B)^C using the Galois connection, functoriality of FF and the fact that left adjoint after right is an interior operator, but I am struggling to show the other direction.

Ok, maybe this is it?

By using the Galois connection twice and functoriality of projection, we get

(aB)C(aB)C    ((aB)C)B)Aa    ((aB)C)Aa (a^B)^C \leq (a^B)^C \iff ((a^B)^C)_B)_A \leq a \iff ((a^B)^C)_A \leq a

Then applying the Galois connection again we get

(aB)C)aC(a^B)^C) \leq a^C

view this post on Zulip Matteo Capucci (he/him) (May 04 2023 at 18:50):

Yeah these maps are still a functor

view this post on Zulip Matteo Capucci (he/him) (May 04 2023 at 18:52):

The best way to see this imo is to notice that adjunctions compose, hence if you have a functor picking out the left adjoints, the one picking out the right adjoints will be too

view this post on Zulip Naso (May 06 2023 at 01:51):

Matteo Capucci (he/him) said:

Yeah these maps are still a functor

Is there a name for this? Where for two functors F:CopCatF : \mathcal{C^{op}} \to \mathcal{Cat} and F:CCatF^* : \mathcal{C} \to \mathcal{Cat}, we have FX=FXF X= F^* X for all objects XX in C\mathcal{C} and FfFf F f \dashv F^* f for all morphisms ff in C\mathcal{C}?

view this post on Zulip Reid Barton (May 06 2023 at 05:58):

FF is a functor from Cop\mathcal{C}^{\mathrm{op}} to the category of (categories and adjunctions, viewed as morphisms in the direction of the left adjoint).

view this post on Zulip Reid Barton (May 06 2023 at 06:01):

In general we might want to insert some pseudo- and 2- prefixes in this statement, but because you said you were working with posets, it doesn't matter: as abba    a=ba \le b \wedge b \le a \implies a = b, there's no room for any invertible natural transformations between posets-viewed-as-categories.