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.
hey!
I'm wondering about something at a couple of levels of generality:
Does anyone know if either of these have been written about? Are there sources I might wanna look at?
a motivating example for me is where is the poset and is the poset of extended reals—then an object mapping is an arbitrary sequence of extended reals, and the right Kan extension along the counit works out to be the monotone sequence given by
so taking the sup over all of that gives the lim inf of , and the sup is of course the colimit over the diagram given by this map from
...it also occurred to me that you can compute the sup by taking the left Kan extension along the unit , so that we can compute lim infs by —but im not totally convinced that using a codiscrete category here in place of the terminal category is anything other than cute
i just wonder whether interesting stuff might happen for other adjoint cylinders or something... maybe lawvere has already written about this :thinking:
This is a nice variation on the idea of pushing out or pulling back along units and counits of adjunctions to construct special algebras and coalgebras. I would be curious to know whether this ever produces anything interesting when is some Grothendieck topos and is a small, manageable category, so that we can extend along Yoneda afterwards for fun. Maybe I'll check that out some time.
the idea of pushing out or pulling back along units and counits of adjunctions to construct special algebras and coalgebras
can you elaborate on this?
is the idea something like uh...
some kind of category of algebras is maybe a[n] [op]fibration over your starting category, and so if you have an adjunction involving that starting category, then you'll have a unit or counit in it that induces operations on algebras?
hmmmmm, i guess we have some sort of analogy to what i was initially suggesting if we do like...
say, take a monoid , consider the counit , and consider adjoints to restriction of scalars along that—so, left or right Kan extensions
and an action of is basically an "action" of subject to no laws, so this is sort of like taking a random "action" of and trying to turn it into an actual action
which does feel similar in flavor to taking a random mapping of objects and trying to turn it into an actual functor
i know you study monoid actions—is this the kind of example you had in mind?
Is this the (co)free functor on an object mapping, like people sometimes talk about in Haskell? Except they actually call it Yoneda
and Coyoneda
because they resemble the types involved in the (co)Yoneda lemma?
i mean, let me know if you can think of a better interpretation of that notion
The left extension is the free functor, and the right extension is the cofree functor, and (co)algebras are actual functors.
im not sure what the haskell thing is, i never actually got that deep into the category theoretic haskell stuff ironically
okay that's a half truth
what do you mean here by "(co)algebras"?
is an algebra structure on . is a coalgebra structure.
also crap right i do think i remember seeing types like uhhh
data Free f a where
Free :: (a -> r) -> f a -> Free f r
oh, i see
If you expand them into the (co)limit formulas, they both look like ways of writing the type of the mapping operation on arrows (if it's what I'm thinking of).
wait, hold on, there should be a restriction along ε somewhere in there—i assume you're making it implicit, but...
er, right, only one way around it would make sense
ooh, are you suggesting that is monadic?
Maybe.
i think it is for C a preorder, say
There's a related construction on the n-lab.
do tell
About presheaves as coalgebras.
Someone was talking about it here a while back and I tried answering some questions. I'll see if I can find it.
I think the construction starts in section 3 here
I think it's roughly the same, but presented as a construction on rather than or something.
That would be for of course. Then instead of speaking about that as a functor, it's summing over all the points because is sufficiently cocomplete for that.
Oh, also, when is an appropriate monoid you get the famous monad and comonad .
sarahzrf said:
the idea of pushing out or pulling back along units and counits of adjunctions to construct special algebras and coalgebras
can you elaborate on this?
Okay this must have been a really strange crossing of conceptual wires on my part, because I cannot find what I thought I was talking about anywhere, nor can I hash out anything sensible I might have been thinking of on paper. I eventually remembered where I'd seen pulling back along units: to define universal closure operators on subobject lattices, but that is of limited relevance to algebras for general monads. Sorry for my confusion.
sarahzrf said:
say, take a monoid , consider the counit , and consider adjoints to restriction of scalars along that—so, left or right Kan extensions
This is a really pleasant example, yes! In fact, one of the problems that @Jens Hemelaer and I have been thinking about on and off is how to characterise toposes of actions of free monoids. The representing monoids are unique up to Morita equivalence, just because free monoids are nice enough, but it would be nice to have a generalisable topos-theoretic description, since being able to exploit the fact that a topos admits a canonical geometric morphism from a topos of a particular type (in this case, whatever the toposes of actions of free monoids turn out to be) has historically been rather useful.
universal closure operators?
They're the third way of defining subtoposes :innocent:
A universal closure operator consists of a closure operator on the lattice of subobjects of each object of a topos which is stable under pullback (and so is determined by such an operator on the subobjects of the subobject classifier). cf slide 35 of these notes.
oh, is this the same as a lawvere-tierney topology?
oh lol says so next page
wait, so what other two ways did you have in mind :thinking:
sarahzrf said:
wait, so what other two ways did you have in mind :thinking:
Grothendieck topology, Lawvere-Tierney topology and universal closure operator. The gap between the latter two is admittedly not very large, but they still fundamentally consist of different data.
eh, i guess d:
i mean, the gap is basically "the yoneda embedding"
Well, I can define a Lawvere-Tierney topology in any category with a subobject classifier, and a universal closure operator on any category with pullbacks, more or less, and those are different classes of category. They coincide in toposes is all.
i mean, the different classes are
i think the gap is still yoneda :p