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.
A monad is finitary if it preserves filtered colimits. I don't undestand this connection with filtered colimits. What I do understand is that a finitary monad is one whose algebraic theory consists of operations of finite arity. How do filtered colimits enter this picture?
The category of sets is the cocompletion of the category of finite sets under filtered colimits. Therefore, a finitary functor is equivalent to an arbitrary functor . Finitary endofunctors can thus be seen as functors that are determined by their actions on finite sets (corresponding to the finite arities).
This correspondence extends from functors to monads: a finitary monad on the category of sets is equivalent to a [[relative monad]] . Relative monads thus more directly capture the intuition that your structure is determined entirely by its action on the finite arities.
I understand the FinSet -> Set part. But the correspondence with arities is still elusive. Suppose T is the free monoid monad. What does the finiteness of the arity of the monoid operation have anything to do with T preserving filtered colimits?
If you have a functor , you can always extend it to a functor by taking a left Kan extension (this is the universal property of as the free cocompletion of under filtered colimits). So the reason filtered colimits appear is precisely because the filtered colimits are what you need to add to to get . Since you are adding them freely, they must be preserved by the extension.
Yes, I already understand that part. But I don't understand the arity connection.
More concretely, the free monoid monad can be written as . Since coproducts commute with all limits, and finite powers are finite limits which commute with filtered colimits, the whole functor commutes with filtered colimits. But you replace the finite powers by infinite ones, this fails.
Bernd Losert said:
Yes, I already understand that part. But I don't understand the arity connection.
Consider the theory of monoids, which is an identity-on-objects functor from the free cartesian category on a single object (which is equivalent to ), to a specific cartesian category . Then, restricting the Yoneda embedding of along the identity-on-objects functor gives us a functor . We obtain such a functor for every algebraic theory.
More generally, we could consider -ary algebraic theories, with arity smaller than some (well-behaved) cardinal , from which we would obtain a functor . For instance, if we just consider algebraic theories with unary operations, then we obtain a functor , and the corresponding monad will preserve all colimits, not just filtered colimits.
But you replace the finite powers by infinite ones, this fails.
OK, this makes more sense, but feels like a strange coincidence.
(deleted)
Consider the theory of monoids, which is an identity-on-objects functor from the free cartesian category on a single object (which is equivalent to ), to a specific cartesian category ...
How would this work for the theory of monoid actions?
For the theory of actions of a specific monoid, it works the same way. The theory of monoid actions in general isn't a single-sorted algebraic theory.
Bernd Losert said:
OK, this makes more sense, but feels like a strange coincidence.
What two things are strangely coinciding, here? Filtered colimits are interesting specifically because they're the ones that commute with finite limits, so those two classes of construction aren't occurring independently here.
What two things are strangely coinciding, here? Filtered colimits are interesting specifically because they're the ones that commute with finite limits, so those two classes of construction aren't occurring independently here.
Ah, so this is news to me. I didn't realize that's why we care about them.
Thank you everyone for your help.
James Deikun said:
For the theory of actions of a specific monoid, it works the same way. The theory of monoid actions in general isn't a single-sorted algebraic theory.
By the way, what does the Lawvere theory of monoid actions look like? Any reference? In particular, I would like to see how the one using a fixed monoid is different from the general one.
The Lawvere theory for "A monoid and an action" is generated under finite products by generators and , with maps given by things like you can multiply in multiply an by an or do projections and duplications arising from being in a Cartesian category.
The Lawvere theory for "An action of a specific monoid " is generated under finite products by a single generator and has unary operations for every , plus operations coming from the fact that we're in a Cartesian category, and then mixtures of these. And we have conditions on the composites of these unary operations corresponding to relations in
Kevin Arlin said:
Filtered colimits are interesting specifically because they're the ones that commute with finite limits, so those two classes of construction aren't occurring independently here.
In addition, the definition of "filtered colimit" includes the word "finite" which can be replaced by something larger, and for any higher cardinality , the -ary algebraic theories coincide with the monads that preserve "-filtered colimits".
Kevin Arlin said:
Thanks. By the way, for the "action of a specific monoid" theory, if you consider models of this theory in Top, do you get continuous monoid actions? How does the theory encode that the action M × S → S must be a continuous function.
The theory encodes that the action must be a morphism in whatever category you interpret into, and the morphisms of Top are continuous functions.
Reid Barton said:
The theory encodes that the action must be a morphism in whatever category you interpret into, and the morphisms of Top are continuous functions.
Yes, but in this case, it only encondes that each is continuous, not that the whole is continuous.
If the monoid comes with a topology, then in order to incorporate information about that topology you'd need to consider a topological theory.
Does "topological theory" refer to the concept from https://www.sciencedirect.com/science/article/pii/S0001870807001466 ?
No, I just meant a topologically enriched Lawvere theory.
Oh I missed the word "specific". In that case it only makes sense to have the monoid be discrete, if we are talking about an ordinary theory.
Mike Shulman said:
No, I just meant a topologically enriched Lawvere theory.
I would appreciate any reference to this, if you have any.
Are there any references on enriched Lawvere theories, readable by people without tons of knowledge of enriched categories? I guess I'm reduced to recommending this:
It doesn't say anything about topologically enriched Lawvere theories, which is a special case, but it explains what enriched Lawvere theories are, and some of the basic theorems about them.
There are a bunch of references at [[enriched Lawvere theory]].
Thanks guys. I think there is still a problem even with Top-enriched Lawvere theories since the enriched theory of monoid actions by a fixed monoid will not produce continuous actions that are jointly continuous, only separately continuous.
(deleted)
That problem is exactly what Mike was explaining how to fix. If the functor giving an -space is a continuous functor from an enriched Lawvere theory then that says that the mapping is a continuous function from to the function space which is equivalent to joint continuity. Note that we probably need to be in a convenient, ie Cartesian closed, category of spaces for enriched category theory to work smoothly.
You would get the separately continuous action by simply using the ordinary Lawvere theory and mapping into the category of spaces.
Bernd Losert said:
Yes, I already understand that part. But I don't understand the arity connection.
Here's another way of seeing the relation between finitary functors and operations with finite arity. It turns out every finitary endofunctor on is a quotient of a polynomial endofunctor (Adámek, Rosický, and Vitale's Algebraic Theories, Ch. 12). Think of the polynomial endofunctor as encoding the signature (just the set of operations of each arity) and quotienting as imposing equations (between terms/operations). See Appendix A of Algebraic Theories for more on monads in particular.
Evan Washington said:
Bernd Losert said:
Yes, I already understand that part. But I don't understand the arity connection.
Here's another way of seeing the relation between finitary functors and operations with finite arity. It turns out every finitary endofunctor on is a quotient of a polynomial endofunctor (Adámek, Rosický, and Vitale's Algebraic Theories, Ch. 12). Think of the polynomial endofunctor as encoding the signature (just the set of operations of each arity) and quotienting as imposing equations (between terms/operations). See Appendix A of Algebraic Theories for more on monads in particular.
Ah, this is a good way of seeing it. Thanks.
Kevin Arlin said:
That problem is exactly what Mike was explaining how to fix. If the functor giving an -space is a continuous functor from an enriched Lawvere theory then that says that the mapping is a continuous function from to the function space which is equivalent to joint continuity. Note that we probably need to be in a convenient, ie Cartesian closed, category of spaces for enriched category theory to work smoothly.
:smile: I was waiting for someone to mention that this only works out if the category is Cartesian closed.
Yeah,
Bernd Losert said:
:smile: I was waiting for someone to mention that this only works out if the category is Cartesian closed.
Yeah, and in fact the literature on enriched Lawvere theories seems to largely assume the enrichment base is even locally presentable; but I'm sure that's primarily a convenience. Possibly some adjoints don't exist anymore that would in the lp case.