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: community: general

Topic: Multiset and Distribution monads and physics


view this post on Zulip Ben Sprott (Sep 12 2020 at 16:23):

From his papers, Bart Jacobs seems fairly convinced that data monads, especially the multiset monad and it's probability monad, the distribution monad, should play a role in physics. I would like to know if anyone here is also looking into this or has seen other similar work.

view this post on Zulip Jules Hedges (Sep 12 2020 at 16:44):

Not an answer (no mention of physics), but there is a small conversation about these 2 monads at #practice: applied ct > histogram monad

view this post on Zulip Ben Sprott (Sep 13 2020 at 00:41):

Nice, thanks

view this post on Zulip John Baez (Sep 14 2020 at 15:06):

How does Bart Jacobs think these monads should play a role in physics?

The multiset monad is closely connected to the "Fock space" endofunctor on Hilb, which we use to describe collections of identical particles (bosons).

view this post on Zulip John Baez (Sep 14 2020 at 15:07):

I talk about that here (keeping monads deep in the shadows):

view this post on Zulip John Baez (Sep 14 2020 at 15:08):

The Fock space functor K is like a lift of the multiset monad from Set to Hilb along the functor I call F: Set \to Hilb.

view this post on Zulip Cole Comfort (Sep 14 2020 at 15:13):

The kleisli category of the finite (I think) multiset monad over a semiring is equivalent to matrices over that semiring, so what Bart cares about is the kleisli category of the C \mathbb C-multiset monad which is pretty much just FHillb \sf FHillb.

view this post on Zulip John Baez (Sep 14 2020 at 15:20):

What's a "C\mathbb{C}-multiset"? The set of finite complex linear combinations of elements of some set? That's usually called the free vector space on a set. It naturally gets completed to form a Hilbert space.

I was talking about actual multisets in my comment about second quantization.

view this post on Zulip Cole Comfort (Sep 14 2020 at 15:22):

Yeah, that's what his paper is about, which isn't as exciting as you might hope.

view this post on Zulip Ben Sprott (Sep 15 2020 at 01:57):

I believe he sees multisets as the middle part of this view of science:

Apparatus-> data monads-> probabilities

He calls the natural transformation from data monads to probabilities "learning".

view this post on Zulip Martti Karvonen (Sep 18 2020 at 15:00):

John Baez said:

The multiset monad is closely connected to the "Fock space" endofunctor on Hilb, which we use to describe collections of identical particles (bosons).

I might be misremembering, but was there a sublety here in that "Hilb" should mean "Hilbert spaces and contractive/non-expansive maps" rather than "Hilbert spaces and bounded maps" for the Fock space construction to result in a well-defined endofunctor?

view this post on Zulip Martti Karvonen (Sep 18 2020 at 18:00):

And I guess the functor F:SetHilbF:Set\to Hilb should have sets and partial injections rather than Set as its domain - for instance, the unique map N1\mathbb{N}\to 1 doesn't seem to induce a bounded map 2(N)C\ell^2(\mathbb{N})\to\mathbb{C}.

view this post on Zulip Oscar Cunningham (Sep 18 2020 at 18:25):

That's what Chris Heunen does in 'On The Functor l2\mathcal{l}^2'.

view this post on Zulip Martti Karvonen (Sep 18 2020 at 18:31):

And Barr earlier in "algebraically compact functors", except that the codomain is Hilbert spaces and contractive maps.

view this post on Zulip Martti Karvonen (Sep 18 2020 at 18:44):

Not sure whether the multiset monad survives the move to PInj though.