Zulip Chat Archive
Stream: maths
Topic: naming in operator algebras
Scott Morrison (Feb 28 2022 at 22:19):
A quick question regarding naming in mathematical subfields.
We may soon introduce the "commutant" of a subalgebra of B(H) (bounded operators on Hilbert space), and the notion of a "factor" (a von Neumann algebra with trivial center).
Of course, in the wider mathematical world there are already perfectly good names for these notions ("centralizer" and "simple" respectively).
Should we aim for internal uniformity, or consistency with the literature?
Scott Morrison (Feb 28 2022 at 22:20):
My instinct in this case is to go for consistency with the literature. It's not the case that we can simply reuse the existing definitions (e.g. because we need to say the structure that the commutant has, i.e. a von Neumann algebra).
Scott Morrison (Feb 28 2022 at 22:21):
Uniformity can be partially addressed by copious doc-comments.
Kevin Buzzard (Feb 28 2022 at 23:40):
When making discrete valuation rings (DVRs) I wanted to define uniformiser
to be consistent with the literature, but we already had irreducible
which for DVRs is the same thing. So I went with an abbreviation.
Eric Wieser (Feb 28 2022 at 23:57):
Currently centralier
is defined on a set, not a subalgebra. Is that the easy way out here, have X.commutant
defined as centralizer (coe X)
, which enables dot notation too?
Johan Commelin (Mar 01 2022 at 09:08):
My instinct says that we should follow the literature, and point out the connections to other notions in the docstrings.
Last updated: Dec 20 2023 at 11:08 UTC