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.
Screenshot_20210701-185002_Xodo Docs.jpg
What's the question?
Whops, I meant to write the question with the image included but I didn't realize it posted the image separately and then got distracted. I'll write it out a bit later
I was trying to work out this example of the adjoint functor pair mentioned in the topic by looking at the left-adjunct of the morphism e.g. .
I think my is correct, i.e. it sends each to a list of length with every element of the list as .
I am a little bit uncertain about my , which as I wrote in my note I think it just forgets the indexing set and therefore it loses the order and count properties of the list, leaving just a set of elements in the list.
So as a monoid morphism is a constant map sending everything except the unit to .
However when I try to calculate as the composition of the above two, I can get both and which doesn't seem right, and I feel like I'm just missing something really obvious but at this point I've stared at this thing for so long that I'm running out of my wits.
I'd also like to confirm my understanding that the free functor always adds a point, and that the forgetful functor does not "remove" the point, but just the structure of which point was special, e.g. .
If so, I think then my understanding of what does should be correct, i.e. it works exactly as except operating on sets.
Are you thinking free-forgetful adjoint between sets and monoids? Your title says "monads".
It'd be better if you explained your terminology a bit. I'll guess that by you mean the forgetful functor from monoids to sets. Then your last understanding is correct: the function is just the underlying function of the monoid homomorphism
Sorry, yes indeed I meant monoids
And you are correct that my is the forgetful functor and the free one.
Corrected the topic.
I think I understand the question, too. You were right to ask, since it sounds like you've misunderstood what the counit of the adjunction, , does here. Observe that for a monoid , the monoid consists of finite (possibly empty) ordered lists of elements of . Can you work out how one might recover a canonical element of from such a list?
I think that understanding this might resolve your other questions.
At first I thought it would be to pick the first element of the list, but that's not a valid monoid morphism.
I think I get it now though, it is to combine all elements of the list using the monoid operation, so becomes .
And yes this answers the other question I had regarding . Thanks!