<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Algebra on Sebastian Spicker</title>
    <link>https://sebastianspicker.github.io/tags/algebra/</link>
    <description>Recent content in Algebra on Sebastian Spicker</description>
    <image>
      <title>Sebastian Spicker</title>
      <url>https://sebastianspicker.github.io/og-image.png</url>
      <link>https://sebastianspicker.github.io/og-image.png</link>
    </image>
    <generator>Hugo -- 0.160.0</generator>
    <language>en</language>
    <lastBuildDate>Mon, 13 Nov 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://sebastianspicker.github.io/tags/algebra/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Non-Commutative Pre-Schoolers</title>
      <link>https://sebastianspicker.github.io/posts/non-commutative-pre-schoolers/</link>
      <pubDate>Mon, 13 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://sebastianspicker.github.io/posts/non-commutative-pre-schoolers/</guid>
      <description>The same structural reason a toddler cannot put shoes on before socks is why position and momentum cannot be simultaneously measured. Non-commutativity is not exotic physics — it is the default logic of any ordered world.</description>
      <content:encoded><![CDATA[<h2 id="summary">Summary</h2>
<p>A three-year-old cannot put her shoes on before her socks. Not because she lacks motor skills —
because the operations do not commute.</p>
<p>The same structural constraint, dressed in the language of operators on a Hilbert space, is why
Heisenberg&rsquo;s uncertainty principle holds. This post is about that connection: the accidental
algebra lesson built into getting dressed, and why the physicists of 1925 had to abandon one of
arithmetic&rsquo;s most taken-for-granted assumptions.</p>
<h2 id="getting-dressed-is-a-non-abelian-problem">Getting Dressed Is a Non-Abelian Problem</h2>
<p>Start with the mundane. Your morning routine imposes a strict partial order on operations:
underwear before trousers, socks before shoes, cap before chin-strap if you cycle. Try reversing
any pair and the sequence fails — physically, not just socially. You cannot pull a sock over a shoe.</p>
<p>The operation &ldquo;put on socks&rdquo; followed by &ldquo;put on shoes&rdquo; produces a wearable human; the reverse
produces neither, and no amount of wishing commutativity into existence will help.</p>
<p>In the language of abstract algebra, two operations \(A\) and \(B\) <em>commute</em> if \(AB = BA\) —
if doing them in either order yields the same result. Everyday life is full of operations that do
not commute: rotate a book 90° around its vertical axis then 90° around its horizontal axis; now
reverse the order. The final orientations differ. Turn right then turn left while driving; left
then right. Different positions.</p>
<p>The intuition is not hard to build. What is surprising is how rarely we note it, and what it costs
us when we finally hit a domain — quantum mechanics — where non-commutativity is not an
inconvenient edge case but the central fact.</p>
<h2 id="piaget-said-seven-toddlers-disagreed">Piaget Said Seven; Toddlers Disagreed</h2>
<p>Jean Piaget argued that children do not acquire <em>operational thinking</em> — the ability to mentally
perform and reverse sequences of actions — until the <em>concrete operational stage</em>, roughly ages
seven to eleven (<a href="#ref-inhelder1958">Inhelder &amp; Piaget, 1958</a>). Before that, he claimed, children
lack the understanding that an operation can be undone or reordered.</p>
<p>Post-Piagetian research pushed back hard. Patricia Bauer and Jean Mandler tested infants aged
sixteen and twenty months on novel, multi-step action sequences (<a href="#ref-bauer1989">Bauer &amp; Mandler, 1989</a>).
For causally structured sequences — where step A physically enables step B — infants reproduced
the correct order after a two-week delay. They were not told the order was important. They had no
language to encode it. They just knew, implicitly, that the operations had a necessary direction.</p>
<p>A 2020 study by Klemfuss and colleagues tested 100 children aged roughly two-and-a-half to five on temporal ordering
questions (<a href="#ref-klemfuss2020">Klemfuss et al., 2020</a>). Children answered &ldquo;what happened first?&rdquo; questions
correctly 82% of the time. The errors that did appear followed an encoding-order bias — children
defaulted to reporting the next event in the sequence as originally experienced, regardless of
what was asked. The ordering knowledge was intact. What
children lack, for Piaget&rsquo;s full seven years, is the <em>formal</em> recursive conception of
reversibility. The <em>procedural</em> knowledge — that some sequences must be done in the right order
and cannot be freely rearranged — is there from the second year of life.</p>
<p>Which means: learning that \(AB \neq BA\) is not learning something exotic. It is articulating
something the nervous system already knows.</p>
<h2 id="the-mathematicians-commutator">The Mathematician&rsquo;s Commutator</h2>
<p>Abstract algebra formalized this intuition in the nineteenth century. A <em>group</em> is <em>abelian</em>
(commutative) if every pair of elements satisfies \(ab = ba\). Integers under addition: abelian.
Rotations in three dimensions: not.</p>
<p>Arthur Cayley&rsquo;s 1858 memoir established matrix algebra as a formal theory
(<a href="#ref-cayley1858">Cayley, 1858</a>). Multiply two \(2 \times 2\) matrices:</p>
$$
A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, \quad
B = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}
$$$$
AB = \begin{pmatrix} 2 & 1 \\ 4 & 3 \end{pmatrix}, \quad
BA = \begin{pmatrix} 3 & 4 \\ 1 & 2 \end{pmatrix}
$$<p>\(AB \neq BA\). Non-commutativity is not a curiosity; it is the generic condition for matrix
products. Commutativity is the special case — and requiring justification.</p>
<p>William Rowan Hamilton had already gone further. On 16 October 1843, walking along the Royal Canal
in Dublin, he discovered the quaternions and carved their multiplication rule into the stone of
Broom Bridge:</p>
$$
i^2 = j^2 = k^2 = ijk = -1
$$<p>From this it follows immediately that \(ij = k\) but \(ji = -k\). Hamilton&rsquo;s four-dimensional
number system — the first algebraic structure beyond the complex numbers — was non-commutative by
construction. He did not apologize for it. He celebrated it.</p>
<p>The Lie algebra structure underlying these commutator relations is the same skeleton that governs
Messiaen&rsquo;s modes of limited transposition, which I traced in <a href="/posts/messiaen-modes-group-theory/">a previous post on group theory and
music</a> — a very different physical domain, but identical algebraic
machinery.</p>
<h2 id="born-jordan-and-the-physicists-shock">Born, Jordan, and the Physicist&rsquo;s Shock</h2>
<p>Classical mechanics treats position \(x\) and momentum \(p\) as ordinary real numbers. Real
numbers commute: \(xp = px\). The Poisson bracket \(\{x, p\} = 1\) encodes a classical
relationship, but the underlying quantities are scalars, and scalars commute.</p>
<p>In July 1925, Werner Heisenberg published a paper that could not quite bring itself to say what it
was doing (<a href="#ref-heisenberg1925">Heisenberg, 1925</a>). He replaced classical dynamical variables
with arrays of numbers — what we would now call matrices — and found, uncomfortably, that the
resulting quantum condition required order to matter.</p>
<p>While Heisenberg was on vacation, Max Born and Pascual Jordan finished the translation into matrix
language (<a href="#ref-bornjordan1925">Born &amp; Jordan, 1925</a>). They wrote the commutation relation
explicitly, recognized it as the fundamental law, and showed that it reproduced the known quantum
results:</p>
$$
[\hat{x}, \hat{p}] = \hat{x}\hat{p} - \hat{p}\hat{x} = i\hbar
$$<p>Non-commutativity of position and momentum was not a mathematical accident. It was the theory.</p>
<p>The uncertainty principle followed four years later as a <em>theorem</em>, not an additional postulate.
Howard Robertson proved in 1929 that for any two observables \(\hat{A}\) and \(\hat{B}\), the
Cauchy–Schwarz inequality on Hilbert space yields (<a href="#ref-robertson1929">Robertson, 1929</a>):</p>
$$
\Delta A \cdot \Delta B \geq \frac{1}{2} \left| \langle [\hat{A}, \hat{B}] \rangle \right|
$$<p>Substituting \(\hat{A} = \hat{x}\), \(\hat{B} = \hat{p}\), \([\hat{x}, \hat{p}] = i\hbar\):</p>
$$
\Delta x \cdot \Delta p \geq \frac{\hbar}{2}
$$<p>This is the uncertainty principle. It does not say nature is fuzzy or that measurement disturbs
systems in some vague intuitive sense. It says: position and momentum are operators that do not
commute, and the Robertson inequality then constrains their joint variance. Non-commutativity <em>is</em>
the uncertainty principle. Put the shoes on before the socks and the state is not defined.</p>
<p>The same logic applies to angular momentum. The three components satisfy:</p>
$$
[\hat{L}_x, \hat{L}_y] = i\hbar \hat{L}_z, \quad
[\hat{L}_y, \hat{L}_z] = i\hbar \hat{L}_x, \quad
[\hat{L}_z, \hat{L}_x] = i\hbar \hat{L}_y
$$<p>This is the Lie algebra \(\mathfrak{su}(2)\). You cannot simultaneously determine two components
of angular momentum to arbitrary precision — not because the measurement apparatus is noisy, but
because the operations of measuring them do not commute.</p>
<p>The fiber bundle language that underlies these rotation groups also appears, in different physical
dress, in the problem of the falling cat and geometric phases — another case where the order of
rotations has non-trivial physical consequences (<a href="/posts/falling-cat-geometric-phase/">see that post</a>).</p>
<h2 id="connes-and-non-commutative-space">Connes and Non-Commutative Space</h2>
<p>Alain Connes asked what happens if we allow the coordinates of <em>space itself</em> to be
non-commutative. In ordinary geometry, the algebra of coordinate functions on a manifold is
commutative: \(f(x) \cdot g(x) = g(x) \cdot f(x)\). Connes&rsquo; non-commutative geometry replaces
this with a <em>spectral triple</em> \((\mathcal{A}, \mathcal{H}, D)\): an algebra \(\mathcal{A}\) of
operators (possibly non-commutative) acting on a Hilbert space \(\mathcal{H}\), with a
generalized Dirac operator \(D\) encoding the geometry (<a href="#ref-connes1994">Connes, 1994</a>).</p>
<p>The payoff was remarkable. With Ali Chamseddine, Connes showed that if \(\mathcal{A}\) is chosen
as a specific non-commutative product of the real numbers, complex numbers, quaternions, and
matrix algebras, the spectral action principle reproduces the full Lagrangian of the Standard
Model coupled to general relativity from a single geometric principle
(<a href="#ref-chamseddine1996">Chamseddine &amp; Connes, 1996</a>). The Higgs field, the gauge bosons, the
graviton: all from the geometry of a non-commutative space.</p>
<p>Classical geometry is the special case where the coordinate algebra is commutative. Drop that
assumption and you open up a vastly richer landscape. Quantum mechanics lives in that landscape.
Possibly, so does the structure of spacetime at the Planck scale.</p>
<h2 id="the-lesson-pre-schoolers-already-know">The Lesson Pre-Schoolers Already Know</h2>
<p>There is an irony here that I cannot quite leave alone. Students learning linear algebra for the
first time consistently make the same mistake. Anna Sierpinska documented it carefully: they assume
\(AB = BA\) for matrices because they have spent years in arithmetic and scalar algebra where
multiplication commutes (<a href="#ref-sierpinska2000">Sierpinska, 2000</a>). The commutativity of ordinary
multiplication is so deeply internalized that abandoning it feels like breaking a rule.</p>
<p>But the pre-schooler in the sock-and-shoe scenario never had that problem. Her procedural memory,
documented in infants as young as sixteen months by Bauer and Mandler, encoded the correct
asymmetry directly. The order of operations is the first thing a developing mind learns about
actions in the world, before the arithmetic of school teaches it the convenient fiction that order
is irrelevant.</p>
<p>Arithmetic is the outlier. \(3 + 5 = 5 + 3\) because counting does not depend on where you
start. But putting on clothes, multiplying matrices, rotating rigid bodies, measuring quantum
observables: these operations carry memory of order, and they repay the attention a child already
brings to them before she can name a number.</p>
<p>The universe is non-abelian. We are born knowing it. School briefly convinces us otherwise.
Physics eventually agrees with the pre-schooler.</p>
<h2 id="references">References</h2>
<ul>
<li><span id="ref-inhelder1958"></span>Inhelder, B., &amp; Piaget, J. (1958). <em>The Growth of Logical Thinking from Childhood to Adolescence</em>. Basic Books.</li>
<li><span id="ref-bauer1989"></span>Bauer, P. J., &amp; Mandler, J. M. (1989). One thing follows another: Effects of temporal structure on 1- to 2-year-olds&rsquo; recall of events. <em>Developmental Psychology</em>, 25, 197–206.</li>
<li><span id="ref-klemfuss2020"></span>Klemfuss, J. Z., McWilliams, K., Henderson, H. M., Olaguez, A. P., &amp; Lyon, T. D. (2020). Order of encoding predicts young children&rsquo;s responses to sequencing questions. <em>Cognitive Development</em>, 55, 100927. <a href="https://doi.org/10.1016/j.cogdev.2020.100927">DOI: 10.1016/j.cogdev.2020.100927</a></li>
<li><span id="ref-cayley1858"></span>Cayley, A. (1858). A memoir on the theory of matrices. <em>Philosophical Transactions of the Royal Society of London</em>, 148, 17–37. <a href="https://doi.org/10.1098/rstl.1858.0002">DOI: 10.1098/rstl.1858.0002</a></li>
<li><span id="ref-heisenberg1925"></span>Heisenberg, W. (1925). Über quantentheoretische Umdeutung kinematischer und mechanischer Beziehungen. <em>Zeitschrift für Physik</em>, 33, 879–893.</li>
<li><span id="ref-bornjordan1925"></span>Born, M., &amp; Jordan, P. (1925). Zur Quantenmechanik. <em>Zeitschrift für Physik</em>, 34, 858–888.</li>
<li><span id="ref-robertson1929"></span>Robertson, H. P. (1929). The uncertainty principle. <em>Physical Review</em>, 34, 163–164. <a href="https://doi.org/10.1103/PhysRev.34.163">DOI: 10.1103/PhysRev.34.163</a></li>
<li><span id="ref-connes1994"></span>Connes, A. (1994). <em>Noncommutative Geometry</em>. Academic Press. ISBN 0-12-185860-X.</li>
<li><span id="ref-chamseddine1996"></span>Chamseddine, A. H., &amp; Connes, A. (1996). Universal formula for noncommutative geometry actions: Unification of gravity and the standard model. <em>Physical Review Letters</em>, 77, 4868–4871. <a href="https://doi.org/10.1103/PhysRevLett.77.4868">DOI: 10.1103/PhysRevLett.77.4868</a></li>
<li><span id="ref-sierpinska2000"></span>Sierpinska, A. (2000). On some aspects of students&rsquo; thinking in linear algebra. In J.-L. Dorier (Ed.), <em>On the Teaching of Linear Algebra</em> (pp. 209–246). Kluwer Academic Publishers. <a href="https://doi.org/10.1007/0-306-47224-4_8">DOI: 10.1007/0-306-47224-4_8</a></li>
</ul>
<hr>
<h2 id="changelog">Changelog</h2>
<ul>
<li><strong>2026-02-03</strong>: Corrected the age range for the Klemfuss et al. (2020) study from &ldquo;two to four&rdquo; to &ldquo;roughly two-and-a-half to five&rdquo; — the actual participants were aged 30–61 months.</li>
<li><strong>2026-02-03</strong>: Updated the characterisation of Klemfuss et al. (2020) findings to reflect the paper&rsquo;s central result: errors follow an encoding-order bias (children default to the next event in encoding sequence). The paper&rsquo;s title — &ldquo;Order of encoding predicts young children&rsquo;s responses&rdquo; — names the mechanism.</li>
</ul>
]]></content:encoded>
    </item>
    <item>
      <title>The Charm of Impossibilities: Group Theory and Messiaen&#39;s Modes of Limited Transposition</title>
      <link>https://sebastianspicker.github.io/posts/messiaen-modes-group-theory/</link>
      <pubDate>Wed, 19 Apr 2023 00:00:00 +0000</pubDate>
      <guid>https://sebastianspicker.github.io/posts/messiaen-modes-group-theory/</guid>
      <description>Messiaen&amp;rsquo;s seven modes of limited transposition cannot be fully transposed through all twelve keys — not by convention, but because of group theory. The modes are pitch-class sets whose stabiliser subgroups in ℤ₁₂ are non-trivial. The orbit–stabiliser theorem gives the exact count of distinct transpositions for each mode, and the subgroup lattice of ℤ₁₂ maps directly onto the hierarchy of the seven modes.</description>
      <content:encoded><![CDATA[<p><em>I first encountered Messiaen&rsquo;s second mode — the octatonic scale — in an
analysis seminar during my physics studies, played by a colleague on an upright
piano in a rehearsal room with terrible acoustics. She demonstrated something
that stopped me: no matter how many times she transposed the scale up by a minor
third, she could never find a &ldquo;new&rdquo; version. After three transpositions she was
back where she started. She called it the charm of impossibilities. It took me
years to understand why it is impossible, and longer still to see that the answer
is not musical but algebraic.</em></p>
<p><em>This post is a companion to <a href="/posts/fibonacci-lateralus/">Fibonacci, the Golden Ratio, and Tool&rsquo;s
Lateralus</a>, which found number theory in a prog-rock
song. Here we find abstract algebra in twentieth-century sacred music.</em></p>
<hr>
<h2 id="pitch-classes-and-the-chromatic-clock">Pitch Classes and the Chromatic Clock</h2>
<p>Western music divides the octave into twelve equal semitones. For purposes of
harmony and counterpoint, the absolute pitch is often less important than the
pitch <em>class</em> — the equivalence class of all pitches related by octave
transposition. Middle C and the C two octaves above belong to the same pitch
class.</p>
<p>We label the twelve pitch classes $0, 1, 2, \ldots, 11$, with $0 = \mathrm{C}$,
$1 = \mathrm{C}\sharp/\mathrm{D}\flat$, $2 = \mathrm{D}$, and so on up to
$11 = \mathrm{B}$. Addition is taken modulo 12 — the integers wrap around like
a clock face, with $11 + 2 = 1$ (one semitone above B is C$\sharp$).</p>
<p>The set of pitch classes with this operation is a group:</p>
$$\mathbb{Z}_{12} = \{0, 1, 2, \ldots, 11\}, \qquad x \oplus y = (x + y) \bmod 12.$$<p>This is the cyclic group of order 12. It has an identity element ($0$, &ldquo;no
transposition&rdquo;), every element has an inverse ($-n \bmod 12$), and the operation
is associative. If you are used to thinking about the chromatic scale as a linear
sequence ending at the octave, $\mathbb{Z}_{12}$ is the insistence that it is
actually a circle.</p>
<hr>
<h2 id="musical-operations-as-group-elements">Musical Operations as Group Elements</h2>
<p>Two operations are fundamental in tonal and post-tonal music theory.</p>
<p><strong>Transposition</strong> by $n$ semitones maps every pitch class up by $n$:</p>
$$T_n \colon x \mapsto x + n \pmod{12}.$$<p>The twelve transpositions $T_0, T_1, \ldots, T_{11}$ are exactly the elements of
$\mathbb{Z}_{12}$, with $T_n$ corresponding to the integer $n$. Composing two
transpositions gives a transposition: $T_m \circ T_n = T_{m+n}$.</p>
<p><strong>Inversion</strong> reflects the pitch-class circle:</p>
$$I \colon x \mapsto -x \pmod{12}.$$<p>Inversion maps C to C, D to B$\flat$, E to A$\flat$, and so on — it is the
mirror symmetry of the chromatic circle about the C/F$\sharp$ axis. Combining
inversion with transposition gives the <em>inversional transpositions</em>:</p>
$$I_n \colon x \mapsto n - x \pmod{12}.$$<p>The transpositions and inversional transpositions together generate a group of
order 24:</p>
$$D_{12} = \langle T_1, I \rangle.$$<p>This is the <em>dihedral group</em> $D_{12}$ — the same abstract group that describes
the symmetries of a regular 12-gon (twelve rotations and twelve reflections). The
identification is not coincidental: the twelve pitch classes arranged in a circle
<em>are</em> the vertices of a regular 12-gon, and the musical operations are
geometrically the symmetries of that polygon.</p>
<p>Twelve-tone composition — Schoenberg&rsquo;s method — is almost entirely a
working-out of the consequences of $D_{12}$ acting on ordered sequences of the
twelve pitch classes. The four canonical row forms (prime, inversion, retrograde,
retrograde-inversion) correspond to cosets of $\mathbb{Z}_{12}$ (the transposition subgroup).</p>
<hr>
<h2 id="orbits-and-stabilisers">Orbits and Stabilisers</h2>
<p>Let $S \subseteq \mathbb{Z}_{12}$ be a pitch-class set — a chord, a scale, a
collection of any size.</p>
<p>The <strong>orbit</strong> of $S$ under $\mathbb{Z}_{12}$ is the collection of all distinct
transpositions of $S$:</p>
$$\mathrm{Orb}(S) = \{ T_n(S) : n \in \mathbb{Z}_{12} \}.$$<p>For most sets, all twelve transpositions produce a different set, so
$|\mathrm{Orb}(S)| = 12$. The C major scale, for example, has twelve distinct
transpositions, one for each key.</p>
<p>But some sets are symmetric under certain transpositions: there exists $n \neq 0$
such that $T_n(S) = S$. The collection of all symmetry transpositions of $S$ is
the <strong>stabiliser</strong>:</p>
$$\mathrm{Stab}(S) = \{ T_n \in \mathbb{Z}_{12} : T_n(S) = S \}.$$<p>Because composing two symmetry transpositions yields another, $\mathrm{Stab}(S)$
is a <em>subgroup</em> of $\mathbb{Z}_{12}$.</p>
<p>The <strong>orbit–stabiliser theorem</strong> gives the fundamental count:</p>
$$|\mathrm{Orb}(S)| \cdot |\mathrm{Stab}(S)| = |\mathbb{Z}_{12}| = 12.$$<p>The number of distinct transpositions of $S$ equals $12$ divided by the number
of transpositions that leave $S$ unchanged. The more internally symmetric $S$ is,
the fewer new versions you can produce by transposing it.</p>
<p>A set with $|\mathrm{Stab}(S)| > 1$ — one that is invariant under some
non-trivial transposition — is a <strong>mode of limited transposition</strong>.</p>
<hr>
<h2 id="mode-1-the-whole-tone-scale">Mode 1: The Whole-Tone Scale</h2>
<p>The whole-tone scale contains the six pitch classes at even intervals:</p>
$$\mathrm{Mode\ 1} = \{0, 2, 4, 6, 8, 10\}.$$<p>Transposing by $T_2$:</p>
$$T_2(\{0, 2, 4, 6, 8, 10\}) = \{2, 4, 6, 8, 10, 0\} = \{0, 2, 4, 6, 8, 10\}. \checkmark$$<p>The set is unchanged. The same holds for $T_4, T_6, T_8, T_{10}$. The stabiliser
is the full subgroup of even transpositions:</p>
$$\mathrm{Stab}(\mathrm{Mode\ 1}) = \{T_0, T_2, T_4, T_6, T_8, T_{10}\} \cong \mathbb{Z}_6.$$<p>By the orbit–stabiliser theorem:</p>
$$|\mathrm{Orb}(\mathrm{Mode\ 1})| = \frac{12}{6} = 2.$$<p>There are exactly two distinct whole-tone scales. Every pianist learns this: the
one on C and the one on C$\sharp$. Composing with whole-tone harmony means
working from a stock of only two harmonic pools with no way to modulate into a
genuinely new version of the scale. This is Messiaen&rsquo;s first charm of
impossibility.</p>
<hr>
<h2 id="mode-2-the-octatonic-scale">Mode 2: The Octatonic Scale</h2>
<p>The octatonic (diminished) scale alternates half-step and whole-step intervals.
Starting on C:</p>
$$\mathrm{Mode\ 2} = \{0, 1, 3, 4, 6, 7, 9, 10\}.$$<p>Does $T_3$ leave this set invariant?</p>
$$T_3(\{0, 1, 3, 4, 6, 7, 9, 10\}) = \{3, 4, 6, 7, 9, 10, 0, 1\} = \{0, 1, 3, 4, 6, 7, 9, 10\}. \checkmark$$<p>Also $T_6$ and $T_9$. The stabiliser is the subgroup generated by transposition
by a minor third:</p>
$$\mathrm{Stab}(\mathrm{Mode\ 2}) = \{T_0, T_3, T_6, T_9\} \cong \mathbb{Z}_4.$$<p>The orbit size:</p>
$$|\mathrm{Orb}(\mathrm{Mode\ 2})| = \frac{12}{4} = 3.$$<p>There are exactly three distinct octatonic scales. Composers from Rimsky-Korsakov
and Bartók to Coltrane have exploited this closed system. The three scales
correspond to the three cosets of the subgroup $\langle T_3 \rangle$ in
$\mathbb{Z}_{12}$: the cosets $\{0, 3, 6, 9\}$, $\{1, 4, 7, 10\}$, and
$\{2, 5, 8, 11\}$ are the &ldquo;starting-point classes&rdquo; that generate each scale.
Note that the scales themselves are not pairwise disjoint — each has eight
pitch classes, so any two share four — but the coset structure determines
which transpositions produce the same scale and which produce a different one.</p>
<hr>
<h2 id="the-subgroup-lattice-and-all-seven-modes">The Subgroup Lattice and All Seven Modes</h2>
<p>The orbit–stabiliser theorem constrains which stabiliser sizes are algebraically
possible. Since $\mathrm{Stab}(S)$ is a subgroup of $\mathbb{Z}_{12}$, its order
must divide 12. The <em>proper non-trivial</em> subgroups of $\mathbb{Z}_{12}$ — those
with order strictly between 1 and 12 — are precisely:</p>
<table>
  <thead>
      <tr>
          <th>Subgroup</th>
          <th>Generator</th>
          <th>Order</th>
          <th>Orbit size</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>$\langle T_2 \rangle = \{T_0, T_2, T_4, T_6, T_8, T_{10}\}$</td>
          <td>$T_2$</td>
          <td>6</td>
          <td>2</td>
      </tr>
      <tr>
          <td>$\langle T_3 \rangle = \{T_0, T_3, T_6, T_9\}$</td>
          <td>$T_3$</td>
          <td>4</td>
          <td>3</td>
      </tr>
      <tr>
          <td>$\langle T_4 \rangle = \{T_0, T_4, T_8\}$</td>
          <td>$T_4$</td>
          <td>3</td>
          <td>4</td>
      </tr>
      <tr>
          <td>$\langle T_6 \rangle = \{T_0, T_6\}$</td>
          <td>$T_6$</td>
          <td>2</td>
          <td>6</td>
      </tr>
  </tbody>
</table>
<p>These four subgroups exist because the proper divisors of 12 that are greater
than 1 are exactly $\{2, 3, 4, 6\}$. The subgroups of $\mathbb{Z}_n$ are in
bijection with the divisors of $n$ — a consequence of the fundamental theorem of
cyclic groups. Since $12 = 2^2 \times 3$, the proper divisors are $1, 2, 3, 4,
6$.</p>
<p>Each row of the table maps onto a level in Messiaen&rsquo;s system:</p>
<ul>
<li><strong>Mode 1</strong> (whole-tone scale): stabiliser $\langle T_2 \rangle$, 2 transpositions</li>
<li><strong>Mode 2</strong> (octatonic scale): stabiliser $\langle T_3 \rangle$, 3 transpositions</li>
<li><strong>Mode 3</strong>: stabiliser $\langle T_4 \rangle$, 4 transpositions</li>
<li><strong>Modes 4 – 7</strong>: stabiliser $\langle T_6 \rangle$, 6 transpositions each</li>
</ul>
<p>The subgroup lattice of $\mathbb{Z}_{12}$ — its Hasse diagram of containment
relationships — maps directly onto the hierarchy of Messiaen&rsquo;s modes. The more
symmetric the stabiliser subgroup, the fewer distinct transpositions the mode
admits.</p>
<p>The containment relations are: $\langle T_2 \rangle \supset \langle T_4 \rangle$
and $\langle T_2 \rangle \supset \langle T_6 \rangle$ and
$\langle T_3 \rangle \supset \langle T_6 \rangle$. Correspondingly, Mode 1
(stabiliser $\langle T_2 \rangle$, order 6) is &ldquo;more limited&rdquo; than Mode 3
(stabiliser $\langle T_4 \rangle$, order 3), in the sense that $\langle T_4
\rangle \subset \langle T_2 \rangle$: every symmetry of Mode 3 is also a symmetry
of Mode 1&rsquo;s stabiliser.</p>
<hr>
<h2 id="why-exactly-seven-modes">Why Exactly Seven Modes?</h2>
<p>Messiaen was not enumerating all pitch-class sets with non-trivial stabilisers —
there are many more than seven. At the level of the stabiliser $\langle T_6
\rangle$, for example, there are numerous pitch-class sets invariant under the
tritone transposition $T_6$: any set $S$ such that $S = S + 6$ qualifies. Some
of these sets are large (ten pitch classes), some are small (two pitch classes),
some are musically coherent and some are not.</p>
<p>Messiaen selected seven that he found aesthetically and compositionally viable:
scales of moderate cardinality, with a balance of interval types, that he could
use as raw material for his harmonic language. The group theory explains the
<em>constraint</em> (modes are possible only at the four stabiliser types listed above),
not the <em>selection</em> (which specific sets Messiaen chose among the many that
satisfy the constraint).</p>
<p>The question &ldquo;why seven?&rdquo; is therefore partly combinatorial and partly
compositional. What is group-theoretically determined is the number of <em>levels</em>
(four: orbit sizes 2, 3, 4, 6) and the <em>impossibility</em> of any mode with, say,
five distinct transpositions (since 5 does not divide 12).</p>
<hr>
<h2 id="what-messiaen-knew--and-did-not-know">What Messiaen Knew — and Did Not Know</h2>
<p>Messiaen described his modes in <em>Technique de mon langage musical</em> (1944). His
account is entirely musical and phenomenological. He lists each mode by its
interval sequence, notes how many transpositions it admits, and names the
limitation a &ldquo;charm.&rdquo; The impossibility is for him a spiritual property, a form
of harmonic stasis that he associated — as a devout Catholic — with divine
eternity. A mode that cannot depart is, in his compositional theology, a glimpse
of the unchanging.</p>
<p>He was not doing group theory. The orbit–stabiliser theorem (in its abstract form)
postdates Lagrange (1771), Cauchy (early 19th century), and Galois (1832). But
the concepts were not part of music-theoretic discourse until Milton Babbitt&rsquo;s
work in the 1950s, and they were not formalised in the pitch-class set framework
I have used here until Allen Forte&rsquo;s <em>The Structure of Atonal Music</em> (1973) and
David Lewin&rsquo;s <em>Generalized Musical Intervals and Transformations</em> (1987).</p>
<p>What Messiaen had was a musician&rsquo;s ear for symmetry. He could <em>hear</em> that the
modes were closed, without having the algebraic vocabulary to explain why. The
group theory shows that he was correct, and why he was correct with a precision
that no amount of phenomenological description could provide.</p>
<hr>
<h2 id="from-messiaen-to-lewin">From Messiaen to Lewin</h2>
<p>Lewin&rsquo;s transformational theory (1987) generalises the $\mathbb{Z}_{12}$ framework
to arbitrary musical spaces. A <em>Generalized Interval System</em> is a triple
$(S, G, \mathrm{int})$ where $S$ is a set of musical objects, $G$ is a group, and
$\mathrm{int} : S \times S \to G$ assigns an interval to each ordered pair of
objects in a way that is consistent with the group structure.</p>
<p>This framework treats musical transformations — not just pitch-class transpositions
but rhythmic augmentations, timbral shifts, any structurally defined operation —
as elements of a group. The mathematics does not privilege any particular musical
parameter; it applies wherever a transformation group acts on a set of musical
objects.</p>
<p>Neo-Riemannian theory, which emerged from Lewin&rsquo;s work in the 1980s and 1990s
and was systematised by Cohn (1998), applies this framework to triadic
transformations (the operations L, P, and R that map major and minor triads to
their relatives, parallels, and leading-tone exchanges). The group generated by
L, P, and R on the set of 24 major and minor triads is isomorphic to $D_{12}$
— the same dihedral group that governs Messiaen&rsquo;s modes, but acting on a
different musical space.</p>
<p>Emmanuel Amiot&rsquo;s more recent work (2016) applies the discrete Fourier transform
to pitch-class sets, using the DFT coefficients on $\mathbb{Z}_{12}$ as a
continuous measure of a set&rsquo;s similarity to the modes of limited transposition.
The Fourier coefficients detect the algebraic symmetries that stabilisers measure
discretely: a set with large coefficient at frequency $k$ (in the DFT over
$\mathbb{Z}_{12}$) is close, in a precise sense, to having the stabiliser
$\langle T_{12/k} \rangle$.</p>
<p>The group-theoretic perspective has moved, over seventy years, from a marginal
curiosity to the dominant mathematical framework in music theory. Messiaen&rsquo;s
modes — which once seemed like personal compositional idiosyncrasies — are
revealed as structurally constrained: the possible stabiliser orders are fixed
by the divisors of 12, and the orbit sizes that Messiaen&rsquo;s ear discovered are
exactly those that Lagrange&rsquo;s theorem permits. Many pitch-class sets have
non-trivial stabilisers; Messiaen found the seven that are musically viable.
Their limitation is not a personal choice but an algebraic fact.</p>
<p>The charm of impossibilities is a theorem of group theory. And it is exactly as
beautiful as Messiaen heard it to be.</p>
<hr>
<h2 id="references">References</h2>
<ul>
<li>
<p>Amiot, E. (2016). <em>Music Through Fourier Space: Discrete Fourier Transform in
Music Theory.</em> Springer (Computational Music Science).</p>
</li>
<li>
<p>Babbitt, M. (1960). Twelve-tone invariants as compositional determinants.
<em>The Musical Quarterly</em>, 46(2), 246–259.
<a href="https://doi.org/10.1093/mq/XLVI.2.246">https://doi.org/10.1093/mq/XLVI.2.246</a></p>
</li>
<li>
<p>Cohn, R. (1998). Introduction to neo-Riemannian theory: A survey and a
historical perspective. <em>Journal of Music Theory</em>, 42(2), 167–180.
<a href="https://doi.org/10.2307/843871">https://doi.org/10.2307/843871</a></p>
</li>
<li>
<p>Forte, A. (1973). <em>The Structure of Atonal Music.</em> Yale University Press.</p>
</li>
<li>
<p>Lewin, D. (1987). <em>Generalized Musical Intervals and Transformations.</em> Yale
University Press. (Reissued Oxford University Press, 2007.)</p>
</li>
<li>
<p>Messiaen, O. (1944). <em>Technique de mon langage musical.</em> Alphonse Leduc.
(English translation: Satterfield, J., 1956.)</p>
</li>
<li>
<p>Tymoczko, D. (2006). The geometry of musical chords. <em>Science</em>, 313(5783),
72–74. <a href="https://doi.org/10.1126/science.1126287">https://doi.org/10.1126/science.1126287</a></p>
</li>
<li>
<p>Tymoczko, D. (2011). <em>A Geometry of Music: Harmony and Counterpoint in the
Extended Common Practice.</em> Oxford University Press.</p>
</li>
</ul>
<hr>
<h2 id="changelog">Changelog</h2>
<ul>
<li><strong>2026-01-14</strong>: Changed &ldquo;cosets of $D_{12}$&rdquo; to &ldquo;cosets of $\mathbb{Z}_{12}$ (the transposition subgroup)&rdquo; in the twelve-tone composition paragraph. $D_{12}$ (order 24) already includes both transpositions and inversions, yielding only 2 cosets in the full serial group. The four row forms {P, I, R, RI} correspond to 4 cosets of the transposition-only subgroup $\mathbb{Z}_{12}$ (order 12) in the full group of order 48.</li>
</ul>
]]></content:encoded>
    </item>
  </channel>
</rss>
