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: theory: mathematics

Topic: 2 definitions for a k-algebra agree?


view this post on Zulip Jack Jia (Jul 02 2025 at 16:35):

Let kk be a field. I used to assume the 2 definitions of a kk-algebra agree: First one, a monoid (A,μ,η)(A,\mu,\eta) in the symmetric monoidal category Vectk\mathsf{Vect}_k; second one, a ring map η:kA\eta: k \rightarrow A such that η(k)Z(A)\eta(k) \subseteq Z(A), where Z(A)Z(A) is the center of AA (for clarity, every ring and algebra is unital and associative and I don't assume commutativity).

Now it is clear we can define multiplications in AA: ab=μ(ab)a \cdot b = \mu(a \otimes b) and the unit is η(1)\eta(1), so this part of equivalence has no problem, however I cannot find a way to prove η(k)Z(A)\eta(k) \subseteq Z(A) using the monoid definition. Moreover, I don't know if this is even true: We can regard the quaternions H\mathbb{H} as a C\mathbb{C}-vector space, and I believe this will make H\mathbb{H} a monoid; but the centre of H\mathbb{H} is only R\mathbb{R}, so the inclusion does not define an algebra if we are using definition 1.

Am I misunderstanding anything, or do these 2 definitions not agree in general?

view this post on Zulip Joe Moeller (Jul 02 2025 at 16:48):

Starting with the monoid definition you define η(r):=r1\eta(r):=r\cdot 1. This is in the center because (r1)y=ry=y(r1)(r\cdot 1)y=r\cdot y=y(r\cdot 1). Or am I missing something?

view this post on Zulip Jack Jia (Jul 02 2025 at 17:04):

@Joe Moeller

I am not sure why ry=y(r1)r\cdot y=y (r \cdot 1). Also, maybe this is where I got it wrong but how is y(r1)y(r \cdot 1) defined? Are you using the bimodule structure on AA? I assumed the left and right unitor in Vectk\mathsf{Vect}_k are both scalar multiple on the left but maybe it was to be understood as this bimodule structure where you act on left and right?

view this post on Zulip Joe Moeller (Jul 02 2025 at 17:12):

I’m using concatenation for the monoid operation and cdot for scalar multiplication. And in general we have y(rx)=r(yx)y(r\cdot x)=r\cdot (yx). Bimodule is a fancy name for vector space in this scenario.

view this post on Zulip Mike Shulman (Jul 02 2025 at 17:14):

I wouldn't say a vector space is the same as a bimodule; a bimodule might have different left and right actions even when the ring is commutative.

view this post on Zulip Jack Jia (Jul 02 2025 at 18:16):

@Joe Moeller

Sorry, but I still don't quite understand this. Why do we have y(rx)=r(xy)y(r \cdot x)=r \cdot (xy)? I don't see how that follows from the axioms, specifically what allows us to put yy after xx?

Also, can you point out what's wrong with the quaternion counter example?

view this post on Zulip Jack Jia (Jul 02 2025 at 18:18):

Mike Shulman said:

I wouldn't say a vector space is the same as a bimodule; a bimodule might have different left and right actions even when the ring is commutative.

I am very confused now-- can you explain to me what the right unitor is? Is it not scalar multiplication on the left?

view this post on Zulip Mike Shulman (Jul 02 2025 at 18:39):

I think that was a typo, probably Joe meant y(rx)=r(yx)y(r\cdot x) = r \cdot (yx).

view this post on Zulip Mike Shulman (Jul 02 2025 at 18:40):

But when x=1x=1 we have y1=y=1yy1=y=1y.

view this post on Zulip Mike Shulman (Jul 02 2025 at 18:42):

What's wrong with the quaternions is exactly this: the multiplication is not a map HCHH\mathbb{H}\otimes_{\mathbb{C}}\mathbb{H} \to\mathbb{H} because for instance j(i1)i(j1)j(i\cdot 1) \neq i \cdot (j 1).

view this post on Zulip Mike Shulman (Jul 02 2025 at 18:42):

Jack Jia said:

can you explain to me what the right unitor is?

What do you mean by "unitor"?

view this post on Zulip Joe Moeller (Jul 02 2025 at 18:58):

Mike Shulman said:

I think that was a typo, probably Joe meant y(rx)=r(yx)y(r\cdot x) = r \cdot (yx).

Yes, sorry. Fixed.

view this post on Zulip Jack Jia (Jul 02 2025 at 19:09):

Mike Shulman said:

Jack Jia said:

can you explain to me what the right unitor is?

What do you mean by "unitor"?

By "right unitor" I meant the canonical natural iso VIVV \otimes I \cong V in a monoidal category (C,,I)(\mathcal{C}, \otimes, I). In Vectk\mathsf{Vect}_k, is this still the scalar multiplication of VV regarded as a left kk-vector space?

view this post on Zulip Mike Shulman (Jul 02 2025 at 19:22):

Yes. Since a field kk is commutative, any left module can also be regarded as a right module, and hence as a bimodule. My point was that not every bimodule is of this form.

view this post on Zulip Jack Jia (Jul 02 2025 at 20:53):

Mike Shulman said:

Yes. Since a field kk is commutative, any left module can also be regarded as a right module, and hence as a bimodule. My point was that not every bimodule is of this form.

So it's actually the right action, but in this case they coincide? For example, if I change the monoidal category to AlgR\mathsf{Alg}_R, then a monoid will need to be an RR-bimodule, is this correct?

view this post on Zulip Mike Shulman (Jul 02 2025 at 20:57):

If RR is a commutative ring, then the symmetric monoidal categories of left RR-modules and of right RR-modules are isomorphic.

view this post on Zulip Mike Shulman (Jul 02 2025 at 20:57):

For any ring RR, there is also a non-symmetric monoidal category of RR-RR-bimodules.

view this post on Zulip John Baez (Jul 02 2025 at 20:59):

Jack Jia said:

We can regard the quaternions H\mathbb{H} as a C\mathbb{C}-vector space, and I believe this will make H\mathbb{H} a monoid;

There's no complex algebra (= monoid object in the monoidal category of complex vector spaces) whose underlying real algebra is H\mathbb{H}.

There are different ways to prove this. The quickest way is to notice that such a complex algebra would need to be 2-dimensional (i.e. have an 2-dimensional underlying complex vector space), and every 2-dimensional algebra over a field is commutative.

To see the latter fact, notice that every 2-dimensional algebra AA over a field kk has a basis 1,x1, x for some xAx \in A. Thus element in such an algebra is of the form a1+bxa1 + bx for a,bka,b \in k, and all such elements commute.

(But perhaps you're not seeing why all such elements commute?)

view this post on Zulip Jack Jia (Jul 02 2025 at 23:14):

John Baez said:

Jack Jia said:

We can regard the quaternions H\mathbb{H} as a C\mathbb{C}-vector space, and I believe this will make H\mathbb{H} a monoid;

There's no complex algebra (= monoid object in the monoidal category of complex vector spaces) whose underlying real algebra is H\mathbb{H}.

There are different ways to prove this. The quickest way is to notice that such a complex algebra would need to be 2-dimensional (i.e. have an 2-dimensional underlying complex vector space), and every 2-dimensional algebra over a field is commutative.

To see the latter fact, notice that every 2-dimensional algebra AA over a field kk has a basis 1,x1, x for some xAx \in A. Thus element in such an algebra is of the form a1+bxa1 + bx for a,bka,b \in k, and all such elements commute.

(But perhaps you're not seeing why all such elements commute?)

Thanks for the explanation! I think I see that they commute since 11 and xx both commute with xx.

view this post on Zulip Jack Jia (Jul 02 2025 at 23:40):

Thanks @Joe Moeller and @Mike Shulman for the detailed explanations! I think I understand now

view this post on Zulip John Baez (Jul 03 2025 at 03:35):

Jack Jia said:

For example, if I change the monoidal category to AlgR\mathsf{Alg}_R, then a monoid will need to be an RR-bimodule, is this correct?

This is a somewhat strange question since you're not saying what RR is, and you're acting like we know what AlgR\mathsf{Alg}_R is. If RR is a noncommutative ring, people don't talk about AlgR\mathsf{Alg}_R, at least not very often.

If RR is a noncommutative ring the category of left RR-modules is not monoidal in a natural way, nor is the category of right RR-modules. But the category of R,RR, R-bimodules is monoidal. A monoid in here is not usually called an RR-algebra, because when RR is commutative it's not the same as the usual concept of RR-algebra for commutative RR. I've seen it called an RR-ring or an RR-bimodule algebra, and I find the latter term to be clearer.

(Note: I said if RR is a noncommutative ring the category of left RR-modules is not monoidal in a natural way. But of course we can sometimes choose a monoidal structure on this category! For example there's a standard way to do this if RR is a bialgebra. I don't want to get into this too much, but a good example arises when RR is a group algebra k[G]k[G] for some field kk and some group GG. Then the category of left RR-modules gets a monoidal structure because it's equivalent to the category of representations of the group GG on vector spaces over kk, and this category has a well-known monoidal structure. A monoid in the category of left RR-modules with this monoidal structure is the same as a kk-algebra with an action of GG as automorphisms.)