User:Sintel/The mathematics of temperaments part 2

From Xenharmonic Wiki
Jump to navigation Jump to search

The mathematics of tuning and temperament (part 2)

Previous part

Commas

With 5-limit, we have reduced the number of dimensions to 3, and coming from infinitely many this is a pretty good result. For most practical purposes this is still too many though. A 3-dimensional keyboard seems hard to play if you can even build one.

Let's go even further, to rank-2, and take a look at the 3-limit (also known as pythagorean tuning): the space generated by [math] \left\{ 2,3 \right\} [/math]. Even though the major third isn't in this space, it turns out we can get arbitrarily close. Going up 4 perfect fifths, and down 2 octaves, we get the pythagorean third: [math] 2^{-6} \cdot 3^4 = 81/64 [/math]. Its size is about 407.8¢, which is fairly close to the just major third at 386.3¢. You can find better ones further out, but let's try to work with this one since [math] 81/64 [/math] is a reasonable looking ratio (the next better one is [math] 8192/6561[/math] ).

The difference between the pythagorean third and the just major third is: $$ \frac{81}{64} \cdot\frac{4}{5} = \frac{81}{80} \simeq \begin{bmatrix} -4 \\ 4 \\ -1 \end{bmatrix} $$ This interval is known as the syntonic comma. Its size is around 21.5¢. A comma is just any small interval, mostly occuring when trying to approximate an interval with other intervals, as we did just now.

Temperaments

The syntonic comma is already pretty small, but it would be nice if it vanished completely. If that was true then we could get to the just major third using only 3-limit intervals. Of course this is impossible, but we can try anyway. In doing so, we get what is known as a temperament. If the syntonic comma is gone, then so is [math] (81/80)^{-1} [/math], [math] (81/80)^{2} [/math], and all its other powers. This is a subspace of [math] \mathbb{J}^{5} [/math], spanned by the comma.

We can try to define temperaments as a quotient modules: $$ \mathbb{J}^{p} / \; \text{span}\left\{ c_1 , c_2, \ldots \right\} $$ for some commas [math] c_1 , c_2, \ldots \in \mathbb{J}^{p} [/math] as long as the result is another free [math]\mathbb{Z}[/math]-module. (This is not always the case, more on that later.) We say the commas have been "tempered out". For every (linearly independent) comma that is tempered out, the rank of the module decreases with one.

The meantone temperament can then be found by quotienting out the syntonic comma: $$ \mathbb{J}^{5} / \; \text{span}\left\{ \frac{81}{80} \right\} $$ This is a free [math]\mathbb{Z}[/math]-module of rank 2.

Linear maps

The question now is: what exactly does this temperament look like? Going back to the logarithmic space, we can see that tempering out the syntonic comma means finding a linear map [math] \mathrm{M} [/math]: $$ \mathrm{M}:\mathbb{J}^{5} \rightarrow \mathbb{J}^{5} / \; \text{span}\left\{ \frac{81}{80} \right\} $$ Since free [math]\mathbb{Z}[/math]-modules of rank [math]n[/math] are isomorphic to [math]\mathbb{Z}^n[/math], it must also be true that: $$ \mathrm{M}:\mathbb{Z}^{3} \rightarrow \mathbb{Z}^{2} $$ So [math] \mathrm{M} [/math] is an integer matrix: [math] \mathrm{M} \in \mathbb{Z}^{2\times3} [/math]. This map takes a 3 dimensional vector to a 2 dimensional one. It must also take the vector corresponding to [math] 81/80 [/math] to the zero vector: $$ \mathrm{M} \begin{bmatrix} -4 \\ 4 \\ -1 \end{bmatrix} = \mathbf{0} $$ In other words: [math] \text{span}\left\{ 81/80 \right\} [/math] is the kernel of [math] \mathrm{M} [/math].

So the previous definition of temperaments didn't actually work. (The quotient modules of the same rank are all isomorphic to eachother!) Instead, a temperament can be defined as a linear map taking a [math]p[/math]-limit module [math] \mathbb{J}^{p} [/math] to a free module of lower rank. The quotient module is only the image of the temperament.

For meantone, a solution can be found, which defines the temperament completely: $$ \mathrm{M} = \begin{bmatrix} 1 & 0 & -4 \\ 0 & 1 & 4 \end{bmatrix} $$ It's easy to check that [math] \begin{bmatrix} -4& 4 & -1 \end{bmatrix}^{\mathsf T} [/math] is in the kernel of this matrix.

Since linear maps are module homomorphisms we can restate the first isomorphism theorem for temperaments.
For a free module [math] \mathrm{V} [/math] and a temperament [math] \mathrm{T}: \mathbb{J}^{p} \rightarrow \mathrm{V} [/math]:

  • The kernel of [math] \mathrm{T} [/math] is a submodule of [math] \mathbb{J}^{p} [/math].
  • The image of [math] \mathrm{T} [/math] is a submodule of [math] \mathrm{V} [/math].
  • The image of [math] \mathrm{T} [/math] is isomorphic to the quotient module [math] \mathbb{J}^{p} / \,\text{ker}\left( \mathrm{T} \right) [/math].
  • If [math] \mathrm{T} [/math] is surjective then [math] \mathrm{V} [/math] is isomorphic to [math] \mathbb{J}^{p} / \,\text{ker}\left( \mathrm{T} \right) [/math].

Continued in part 3 (WIP)