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: In a quantale, $$ a * \_ $$ is monotone


view this post on Zulip fosco (Aug 19 2022 at 20:12):

To my shame, there's a seemingly simple fact about quantales that I don't see how to prove: let a,b,ca,b,c be three elements of a quantale QQ, and assume bcb \le c; then abaca * b \le a * c (and similarly multiplying with aa on the other side).

This looks simple, right? So then why I can't see how to prove it, starting with the definition of quantale, that apparently does not require it (see for example the definition given in Kimmo Rosenthal's book: image.png ?

view this post on Zulip Mike Shulman (Aug 19 2022 at 20:15):

Note that bcb\le c if and only if c=bcc = b\vee c. Thus, if bcb\le c then by the axiom given, ac=a(bc)=(ab)(ac)a \ast c = a\ast (b\vee c) = (a\ast b) \vee (a \ast c), which is equivalent to abaca \ast b \le a \ast c.

view this post on Zulip fosco (Aug 19 2022 at 20:16):

ah, of course!