Ternary scale theorems: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 5: | Line 5: | ||
* Bolded Latin variables refer to step vectors (linear combinations of step sizes). | * Bolded Latin variables refer to step vectors (linear combinations of step sizes). | ||
* Indices for all words are 1-indexed. | * Indices for all words are 1-indexed. | ||
** If ''s'' is a circular word and ''i'' < 1 or ''i'' > len(''s''), we first replace ''i'' with ''i'' % len(''s'') + 1 before using it as an argument in ''s''[-]. | ** If ''s'' is a circular word and {{nowrap|''i'' < 1}} or {{nowrap|''i'' > len(''s'')}}, we first replace ''i'' with {{nowrap|''i'' % len(''s'') + 1}} before using it as an argument in ''s''[-]. | ||
* The notation ''s''('''X'''<sub>1</sub>, ..., '''X'''<sub>''r''</sub>) is used for an ''r''-ary scale word with variables '''X'''<sub>1</sub>, ..., '''X'''<sub>''r''</sub> possibly standing in for any sizes. If ''s''('''X''', '''Y''') = '''XXY''' then ''s''('''A''', '''B''') = '''AAB'''. | * The notation ''s''('''X'''<sub>1</sub>, ..., '''X'''<sub>''r''</sub>) is used for an ''r''-ary scale word with variables '''X'''<sub>1</sub>, ..., '''X'''<sub>''r''</sub> possibly standing in for any sizes. If {{nowrap|''s''('''X''', '''Y''') {{=}} '''XXY'''}} then {{nowrap|''s''('''A''', '''B''') {{=}} '''AAB'''}}. | ||
* We leave the distinction between linear words (words in the ordinary sense) and circular words up to context. We usually also elide the distinction between subwords and the dyad sizes that subtend them. | * We leave the distinction between linear words (words in the ordinary sense) and circular words up to context. We usually also elide the distinction between subwords and the dyad sizes that subtend them. | ||
* For a word ''w'' and letter '''x''', |''w'' | * For a word ''w'' and letter '''x''', {{abs|''w''}}<sub>'''x'''</sub> denotes the number of occurrences of the letter '''x''' in ''w''. For a step vector size '''v''', {{abs|'''v'''}}<sub>'''x'''</sub> is similar. | ||
== Definitions == | == Definitions == | ||
* ''Dyad'' is used for the musical sense of ''interval'' to avoid confusion with the mathematical sense of ''interval''. But strictly speaking, ''interval'' in the musical sense is different than ''dyad''. (An octave is an interval but not a dyad, and a 2:3:4 chord is a dyad but not an interval.) | * ''Dyad'' is used for the musical sense of ''interval'' to avoid confusion with the mathematical sense of ''interval''. But strictly speaking, ''interval'' in the musical sense is different than ''dyad''. (An octave is an interval but not a dyad, and a 2:3:4 chord is a dyad but not an interval.) | ||
* A circular word ''s'' (representing the steps of a [[periodic scale]]) of size ''n'' is '''generator-offset''' if it satisfies the following properties. The following conditions do not imply that '''g'''<sub>1</sub> and '''g'''<sub>2</sub> are the same number of scale steps. For example, 5-limit [[blackdye]] has '''g'''<sub>1</sub> = 9/5 (a 9-step) | * A circular word ''s'' (representing the steps of a [[periodic scale]]) of size ''n'' is '''generator-offset''' if it satisfies the following properties. The following conditions do not imply that '''g'''<sub>1</sub> and '''g'''<sub>2</sub> are the same number of scale steps. For example, 5-limit [[blackdye]] has {{nowrap|'''g'''<sub>1</sub> {{=}} 9/5}} (a 9-step) and {{nowrap|'''g'''<sub>2</sub> {{=}} 5/3}} (a 7-step). | ||
*# ''s'' is generated by two chains of stacked generators g separated by a fixed offset δ; either both chains are of size ''n''/2, or one chain has size | *# ''s'' is generated by two chains of stacked generators g separated by a fixed offset δ; either both chains are of size ''n''/2, or one chain has size {{sfrac|''n'' + 1|2}} and the second has size {{sfrac|''n'' − 1|2}}. Equivalently, ''s'' can be built by stacking a single chain of alternants '''g'''<sub>1</sub> and '''g'''<sub>2</sub>, resulting in a circle of the form either '''g'''<sub>1</sub> '''g'''<sub>2</sub> ... '''g'''<sub>1</sub> '''g'''<sub>2</sub> '''g'''<sub>1</sub> '''g'''<sub>3</sub> or '''g'''<sub>1</sub> '''g'''<sub>2</sub> ... '''g'''<sub>1</sub> '''g'''<sub>2</sub> '''g'''<sub>3</sub>. | ||
*# The scale is ''well-formed'' with respect to g, i.e. all occurrences of the generator g are ''k''-steps for a fixed ''k''. | *# The scale is ''well-formed'' with respect to g, i.e. all occurrences of the generator g are ''k''-steps for a fixed ''k''. | ||
* A ''scale'' or ''scale word'' is a circular word with a chosen size for its equave. As we're not working with scales with distinct equaves simultaneously, all three terms are effectively synonymous for our purposes. | * A ''scale'' or ''scale word'' is a circular word with a chosen size for its equave. As we're not working with scales with distinct equaves simultaneously, all three terms are effectively synonymous for our purposes. | ||
* A scale is ''primitive'' if its period is the same as its equave. A ''multiMOS'' or ''multiperiod MOS'' is a non-primitive MOS. A MOS ''a'''''L''' ''b'''''s''' is primitive iff gcd(''a'', ''b'') = 1. This corresponds to the term ''single-period'' in common xen parlance. Any multiMOS can be constructed from a primitive MOS by repeating the MOS pattern multiple times, e.g. if 3'''L''' 2'''s''' is '''LLsLs''', then 9'''L''' 6'''s''' is '''LLsLsLLsLsLLsLs'''. | * A scale is ''primitive'' if its period is the same as its equave. A ''multiMOS'' or ''multiperiod MOS'' is a non-primitive MOS. A MOS ''a'''''L''' ''b'''''s''' is primitive iff {{nowrap|gcd(''a'', ''b'') {{=}} 1}}. This corresponds to the term ''single-period'' in common xen parlance. Any multiMOS can be constructed from a primitive MOS by repeating the MOS pattern multiple times, e.g. if 3'''L''' 2'''s''' is '''LLsLs''', then 9'''L''' 6'''s''' is '''LLsLsLLsLsLLsLs'''. | ||
* An ''n''-''ary'' scale is a scale with ''n'' different step sizes. ''Binary'' and ''ternary'' are used when ''n'' = 2 and 3 respectively. | * An ''n''-''ary'' scale is a scale with ''n'' different step sizes. ''Binary'' and ''ternary'' are used when {{nowrap|''n'' {{=}} 2 and 3}}, respectively. | ||
* For the [[generator-offset property]], see the article. | * For the [[generator-offset property]], see the article. | ||
* A strengthening of the generator-offset property, here the ''swung-generator-alternant property'' (SGA), states that the alternants '''g'''<sub>1</sub> and '''g'''<sub>2</sub> can be taken to always subtend the same number of scale steps, thus both representing "detemperings" of a generator of a primitive [[MOS]] scale (otherwise known as a well-formed scale). This is simply the property of having a [[generator sequence]] of period 2. All odd generator-offset scales are SGA, and aside from odd generator-offset scales, the only ternary scales to satisfy SGA are ('''XY''')<sup>''r''</sup>'''XZ''', ''r'' ≥ 1. The Zarlino and diasem scales above are both SGA. [[Blackdye]] is generator-offset but not SGA. | * A strengthening of the generator-offset property, here the ''swung-generator-alternant property'' (SGA), states that the alternants '''g'''<sub>1</sub> and '''g'''<sub>2</sub> can be taken to always subtend the same number of scale steps, thus both representing "detemperings" of a generator of a primitive [[MOS]] scale (otherwise known as a well-formed scale). This is simply the property of having a [[generator sequence]] of period 2. All odd generator-offset scales are SGA, and aside from odd generator-offset scales, the only ternary scales to satisfy SGA are ('''XY''')<sup>''r''</sup>'''XZ''', {{nowrap|''r'' ≥ 1}}. The Zarlino and diasem scales above are both SGA. [[Blackdye]] is generator-offset but not SGA. | ||
* An ''odd-step'' is a ''k''-step where ''k'' is odd; an ''even-step'' is defined similarly. | * An ''odd-step'' is a ''k''-step where ''k'' is odd; an ''even-step'' is defined similarly. | ||
* Given a linear or circular word ''s'' with a step size '''X''', define ''E''<sub>'''X'''</sub>(''s'') as the scale word resulting from deleting all instances of '''X''' from ''s''. | * Given a linear or circular word ''s'' with a step size '''X''', define ''E''<sub>'''X'''</sub>(''s'') as the scale word resulting from deleting all instances of '''X''' from ''s''. | ||
* By a ''subword'', ''substring'', or ''slice'' of a word ''s'', denoted ''s''[''i'' : ''j''] (''j'' > ''i''), we mean ''s''[''i''] ''s''[''i'' + 1] ... ''s''[''j'' | * By a ''subword'', ''substring'', or ''slice'' of a word ''s'', denoted {{nowrap|''s''[''i'' : ''j''] (''j'' > ''i'')}}, we mean ''s''[''i''] ''s''{{nowrap|[''i'' + 1]}} ... ''s''{{nowrap|[''j'' − 1]}}. | ||
* Given a MOS a'''X''' b'''Y''', a ''chunk'' of '''X''''s is a maximal (possibly length 0) substring made of '''X''''s, bounded by '''Y''''s. We do not include the boundary '''Y''''s. | * Given a MOS a'''X''' b'''Y''', a ''chunk'' of '''X''''s is a maximal (possibly length 0) substring made of '''X''''s, bounded by '''Y''''s. We do not include the boundary '''Y''''s. | ||
* ''Length'' is another term for a scale's size. The length of a scale ''s'' is denoted len(''s''). | * ''Length'' is another term for a scale's size. The length of a scale ''s'' is denoted len(''s''). | ||
| Line 30: | Line 30: | ||
== Theorem 1 (Properties of SGA scales) == | == Theorem 1 (Properties of SGA scales) == | ||
Let ''s'' be a ternary scale word in '''L''', '''M''', and '''s''' of length ''n'', and suppose ''s'' is SGA. Then: | Let ''s'' be a ternary scale word in '''L''', '''M''', and '''s''' of length ''n'', and suppose ''s'' is SGA. Then: | ||
# The length of ''s'' is odd, or ''s'' is equivalent to ('''xy''')<sup>''r''</sup>'''xz''' for some integer ''r'' ≥ 1. | # The length of ''s'' is odd, or ''s'' is equivalent to ('''xy''')<sup>''r''</sup>'''xz''' for some integer {{nowrap|''r'' ≥ 1}}. | ||
# If ''n'' is odd, ''s'' is of the form ''a'''''x''' ''b'''''y''' ''b'''''z''' for some permutation ('''x''', '''y''', '''z''') of ('''L''', '''M''', '''s'''). | # If ''n'' is odd, ''s'' is of the form ''a'''''x''' ''b'''''y''' ''b'''''z''' for some permutation {{nowrap|('''x''', '''y''', '''z''')}} of {{nowrap|('''L''', '''M''', '''s''')}}. | ||
# If ''n'' is odd, ''s'' is abstractly SV3 (i.e. SV3 for almost all tunings). | # If ''n'' is odd, ''s'' is abstractly SV3 (i.e. SV3 for almost all tunings). | ||
# If ''n'' is odd, ''s'' is pairwise-MOS. That is, the following operations each result in a [[MOS]]: setting '''L''' = '''M''', setting '''L''' = '''s''', and setting '''M''' = '''s'''. | # If ''n'' is odd, ''s'' is pairwise-MOS. That is, the following operations each result in a [[MOS]]: setting {{nowrap|'''L''' {{=}} '''M'''}}, setting {{nowrap|'''L''' {{=}} '''s'''}}, and setting {{nowrap|'''M''' {{=}} '''s'''}}. | ||
# If ''n'' is odd, ''s'' = ''a'''''X''' ''b'''''Y''' ''b'''''Z''' is obtained from some mode of the (primitive) MOS ''a'''''X''' 2''b'''''W''' by replacing all the '''W'''s successively with alternating '''Y'''s and '''Z'''s (or alternating '''Z'''s and '''Y'''s for the other chirality, fixing the mode of ''a'''''X''' 2''b'''''W'''). The two alternants differ by replacing one '''Y''' with a '''Z'''. | # If ''n'' is odd, {{nowrap|''s'' {{=}} ''a'''''X''' ''b'''''Y''' ''b'''''Z'''}} is obtained from some mode of the (primitive) MOS ''a'''''X''' 2''b'''''W''' by replacing all the '''W'''s successively with alternating '''Y'''s and '''Z'''s (or alternating '''Z'''s and '''Y'''s for the other chirality, fixing the mode of ''a'''''X''' 2''b'''''W'''). The two alternants differ by replacing one '''Y''' with a '''Z'''. | ||
In particular, odd generator-offset scales always satisfy these properties (see Proposition 2 below). | In particular, odd generator-offset scales always satisfy these properties (see Proposition 2 below). | ||
[Note: This is not true with SGA replaced with generator-offset; [[blackdye]] is a counterexample that is MV4.] | [Note: This is not true with SGA replaced with generator-offset; [[blackdye]] is a counterexample that is MV4.] | ||
=== Proof === | === Proof === | ||
Let '''e''' be the equave of ''s''. | Let '''e''' be the equave of ''s''. | ||
| Line 51: | Line 52: | ||
O-O-...-O ((n-1)/2 notes). | O-O-...-O ((n-1)/2 notes). | ||
Label the notes (1, ''j'') and (2, ''j''), 1 ≤ ''j'' ≤ | Label the notes (1, ''j'') and (2, ''j''), {{nowrap|1 ≤ ''j'' ≤ ''N''}} where ''N'' is the number of notes in the chain, for notes in the upper and lower chain, respectively. | ||
==== Statement (1) ==== | ==== Statement (1) ==== | ||
In case 1, let '''g'''<sub>1</sub> = (2, 1) − (1, 1) | In case 1, let {{nowrap|'''g'''<sub>1</sub> {{=}} (2, 1) − (1, 1)|'''g'''<sub>2</sub> {{=}} (1, 2) − (2, 1)}}, and {{nowrap|'''g'''<sub>3</sub> {{=}} (1, 1) − (''n''/2, 2)}} {{nowrap|{{=}} ((−''n''/2 − 1)*'''g'''<sub>1</sub> − ''n''/2*'''g'''<sub>2</sub>) (mod '''e''')}}. We assume that '''g'''<sub>1</sub>, '''g'''<sub>2</sub> and '''e''' are ℤ-linearly independent. We have the chain '''g'''<sub>1</sub> '''g'''<sub>2</sub> '''g'''<sub>1</sub> '''g'''<sub>2</sub> ... '''g'''<sub>1</sub> '''g'''<sub>3</sub> which visits every note in ''s''. | ||
Since ''s'' is generator-offset it is well-formed with respect to the aggregate generator '''g''' = ('''g'''<sub>2</sub> + '''g'''<sub>1</sub>). Since '''g'''<sub>1</sub> and '''g'''<sub>2</sub> subtend the same number of steps by the SGA assumption, each is an odd-step. All multiples of the aggregate generator '''g''' must be even-steps, and those dyads that are "offset" by '''g'''<sub>1</sub> must be odd-steps. Letting ''M'' be the subset consisting of all even-numbered notes (which are generated by '''g''') and considering ''M'' as a scale by dividing degree indices in ''M'' by two, ''M'' is well-formed with respect to '''g''', thus ''M'' (and its offset) must be a MOS subset. Hence ('''g'''<sub>3</sub> + '''g'''<sub>1</sub>), the imperfect generator of the MOS generated by '''g''', subtends the same number of steps as '''g'''. Thus '''g'''<sub>2</sub> and '''g'''<sub>3</sub> subtend the same number of steps, a fact we need in order to be able to substitute one instance of '''g'''<sub>2</sub> with '''g'''<sub>3</sub> in the next part. | Since ''s'' is generator-offset it is well-formed with respect to the aggregate generator {{nowrap|'''g''' {{=}} ('''g'''<sub>2</sub> + '''g'''<sub>1</sub>)}}. Since '''g'''<sub>1</sub> and '''g'''<sub>2</sub> subtend the same number of steps by the SGA assumption, each is an odd-step. All multiples of the aggregate generator '''g''' must be even-steps, and those dyads that are "offset" by '''g'''<sub>1</sub> must be odd-steps. Letting ''M'' be the subset consisting of all even-numbered notes (which are generated by '''g''') and considering ''M'' as a scale by dividing degree indices in ''M'' by two, ''M'' is well-formed with respect to '''g''', thus ''M'' (and its offset) must be a MOS subset. Hence {{nowrap|('''g'''<sub>3</sub> + '''g'''<sub>1</sub>)}}, the imperfect generator of the MOS generated by '''g''', subtends the same number of steps as '''g'''. Thus '''g'''<sub>2</sub> and '''g'''<sub>3</sub> subtend the same number of steps, a fact we need in order to be able to substitute one instance of '''g'''<sub>2</sub> with '''g'''<sub>3</sub> in the next part. | ||
Let ''r'' be odd and ''r'' ≥ 3. Consider the following abstract sizes for the dyad class of ''k''-steps reached by stacking ''r'' generators: | Let ''r'' be odd and ''r'' ≥ 3. Consider the following abstract sizes for the dyad class of ''k''-steps reached by stacking ''r'' generators: | ||
# from '''g'''<sub>1</sub> '''g'''<sub>2</sub> ... '''g'''<sub>1</sub>, we get a<sub>1</sub> = (''r'' − 1)/2 * '''g''' + '''g'''<sub>1</sub> = {{ceil|''r''/2}} '''g'''<sub>1</sub> + {{floor|''r''/2}} '''g'''<sub>2</sub> | # from '''g'''<sub>1</sub> '''g'''<sub>2</sub> ... '''g'''<sub>1</sub>, we get {{nowrap|''a''<sub>1</sub> {{=}} (''r'' − 1)/2 * '''g''' + '''g'''<sub>1</sub>}} {{nowrap|{{=}} {{ceil|''r''/2}} '''g'''<sub>1</sub> + {{floor|''r''/2}} '''g'''<sub>2</sub>}} | ||
# from '''g'''<sub>2</sub> '''g'''<sub>1</sub> ... '''g'''<sub>2</sub>, we get a<sub>2</sub> = (''r'' − 1)/2 * '''g''' + '''g'''<sub>2</sub> = {{floor|''r''/2}} '''g'''<sub>1</sub> + {{ceil|''r''/2}} '''g'''<sub>2</sub> | # from '''g'''<sub>2</sub> '''g'''<sub>1</sub> ... '''g'''<sub>2</sub>, we get {{nowrap|''a''<sub>2</sub> {{=}} (''r'' − 1)/2 * '''g''' + '''g'''<sub>2</sub>}} {{nowrap|{{=}} {{floor|''r''/2}} '''g'''<sub>1</sub> + {{ceil|''r''/2}} '''g'''<sub>2</sub>}} | ||
# from '''g'''<sub>2</sub> (...even # of gens...) '''g'''<sub>1</sub> '''g'''<sub>3</sub> '''g'''<sub>1</sub> (...even # of gens...) '''g'''<sub>2</sub>, we get a<sub>3</sub> = (''r'' − 1)/2 '''g'''<sub>1</sub> + (''r'' − 1)/2 '''g'''<sub>2</sub> + '''g'''<sub>3</sub> ≡ (''r'' − ''n''/2 − 3/2)'''g'''<sub>1</sub> + (''r'' − ''n''/2 − 1/2)'''g'''<sub>2</sub> mod e. | # from '''g'''<sub>2</sub> (...even # of gens...) '''g'''<sub>1</sub> '''g'''<sub>3</sub> '''g'''<sub>1</sub> (...even # of gens...) '''g'''<sub>2</sub>, we get {{nowrap|''a''<sub>3</sub> {{=}} (''r'' − 1)/2 '''g'''<sub>1</sub> + (''r'' − 1)/2 '''g'''<sub>2</sub> + '''g'''<sub>3</sub>}} {{nowrap|≡ (''r'' − ''n''/2 − 3/2)'''g'''<sub>1</sub> + (''r'' − ''n''/2 − 1/2)'''g'''<sub>2</sub> (mod '''e''')}}. | ||
# from '''g'''<sub>1</sub> (...odd # of gens...) '''g'''<sub>1</sub> '''g'''<sub>3</sub> '''g'''<sub>1</sub> (...odd # of gens...) '''g'''<sub>1</sub>, we get a<sub>4</sub> = (''r'' + 1)/2 '''g'''<sub>1</sub> + (''r'' − 3)/2 '''g'''<sub>2</sub> + '''g'''<sub>3</sub> ≡ (''r'' − ''n''/2 − 1/2)'''g'''<sub>1</sub> + (''r'' − ''n''/2 − 3/2)'''g'''<sub>2</sub> mod e. | # from '''g'''<sub>1</sub> (...odd # of gens...) '''g'''<sub>1</sub> '''g'''<sub>3</sub> '''g'''<sub>1</sub> (...odd # of gens...) '''g'''<sub>1</sub>, we get {{nowrap|''a''<sub>4</sub> {{=}} (''r'' + 1)/2 '''g'''<sub>1</sub> + (''r'' − 3)/2 '''g'''<sub>2</sub> + '''g'''<sub>3</sub>}} {{nowrap|≡ (''r'' − ''n''/2 − 1/2)'''g'''<sub>1</sub> + (''r'' − ''n''/2 − 3/2)'''g'''<sub>2</sub> (mod '''e''')}}. | ||
Since ''n'' > 0, these are all distinct by ℤ-linear independence; hence there are at least 4 sizes for ''k''-steps. A 1-step must be reached by stacking an odd number of generators, thus by applying this argument to 1-steps, we see that there must be at least 4 step sizes in some tuning, a contradiction. Thus '''g'''<sub>1</sub> and '''g'''<sub>2</sub> must themselves be step sizes. Thus we see that an even-length SGA ternary scale must be of the form (xy)<sup>''r''</sup>xz. (Note that (xy)<sup>''r''</sup>xz is not SV3, since it has only two kinds of 2-steps, '''xy''' and '''xz'''.) This proves (1). | Since {{nowrap|''n'' > 0}}, these are all distinct by ℤ-linear independence; hence there are at least 4 sizes for ''k''-steps. A 1-step must be reached by stacking an odd number of generators, thus by applying this argument to 1-steps, we see that there must be at least 4 step sizes in some tuning, a contradiction. Thus '''g'''<sub>1</sub> and '''g'''<sub>2</sub> must themselves be step sizes. Thus we see that an even-length SGA ternary scale must be of the form (xy)<sup>''r''</sup>xz. (Note that (xy)<sup>''r''</sup>xz is not SV3, since it has only two kinds of 2-steps, '''xy''' and '''xz'''.) This proves (1). | ||
==== Statement (2) ==== | ==== Statement (2) ==== | ||
In case 2, let ''n'' ≥ 3 and let (2, 1) − (1, 1) = '''g'''<sub>1</sub> | In case 2, let {{nowrap|''n'' ≥ 3}} and let {{nowrap|(2, 1) − (1, 1) {{=}} '''g'''<sub>1</sub>|(1, 2) − (2, 1) {{=}} '''g'''<sub>2</sub>}} be the two alternants. Let '''g'''<sub>3</sub> be the closing generator after stacking alternating '''g'''<sub>1</sub> and '''g'''<sub>2</sub>. Then the generator circle is {{nowrap|('''g'''<sub>1</sub> '''g'''<sub>2</sub>)<sup>{{floor|''n''/2}}</sup>}} '''g'''<sub>3</sub>. If a step is formed by stacking ''k'' generators, we may assume that ''k'' is odd, and the combinations of alternants corresponding to a step come in exactly 3 sizes: | ||
# {{ceil|''k''/2}}'''g'''<sub>1</sub> + {{floor|''k''/2}}'''g'''<sub>2</sub> | # {{nowrap|{{ceil|''k''/2}}'''g'''<sub>1</sub> + {{floor|''k''/2}}'''g'''<sub>2</sub>}} | ||
# {{floor|''k''/2}}'''g'''<sub>1</sub> + {{ceil|''k''/2}}'''g'''<sub>2</sub> | # {{nowrap|{{floor|''k''/2}}'''g'''<sub>1</sub> + {{ceil|''k''/2}}'''g'''<sub>2</sub>}} | ||
# {{floor|''k''/2}}'''g'''<sub>1</sub> + {{floor|''k''/2}} '''g'''<sub>2</sub> + '''g'''<sub>3</sub> | # {{nowrap|{{floor|''k''/2}}'''g'''<sub>1</sub> + {{floor|''k''/2}} '''g'''<sub>2</sub> + '''g'''<sub>3</sub>}} | ||
(since the scale size is odd, we can always ensure this by taking octave complements of all the generators). By counting the length-''k'' subwords of the (linear) word ('''g'''<sub>1</sub> '''g'''<sub>2</sub>)<sup>{{floor|''n''/2}}</sup>, we see that the first two sizes must both occur | |||
(since the scale size is odd, we can always ensure this by taking octave complements of all the generators). By counting the length-''k'' subwords of the (linear) word {{nowrap|('''g'''<sub>1</sub> '''g'''<sub>2</sub>)<sup>{{floor|''n''/2}}</sup>}}, we see that the first two sizes must both occur {{sfrac|''n'' − ''k''|2}} times. This proves (2). | |||
==== Statement (3) ==== | ==== Statement (3) ==== | ||
| Line 79: | Line 81: | ||
x x x ... x | x x x ... x | ||
x x x ... x x | x x x ... x x | ||
and use the vectors (-1, 2) and ({{ceil|n/2}}, 1) as the Fokker block chromas. A rank-3 Fokker block has the property that tempering out by each of the chromas gives two MOSes. These correspond to two of the temperings '''X''' = '''Y''', '''Y''' = '''Z''' and '''X''' = '''Z'''. The third tempering follows by symmetry (by taking the other chirality). | and use the vectors (-1, 2) and ({{ceil|n/2}}, 1) as the Fokker block chromas. A rank-3 Fokker block has the property that tempering out by each of the chromas gives two MOSes. These correspond to two of the temperings '''X''' {{=}} '''Y''', '''Y''' {{=}} '''Z''' and '''X''' {{=}} '''Z'''. The third tempering follows by symmetry (by taking the other chirality). | ||
==== Statement (5) ==== | ==== Statement (5) ==== | ||
By part (2), we have that ''s'' has step signature ''a'''''X''' ''b'''''Y''' ''b'''''Z''', ''a'' odd. By part (4), we have that ''T''('''X''', '''W''') = ''s''('''X''', '''W''', '''W''') is a MOS scale ''a'''''X'''2''b'''''W'''. If ''b'' = 1, there's nothing to prove, so assume ''b'' > 1. | By part (2), we have that ''s'' has step signature ''a'''''X''' ''b'''''Y''' ''b'''''Z''', ''a'' odd. By part (4), we have that ''T''('''X''', '''W''') {{=}} ''s''('''X''', '''W''', '''W''') is a MOS scale ''a'''''X'''2''b'''''W'''. If ''b'' {{=}} 1, there's nothing to prove, so assume ''b'' > 1. | ||
Consider the two generators in the GS of ''s'', which are detemperings of the generator ''i'''''X''' + ''j'''''W''' of ''T''('''X''', '''W'''), where gcd(''j'', 2''k'') = 1. Assume, possibly after inverting the generator, that the imperfect generator of ''T'' has ''j'' + 1 '''W'''s and the perfect generator has ''j'' '''W'''s. | Consider the two generators in the GS of ''s'', which are detemperings of the generator ''i'''''X''' + ''j'''''W''' of ''T''('''X''', '''W'''), where gcd(''j'', 2''k'') {{=}} 1. Assume, possibly after inverting the generator, that the imperfect generator of ''T'' has ''j'' + 1 '''W'''s and the perfect generator has ''j'' '''W'''s. | ||
'''Claim 1''': Deleting '''X'''s from the generator subwords of ''s'' gives every ''j''-step subword in the scale ''E''<sub>X</sub>(''s'')('''Y''', '''Z'''), the scale word obtained by deleting all '''X''''s from ''s''. | '''Claim 1''': Deleting '''X'''s from the generator subwords of ''s'' gives every ''j''-step subword in the scale ''E''<sub>X</sub>(''s'')('''Y''', '''Z'''), the scale word obtained by deleting all '''X''''s from ''s''. | ||
Proof: Consider the subword for the closing generator of ''s'' on index ''p'', which is ''I'' = ''s''[''p'' : ''p'' + ''i'' + ''j''], and suppose the result of deleting all '''X''''s from ''I'' has a ''j''-step subword ''w''. Shifting ''I'' one step to the left and one step to the right, ''s''[''p'' − 1: ''p'' − 1 + ''i'' + ''j''] and ''s''[''p'' + 1 : ''p'' + 1 + ''i'' + ''j''] are both detemperings of perfect generators of ''T'', and have one fewer non-'''X''' step than ''I'' by our assumption. Thus the word ''I'' must both begin and end in a non-'''X''' letter. Removing all the '''X''''s from ''I'' results in a word that is ''j'' + 1 letters long and is the ''j''-step word ''w'' with just one extra letter appended. Thus one of the two perfect generators above, namely the one that removes the extra letter, must contain this ''j''-step. The rest of the ''j''-step subwords of ''s'' can all be obtained by deleting '''X'''s from detempered perfect generators; take ''q'' ≠ ''p'' to be the index of the first letter of one such ''j''-step subword (as contained in ''s'') and use ''s''[''q'' : ''q'' + ''i'' + ''j'']. | Proof: Consider the subword for the closing generator of ''s'' on index ''p'', which is ''I'' {{=}} ''s''[''p'' : ''p'' + ''i'' + ''j''], and suppose the result of deleting all '''X''''s from ''I'' has a ''j''-step subword ''w''. Shifting ''I'' one step to the left and one step to the right, ''s''[''p'' − 1: ''p'' − 1 + ''i'' + ''j''] and ''s''[''p'' + 1 : ''p'' + 1 + ''i'' + ''j''] are both detemperings of perfect generators of ''T'', and have one fewer non-'''X''' step than ''I'' by our assumption. Thus the word ''I'' must both begin and end in a non-'''X''' letter. Removing all the '''X''''s from ''I'' results in a word that is ''j'' + 1 letters long and is the ''j''-step word ''w'' with just one extra letter appended. Thus one of the two perfect generators above, namely the one that removes the extra letter, must contain this ''j''-step. The rest of the ''j''-step subwords of ''s'' can all be obtained by deleting '''X'''s from detempered perfect generators; take ''q'' ≠ ''p'' to be the index of the first letter of one such ''j''-step subword (as contained in ''s'') and use ''s''[''q'' : ''q'' + ''i'' + ''j'']. | ||
'''Claim 2''': If a binary necklace ''U'' has ''b'' '''Y'''s and ''b'' '''Z'''s, gcd(''j'', 2''b'') = 1, and consecutively stacked ''j''-steps in ''U'' occur in 2 alternating sizes, then ''U'' = ('''YZ''')<sup>''b''</sup>. | '''Claim 2''': If a binary necklace ''U'' has ''b'' '''Y'''s and ''b'' '''Z'''s, gcd(''j'', 2''b'') {{=}} 1, and consecutively stacked ''j''-steps in ''U'' occur in 2 alternating sizes, then ''U'' {{=}} ('''YZ''')<sup>''b''</sup>. | ||
Proof: Write '''u''' and '''v''' for the two sizes of ''j''-steps. Since gcd(''j'', 2''b'') = 1, there exists ''m'' such that stacking ''m''-many ''j''-steps yields scale steps of ''U'', and ''m'' is odd because gcd(''m'', 2''b'') = 1. Hence the scale steps of ''U'' are ('''uv''')<sup>(''m''−1)/2</sup>'''u''' mod '''e''' and ('''vu''')<sup>(''m''−1)/2</sup>'''v''' mod '''e''', and the step sizes alternate because '''u''' and '''v''' do. | Proof: Write '''u''' and '''v''' for the two sizes of ''j''-steps. Since gcd(''j'', 2''b'') {{=}} 1, there exists ''m'' such that stacking ''m''-many ''j''-steps yields scale steps of ''U'', and ''m'' is odd because gcd(''m'', 2''b'') {{=}} 1. Hence the scale steps of ''U'' are ('''uv''')<sup>(''m''−1)/2</sup>'''u''' mod '''e''' and ('''vu''')<sup>(''m''−1)/2</sup>'''v''' mod '''e''', and the step sizes alternate because '''u''' and '''v''' do. | ||
These two claims prove that ''E''<sub>'''X'''</sub>(S) = ('''YZ''')<sup>''b''</sup> and that the two GS generators' sizes differ by replacing one '''Y''' for a '''Z'''. {{Qed}} | These two claims prove that ''E''<sub>'''X'''</sub>(S) {{=}} ('''YZ''')<sup>''b''</sup> and that the two GS generators' sizes differ by replacing one '''Y''' for a '''Z'''. {{Qed}} | ||
== Theorem 2 (Odd generator-offset scales are SGA) == | == Theorem 2 (Odd generator-offset scales are SGA) == | ||
| Line 104: | Line 106: | ||
=== Proof === | === Proof === | ||
Assume that the generator '''g''' is a ''k''-step and ''k'' is even. (If ''k'' is not even, invert the generator.) On some note ''p'' we have a chain of (''n'' + 1)/2 notes and on ''p′'' = ''p'' + offset we'll have (''n'' − 1)/2) notes. | Assume that the generator '''g''' is a ''k''-step and ''k'' is even. (If ''k'' is not even, invert the generator.) On some note ''p'' we have a chain of (''n'' + 1)/2 notes and on ''p′'' {{=}} ''p'' + offset we'll have (''n'' − 1)/2) notes. | ||
Assume 1 < gcd(''k'', ''n'') < ''n'' and ''n'' ≥ 5. Since ''n'' is odd, ''d'' = gcd(''k'', ''n'') is an odd number at least 3, and by well-formedness with respect to the generator, there must be a circle of ''n''/''d'' < {{floor|''n''/2}} notes formed by '''g''', contrary to the assumption of GO. Thus, gcd(''k'', ''n'') = 1. | Assume 1 < gcd(''k'', ''n'') < ''n'' and ''n'' ≥ 5. Since ''n'' is odd, ''d'' {{=}} gcd(''k'', ''n'') is an odd number at least 3, and by well-formedness with respect to the generator, there must be a circle of ''n''/''d'' < {{floor|''n''/2}} notes formed by '''g''', contrary to the assumption of GO. Thus, gcd(''k'', ''n'') {{=}} 1. | ||
Since ''n'' is odd, ''rk'' ≡ ''k''/2 mod ''n'' iff ''r'' ≡ (''n'' + 1)/2 mod ''n''. (Note that both 2 and ''k'' are coprime with ''n'', hence multiplicatively invertible mod ''n''.) This proves that the offset, which must be reached after (''n'' + 1)/2 ''k''-steps, is a ''k''/2-step, as desired. (As [''k''] is a generator of ℤ/''n'', stacking (''n'' − 1)-many ''k''-steps must visit every note exactly once. Thus if the offset wasn't reached in (''n'' + 1)/2 steps, the two generator chains wouldn't have the assumed lengths.) {{qed}} | Since ''n'' is odd, ''rk'' ≡ ''k''/2 mod ''n'' iff ''r'' ≡ (''n'' + 1)/2 mod ''n''. (Note that both 2 and ''k'' are coprime with ''n'', hence multiplicatively invertible mod ''n''.) This proves that the offset, which must be reached after (''n'' + 1)/2 ''k''-steps, is a ''k''/2-step, as desired. (As [''k''] is a generator of ℤ/''n'', stacking (''n'' − 1)-many ''k''-steps must visit every note exactly once. Thus if the offset wasn't reached in (''n'' + 1)/2 steps, the two generator chains wouldn't have the assumed lengths.) {{qed}} | ||
| Line 115: | Line 117: | ||
# ''s'' is ''not'' SV3. | # ''s'' is ''not'' SV3. | ||
# ''s'' is ''not'' chiral. | # ''s'' is ''not'' chiral. | ||
# If ''M'' = ''M''('''y''', '''z''') is the primitive MOS necklace above, then ''s'' = ''M''('''XY''', '''XZ''') for some assignment of variable names '''X''', '''Y''', and '''Z''' to the three letters of ''s''. | # If ''M'' {{=}} ''M''('''y''', '''z''') is the primitive MOS necklace above, then ''s'' {{=}} ''M''('''XY''', '''XZ''') for some assignment of variable names '''X''', '''Y''', and '''Z''' to the three letters of ''s''. | ||
=== Proof === | === Proof === | ||
(1) and (2) were proved in the proof of Proposition 1 (the part that we appeal to, from "all multiples of the generator '''g''' must be even-steps ..." to "These are all distinct by ℤ-linear independence", does not rely on ''s'' having the SGA property). (3) and (4) are easy to check using (1). {{qed}} | (1) and (2) were proved in the proof of Proposition 1 (the part that we appeal to, from "all multiples of the generator '''g''' must be even-steps ..." to "These are all distinct by ℤ-linear independence", does not rely on ''s'' having the SGA property). (3) and (4) are easy to check using (1). {{qed}} | ||
| Line 123: | Line 125: | ||
=== Proof === | === Proof === | ||
==== If the generator of a projection of ''s'' is a ''k''-step, the word of stacked ''k''-steps in ''s'' is pairwise well-formed ==== | ==== If the generator of a projection of ''s'' is a ''k''-step, the word of stacked ''k''-steps in ''s'' is pairwise well-formed ==== | ||
Suppose ''s'' has ''n'' notes (after dealing with small cases, we may assume ''n'' ≥ 7) and ''s'' projects to primitive MOSes ''s''<sub>1</sub> (via identifying '''b''' with '''c'''), ''s''<sub>2</sub> (via identifying '''a''' with '''c'''), and ''s''<sub>3</sub> (via identifying '''a''' with '''b'''). Suppose ''s''<sub>1</sub>'s generator is a ''k''-step, which comes in two sizes: '''P''', the perfect ''k''-step, and '''I''', the imperfect ''k''-step. By stacking ''n''-many ''k''-steps, we get two words of length ''n'' of ''k''-steps of ''s''<sub>2</sub> and ''s''<sub>3</sub>, respectively. These binary words, which we call Σ<sub>2</sub> and Σ<sub>3</sub>, must be MOSes, since ''m''-steps in the new words correspond to ''mk''-steps in the MOS words ''s''<sub>1</sub> and ''s''<sub>2</sub>, which come in at most two sizes. Since ''s''<sub>1</sub> is a primitive MOS, gcd(''k'', ''n'') = 1. Hence when 0 < ''m'' < ''n'', ''mk'' is ''not'' divisible by ''n'' and ''mk''-steps come in ''exactly'' two sizes; hence both Σ<sub>2</sub> and Σ<sub>3</sub> are primitive MOSes. | Suppose ''s'' has ''n'' notes (after dealing with small cases, we may assume ''n'' ≥ 7) and ''s'' projects to primitive MOSes ''s''<sub>1</sub> (via identifying '''b''' with '''c'''), ''s''<sub>2</sub> (via identifying '''a''' with '''c'''), and ''s''<sub>3</sub> (via identifying '''a''' with '''b'''). Suppose ''s''<sub>1</sub>'s generator is a ''k''-step, which comes in two sizes: '''P''', the perfect ''k''-step, and '''I''', the imperfect ''k''-step. By stacking ''n''-many ''k''-steps, we get two words of length ''n'' of ''k''-steps of ''s''<sub>2</sub> and ''s''<sub>3</sub>, respectively. These binary words, which we call Σ<sub>2</sub> and Σ<sub>3</sub>, must be MOSes, since ''m''-steps in the new words correspond to ''mk''-steps in the MOS words ''s''<sub>1</sub> and ''s''<sub>2</sub>, which come in at most two sizes. Since ''s''<sub>1</sub> is a primitive MOS, gcd(''k'', ''n'') {{=}} 1. Hence when 0 < ''m'' < ''n'', ''mk'' is ''not'' divisible by ''n'' and ''mk''-steps come in ''exactly'' two sizes; hence both Σ<sub>2</sub> and Σ<sub>3</sub> are primitive MOSes. | ||
index: 1 2 3 4 ... ''n'' | index: 1 2 3 4 ... ''n'' | ||
| Line 140: | Line 142: | ||
==== ''n'' is odd, etc. ==== | ==== ''n'' is odd, etc. ==== | ||
Suppose '''Q''' = (α, β, γ) ≠ '''R''' = (α, β′, γ′) are the two ''k''-steps in ''s'' that project to '''P'''. Then '''T''' = (α′, β′′, γ′′) projects to '''I'''. Here the values in each component differ by at most 1, and α ≠ α′. Then the circular word Λ<sub>1</sub> formed by the '''a'''-components of the ''k''-steps in '''P''' is α...αα′. Since Σ<sub>2</sub> is a primitive MOS pattern of β'''b''' + (''n'' − β)('''a'''~'''c''') and β′a + (''n'' − β′)('''a'''~'''c'''), the circular word Λ<sub>2</sub> = the pattern of β and β′ must be a primitive MOS. Similarly, Λ<sub>3</sub> = the pattern of γ and γ′ is a primitive MOS. | Suppose '''Q''' {{=}} (α, β, γ) ≠ '''R''' {{=}} (α, β′, γ′) are the two ''k''-steps in ''s'' that project to '''P'''. Then '''T''' {{=}} (α′, β′′, γ′′) projects to '''I'''. Here the values in each component differ by at most 1, and α ≠ α′. Then the circular word Λ<sub>1</sub> formed by the '''a'''-components of the ''k''-steps in '''P''' is α...αα′. Since Σ<sub>2</sub> is a primitive MOS pattern of β'''b''' + (''n'' − β)('''a'''~'''c''') and β′a + (''n'' − β′)('''a'''~'''c'''), the circular word Λ<sub>2</sub> {{=}} the pattern of β and β′ must be a primitive MOS. Similarly, Λ<sub>3</sub> {{=}} the pattern of γ and γ′ is a primitive MOS. | ||
Suppose Λ<sub>2</sub> is the MOS λβ μβ′. Then Λ<sub>3</sub> is the MOS (λ ± 1)γ (μ ∓ 1)γ′. Since both Λ<sub>2</sub> and Λ<sub>3</sub> are primitive, and at least one of μ and (μ ∓ 1) are even, it is now immediate that ''n'' is odd. | Suppose Λ<sub>2</sub> is the MOS λβ μβ′. Then Λ<sub>3</sub> is the MOS (λ ± 1)γ (μ ∓ 1)γ′. Since both Λ<sub>2</sub> and Λ<sub>3</sub> are primitive, and at least one of μ and (μ ∓ 1) are even, it is now immediate that ''n'' is odd. | ||
Either β′′ = β or β′′ = β′. Assume β′′ = β′. Then γ′′ = γ, and Λ<sub>3</sub> is (λ + 1)γ (μ − 1)γ′. Also assume that the first ''k''-step in Σ is '''Q'''. Then we have: | Either β′′ {{=}} β or β′′ {{=}} β′. Assume β′′ {{=}} β′. Then γ′′ {{=}} γ, and Λ<sub>3</sub> is (λ + 1)γ (μ − 1)γ′. Also assume that the first ''k''-step in Σ is '''Q'''. Then we have: | ||
1 … ''n'' | 1 … ''n'' | ||
Σ | Σ {{=}} Q ''W''(Q, R) T | ||
Λ<sub>1</sub> = α … α α′ | Λ<sub>1</sub> {{=}} α … α α′ | ||
Λ<sub>2</sub> = β ''W''(β, β′) β′ | Λ<sub>2</sub> {{=}} β ''W''(β, β′) β′ | ||
Λ<sub>3</sub> = γ ''W''(γ, γ′) γ | Λ<sub>3</sub> {{=}} γ ''W''(γ, γ′) γ | ||
where ''W'' = ''W''('''x''', '''y''') is a word in two variables '''x''' and '''y''', of length ''n'' − 2. | where ''W'' {{=}} ''W''('''x''', '''y''') is a word in two variables '''x''' and '''y''', of length ''n'' − 2. | ||
==== Case analysis ==== | ==== Case analysis ==== | ||
| Line 157: | Line 159: | ||
We have three cases to consider: | We have three cases to consider: | ||
'''Case 1''': μ = 2, i.e. Λ<sub>2</sub> is the MOS (''n'' − 2)β 2β′. | '''Case 1''': μ {{=}} 2, i.e. Λ<sub>2</sub> is the MOS (''n'' − 2)β 2β′. | ||
For Λ<sub>2</sub> to be a MOS, the first, and only, occurrence of '''R''' must be at either ''f'' = {{floor|''n''/2}} or {{ceil|''n''/2}}. We may assume that it is at ''f''; otherwise reverse the chain and reindex the words to start at 2''f''. | For Λ<sub>2</sub> to be a MOS, the first, and only, occurrence of '''R''' must be at either ''f'' {{=}} {{floor|''n''/2}} or {{ceil|''n''/2}}. We may assume that it is at ''f''; otherwise reverse the chain and reindex the words to start at 2''f''. | ||
1 … ''f'' … 2''f'' ''n'' | 1 … ''f'' … 2''f'' ''n'' | ||
Σ | Σ {{=}} '''Q''' … '''Q''' '''R''' '''Q''' … '''Q''' '''T''' | ||
Λ<sub>1</sub> = α … α α α … α α′ | Λ<sub>1</sub> {{=}} α … α α α … α α′ | ||
Λ<sub>2</sub> = β … β β′ β … β β′ | Λ<sub>2</sub> {{=}} β … β β′ β … β β′ | ||
Λ<sub>3</sub> = γ … γ γ′ γ … γ γ | Λ<sub>3</sub> {{=}} γ … γ γ′ γ … γ γ | ||
We need only consider stacks up to ''f''-many ''k''-steps. Either: | We need only consider stacks up to ''f''-many ''k''-steps. Either: | ||
| Line 172: | Line 174: | ||
These give exactly three distinct sizes for every dyad class. Hence ''s'' is SV3. | These give exactly three distinct sizes for every dyad class. Hence ''s'' is SV3. | ||
In this case ''s'' has two chains of '''Q''', one with {{floor|''n''/2}} notes and one offset by '''Q'''<sup>(''f''−1)</sup>R with {{ceil|''n''/2}} notes. Every instance of Q must be a ''k''-step, since by ℤ-linear independence '''Q''' = α'''a''' + β'''b''' + γ'''c''' is the only way to write '''Q''' in the basis ('''a''', '''b''', '''c'''); so ''s'' is well-formed with respect to '''Q'''. Thus ''s'' also satisfies the generator-offset property with generator '''Q'''. | In this case ''s'' has two chains of '''Q''', one with {{floor|''n''/2}} notes and one offset by '''Q'''<sup>(''f''−1)</sup>R with {{ceil|''n''/2}} notes. Every instance of Q must be a ''k''-step, since by ℤ-linear independence '''Q''' {{=}} α'''a''' + β'''b''' + γ'''c''' is the only way to write '''Q''' in the basis ('''a''', '''b''', '''c'''); so ''s'' is well-formed with respect to '''Q'''. Thus ''s'' also satisfies the generator-offset property with generator '''Q'''. | ||
'''Case 2:''' μ ≥ {{ceil|''n''/2}}, i.e. Λ<sub>2</sub> has fewer β than β′. | '''Case 2:''' μ ≥ {{ceil|''n''/2}}, i.e. Λ<sub>2</sub> has fewer β than β′. | ||
| Line 178: | Line 180: | ||
Since Λ<sub>3</sub> has more β than β′, Λ<sub>2</sub> is {{floor|''n''/2}}β {{ceil|''n''/2}}β′, and Λ<sub>3</sub> is {{ceil|''n''/2}}γ {{floor|''n''/2}}γ′. There is a unique mode of {{ceil|''n''/2}}γ {{floor|''n''/2}}γ′ that both begins and ends with γ, namely γγ′γγ′…γγ′γ. Thus Λ<sub>2</sub> is ββ′ββ′…ββ′β′. It is now easy to see that if the number of ''k''-steps stacked is odd, then there are two sizes that do not contain '''T''' and one size that contains '''T'''; if the number of ''k''-steps stacked is even, then there is one size that does not contain '''T''' and two sizes that contain T. Hence ''s'' is SV3. | Since Λ<sub>3</sub> has more β than β′, Λ<sub>2</sub> is {{floor|''n''/2}}β {{ceil|''n''/2}}β′, and Λ<sub>3</sub> is {{ceil|''n''/2}}γ {{floor|''n''/2}}γ′. There is a unique mode of {{ceil|''n''/2}}γ {{floor|''n''/2}}γ′ that both begins and ends with γ, namely γγ′γγ′…γγ′γ. Thus Λ<sub>2</sub> is ββ′ββ′…ββ′β′. It is now easy to see that if the number of ''k''-steps stacked is odd, then there are two sizes that do not contain '''T''' and one size that contains '''T'''; if the number of ''k''-steps stacked is even, then there is one size that does not contain '''T''' and two sizes that contain T. Hence ''s'' is SV3. | ||
In this case we have Σ = '''QRQR'''...'''QRT''', and ''s'' is well-formed with respect to the generator '''Q''' + '''R''', thus ''s'' satisfies the generator-offset property. By Proposition 1, ''s'' is SV3. | In this case we have Σ {{=}} '''QRQR'''...'''QRT''', and ''s'' is well-formed with respect to the generator '''Q''' + '''R''', thus ''s'' satisfies the generator-offset property. By Proposition 1, ''s'' is SV3. | ||
'''Case 3:''' 3 ≤ μ ≤ {{floor|''n''/2}}. | '''Case 3:''' 3 ≤ μ ≤ {{floor|''n''/2}}. | ||
Λ<sub>2</sub> has a chunk of β (after the first β′) of size ''x'' where ''x'' = {{floor|''n''/μ}} ≥ {{floor|''n''/floor | Λ<sub>2</sub> has a chunk of β (after the first β′) of size ''x'' where ''x'' {{=}} {{floor|''n''/μ}} ≥ {{floor|''n''/{{floor|''n''/2}}}} {{=}} 2 or ''x'' {{=}} {{ceil|''n''/μ}} {{=}} {{floor|''n''/μ}} + 1. Hence Λ<sub>3</sub> has a chunk of γ of size ''x''. Λ<sub>3</sub> also has a chunk that contains Λ<sub>3</sub>[''n'' : 2] as a subword. This chunk must be of size ''y'', where | ||
<math>2 \lfloor\frac{n}{\mu}\rfloor - 1 = 2 \big(\lfloor \frac{n}{\mu} \rfloor - 1\big) + 1 \leq y \leq 2 \big(\lfloor\frac{n}{\mu}\rfloor + 1 \big) + 1 = 2\lfloor\frac{n}{\mu}\rfloor + 3.</math> | <math>2 \lfloor\frac{n}{\mu}\rfloor - 1 {{=}} 2 \big(\lfloor \frac{n}{\mu} \rfloor - 1\big) + 1 \leq y \leq 2 \big(\lfloor\frac{n}{\mu}\rfloor + 1 \big) + 1 {{=}} 2\lfloor\frac{n}{\mu}\rfloor + 3.</math> | ||
(The lower bound is reached if Λ<sub>3</sub> has chunks of sizes {{floor|''n''/μ}} − 1 and {{floor|''n''/μ}}, and the upper bound is reached if Λ<sub>3</sub> has chunks of sizes {{floor|''n''/μ}} and {{ceil|''n''/μ}}.) | (The lower bound is reached if Λ<sub>3</sub> has chunks of sizes {{floor|''n''/μ}} − 1 and {{floor|''n''/μ}}, and the upper bound is reached if Λ<sub>3</sub> has chunks of sizes {{floor|''n''/μ}} and {{ceil|''n''/μ}}.) | ||
| Line 190: | Line 192: | ||
The difference between the chunk sizes of Λ<sub>3</sub> is ''y'' − ''x'', which must be 1 since Λ<sub>3</sub> is pairwise well-formed. We thus have the following subcases: (In the following, chunk of Λ<sub>2</sub> means chunk of β, and chunk of Λ<sub>3</sub> means chunk of γ.) | The difference between the chunk sizes of Λ<sub>3</sub> is ''y'' − ''x'', which must be 1 since Λ<sub>3</sub> is pairwise well-formed. We thus have the following subcases: (In the following, chunk of Λ<sub>2</sub> means chunk of β, and chunk of Λ<sub>3</sub> means chunk of γ.) | ||
'''Case 3.1:''' (''x'', ''y'') = ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}} − 1). | '''Case 3.1:''' (''x'', ''y'') {{=}} ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}} − 1). | ||
Since ''y'' − ''x'' = {{floor|''n''/μ}} − 1, we have ''x'' = {{floor|''n''/μ}} = 2 and ''y'' = 3. The chunk in Λ<sub>3</sub> whose size was defined to be ''y'' is made from two consecutive chunks in Λ<sub>2</sub> of size 1. (So Λ<sub>2</sub> has chunks of size 1 and 2, and Λ<sub>3</sub> has chunks of size 2 and 3.) Since chunk sizes of a MOS themselves form a MOS, Λ<sub>2</sub> has more chunks of size 1 than it has chunks of size 2. | Since ''y'' − ''x'' {{=}} {{floor|''n''/μ}} − 1, we have ''x'' {{=}} {{floor|''n''/μ}} {{=}} 2 and ''y'' {{=}} 3. The chunk in Λ<sub>3</sub> whose size was defined to be ''y'' is made from two consecutive chunks in Λ<sub>2</sub> of size 1. (So Λ<sub>2</sub> has chunks of size 1 and 2, and Λ<sub>3</sub> has chunks of size 2 and 3.) Since chunk sizes of a MOS themselves form a MOS, Λ<sub>2</sub> has more chunks of size 1 than it has chunks of size 2. | ||
Λ<sub>2</sub> has only two chunks of size 1, Λ<sub>2</sub>[''n'' − 1] and Λ<sub>2</sub>[1], since otherwise Λ<sub>3</sub> would have a chunk of size 1 within Λ<sub>3</sub>[1 : ''n'']. Thus Λ<sub>2</sub> has exactly one chunk of size 2. Thus Λ<sub>2</sub> = ββ′βββ′ββ′ and Λ<sub>3</sub> = γγ′γγγ′γγ. Thus we have: | Λ<sub>2</sub> has only two chunks of size 1, Λ<sub>2</sub>[''n'' − 1] and Λ<sub>2</sub>[1], since otherwise Λ<sub>3</sub> would have a chunk of size 1 within Λ<sub>3</sub>[1 : ''n'']. Thus Λ<sub>2</sub> has exactly one chunk of size 2. Thus Λ<sub>2</sub> {{=}} ββ′βββ′ββ′ and Λ<sub>3</sub> {{=}} γγ′γγγ′γγ. Thus we have: | ||
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 | ||
Σ = | Σ {{=}} Q R Q Q R Q T | ||
Λ<sub>1</sub> = α α α α α α α′ | Λ<sub>1</sub> {{=}} α α α α α α α′ | ||
Λ<sub>2</sub> = β β′ β β β′ β β′ | Λ<sub>2</sub> {{=}} β β′ β β β′ β β′ | ||
Λ<sub>3</sub> = γ γ′ γ γ γ′ γ γ | Λ<sub>3</sub> {{=}} γ γ′ γ γ γ′ γ γ | ||
Suppose a step of ''s'' is reached by stacking ''t''-many ''k''-steps. We have three cases after accounting for equave complements: | Suppose a step of ''s'' is reached by stacking ''t''-many ''k''-steps. We have three cases after accounting for equave complements: | ||
# ''t'' = 1: ''s'' is equivalent to '''abacaba'''. | # ''t'' {{=}} 1: ''s'' is equivalent to '''abacaba'''. | ||
# ''t'' = 2: ''s'' is '''QR QQ RQ TQ RQ QR QT''' => ''s'' is equivalent to '''abacaba'''. | # ''t'' {{=}} 2: ''s'' is '''QR QQ RQ TQ RQ QR QT''' => ''s'' is equivalent to '''abacaba'''. | ||
# ''t'' = 3: ''s'' is '''QRQ QRQ TQR QQR QTQ RQQ RQT''' => ''s'' is equivalent to '''abacaba'''. | # ''t'' {{=}} 3: ''s'' is '''QRQ QRQ TQR QQR QTQ RQQ RQT''' => ''s'' is equivalent to '''abacaba'''. | ||
(This also implies ''s'' is SV3.) | (This also implies ''s'' is SV3.) | ||
'''Case 3.2''': (''x'', ''y'') = ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}} − 1) is impossible: Here (''x'', ''y'') = (4, 5). But then Λ<sub>2</sub> has a chunk of size < 3 because of the β' at index ''n'', contradicting that ''x'' is one of the chunk sizes of Λ<sub>2</sub>. | '''Case 3.2''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}} − 1) is impossible: Here (''x'', ''y'') {{=}} (4, 5). But then Λ<sub>2</sub> has a chunk of size < 3 because of the β' at index ''n'', contradicting that ''x'' is one of the chunk sizes of Λ<sub>2</sub>. | ||
'''Case 3.3''': (''x'', ''y'') = ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}}) is impossible: Here (''x'', ''y'') = (3, 4). But then Λ<sub>2</sub> has a chunk of size 1 because of the β' at index ''n'', and another chunk of size 0 or 2, contradicting that ''x'' is one of the chunk sizes of Λ<sub>2</sub>. | '''Case 3.3''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}}) is impossible: Here (''x'', ''y'') {{=}} (3, 4). But then Λ<sub>2</sub> has a chunk of size 1 because of the β' at index ''n'', and another chunk of size 0 or 2, contradicting that ''x'' is one of the chunk sizes of Λ<sub>2</sub>. | ||
The remaining cases are all impossible because they imply ''y'' − ''x'' ≥ 2: | The remaining cases are all impossible because they imply ''y'' − ''x'' ≥ 2: | ||
* '''Case 3.4''': (''x'', ''y'') = ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}} + 1) | * '''Case 3.4''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}} + 1) | ||
* '''Case 3.5''': (''x'', ''y'') = ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}} + 2) | * '''Case 3.5''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}} + 2) | ||
* '''Case 3.6''': (''x'', ''y'') = ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}} + 3) | * '''Case 3.6''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}} + 1, 2*{{floor|''n''/μ}} + 3) | ||
* '''Case 3.7''': (''x'', ''y'') = ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}}) | * '''Case 3.7''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}}) | ||
* '''Case 3.8''': (''x'', ''y'') = ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}} + 1) | * '''Case 3.8''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}} + 1) | ||
* '''Case 3.9''': (''x'', ''y'') = ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}} + 2) | * '''Case 3.9''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}} + 2) | ||
* '''Case 3.10''': (''x'', ''y'') = ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}} + 3) | * '''Case 3.10''': (''x'', ''y'') {{=}} ({{floor|''n''/μ}}, 2*{{floor|''n''/μ}} + 3) | ||
{{qed}} | {{qed}} | ||
== Theorem 5 (PWF scales are balanced) == | == Theorem 5 (PWF scales are balanced) == | ||
All pairwise-well-formed scales are [[balanced]]. | All pairwise-well-formed scales are [[balanced]]. | ||
=== Proof === | === Proof === | ||
Let ''s'' be a PWF (thus primitive) scale. The case where ''s'' is equivalent to '''XYXZXYX''' can be manually verified, so by Theorem 4, the only remaining case is when ''s'' can be constructed by stacking two alternating sizes, '''g'''<sub>1</sub> and '''g'''<sub>2</sub>, of ''k''-steps. We assume that ''s'' has [[step signature]] ''a'''''X''' ''b'''''Y''' ''b'''''Z''' where ''a'' is odd. This ''k'' corresponds to a class of generators of the primitive MOS ''a'''''X''' 2''b'''''W'''. This MOS is obtained from ''s'' by applying the letterwise substitution function π such that π('''X''') = '''X''' and π('''Y''') = π('''Z''') = '''W'''. Naturally, π applies to linear words, circular words, and step vector sizes. Additionally, we can choose ''k'' so that the two sizes of ''k''-steps in π(''s'') are: | Let ''s'' be a PWF (thus primitive) scale. The case where ''s'' is equivalent to '''XYXZXYX''' can be manually verified, so by Theorem 4, the only remaining case is when ''s'' can be constructed by stacking two alternating sizes, '''g'''<sub>1</sub> and '''g'''<sub>2</sub>, of ''k''-steps. We assume that ''s'' has [[step signature]] ''a'''''X''' ''b'''''Y''' ''b'''''Z''' where ''a'' is odd. This ''k'' corresponds to a class of generators of the primitive MOS ''a'''''X''' 2''b'''''W'''. This MOS is obtained from ''s'' by applying the letterwise substitution function π such that π('''X''') {{=}} '''X''' and π('''Y''') {{=}} π('''Z''') {{=}} '''W'''. Naturally, π applies to linear words, circular words, and step vector sizes. Additionally, we can choose ''k'' so that the two sizes of ''k''-steps in π(''s'') are: | ||
* the perfect generator '''g''' = ''t'''''X''' + (''k'' − ''t'')'''W''' (note (''k'' − ''t'') is odd by a previous proof), and | * the perfect generator '''g''' {{=}} ''t'''''X''' + (''k'' − ''t'')'''W''' (note (''k'' − ''t'') is odd by a previous proof), and | ||
* the imperfect generator '''i''' = (''t'' + 1)'''X''' + (''k'' − ''t'' − 1)'''W'''. | * the imperfect generator '''i''' {{=}} (''t'' + 1)'''X''' + (''k'' − ''t'' − 1)'''W'''. | ||
We have π('''g'''<sub>1</sub>) = π('''g'''<sub>2</sub>) = '''g'''. Let '''h''' be the size in ''s'' such that π('''h''') = '''i'''. Hence only one ''k''-step subword ''h'' has this size in ''s''. By Theorem 1, we also may assume |'''g'''<sub>1</sub> | We have π('''g'''<sub>1</sub>) {{=}} π('''g'''<sub>2</sub>) {{=}} '''g'''. Let '''h''' be the size in ''s'' such that π('''h''') {{=}} '''i'''. Hence only one ''k''-step subword ''h'' has this size in ''s''. By Theorem 1, we also may assume {{abs|'''g'''<sub>1</sub>}}<sub>'''Y'''</sub> {{=}} {{abs|'''g'''<sub>2</sub>}}<sub>'''Y'''</sub> + 1 and {{abs|'''g'''<sub>1</sub>}}<sub>'''Z'''</sub> {{=}} {{abs|'''g'''<sub>2</sub>}}<sub>'''Z'''</sub> − 1 (the other case corresponds to the opposite chirality). | ||
As ''s'' is periodic and gcd(len(''s''), ''k'') = 1, it suffices to count letters in stacks of ''k''-steps in ''s''. The ''j''-step on any note of ''s'' can be computed by reducing a stack of ''k''-step subwords on that note, which alternate in size between '''g'''<sub>1</sub> and '''g'''<sub>2</sub>. Note that: | As ''s'' is periodic and gcd(len(''s''), ''k'') {{=}} 1, it suffices to count letters in stacks of ''k''-steps in ''s''. The ''j''-step on any note of ''s'' can be computed by reducing a stack of ''k''-step subwords on that note, which alternate in size between '''g'''<sub>1</sub> and '''g'''<sub>2</sub>. Note that: | ||
# Such a stack has a unique number ''m'' = ''m''(''j'') of ''k''-steps for a given ''j''. | # Such a stack has a unique number ''m'' {{=}} ''m''(''j'') of ''k''-steps for a given ''j''. | ||
# Either such a stack has '''i''' as one of its ''k''-steps, or it does not. | # Either such a stack has '''i''' as one of its ''k''-steps, or it does not. | ||
Depending on point (2), ''m'' may be even or odd. If ''m'' is odd, then in any stack in ''s'' that does not have '''i''', the number of stacked '''g''' generators in the projection is odd, hence the number of non-'''X''' letters in the corresponding ''km''-step word in ''s'' is odd. Each incremental shift of the boundary that does not result in including '''i''' results in one '''Y''' being swapped for a '''Z''', or vice versa, while the number of '''X''' steps remains ''t''. On the other hand, '''i''' has an even number of non-'''X''' steps, thus the numbers of '''Y''' and '''Z''' are the same in '''v''' and equal to min(|'''u'''<sub>1</sub> | Depending on point (2), ''m'' may be even or odd. If ''m'' is odd, then in any stack in ''s'' that does not have '''i''', the number of stacked '''g''' generators in the projection is odd, hence the number of non-'''X''' letters in the corresponding ''km''-step word in ''s'' is odd. Each incremental shift of the boundary that does not result in including '''i''' results in one '''Y''' being swapped for a '''Z''', or vice versa, while the number of '''X''' steps remains ''t''. On the other hand, '''i''' has an even number of non-'''X''' steps, thus the numbers of '''Y''' and '''Z''' are the same in '''v''' and equal to min({{abs|'''u'''<sub>1</sub>}}<sub>'''Y'''</sub>, {{abs|'''u'''<sub>2</sub>}}<sub>'''Y'''</sub>). | ||
In summary: Let '''u'''<sub>1</sub>, '''u'''<sub>2</sub> be the two sizes that do not include '''i''', and '''v''' be the size that does. Say that '''u'''<sub>1</sub> has one more '''g'''<sub>1</sub> than '''g'''<sub>2</sub>. Then | In summary: Let '''u'''<sub>1</sub>, '''u'''<sub>2</sub> be the two sizes that do not include '''i''', and '''v''' be the size that does. Say that '''u'''<sub>1</sub> has one more '''g'''<sub>1</sub> than '''g'''<sub>2</sub>. Then | ||
* |'''u'''<sub>1</sub> | * {{abs|'''u'''<sub>1</sub>}}<sub>'''X'''</sub> {{=}} {{abs|'''u'''<sub>2</sub>}}<sub>'''X'''</sub> {{=}} {{abs|v}}<sub>'''X'''</sub> − 1 | ||
* |'''u'''<sub>1</sub> | * {{abs|'''u'''<sub>1</sub>}}<sub>'''Y'''</sub> {{=}} {{abs|'''u'''<sub>2</sub>}}<sub>'''Y'''</sub> + 1 | ||
* |'''u'''<sub>1</sub> | * {{abs|'''u'''<sub>1</sub>}}<sub>'''Z'''</sub> {{=}} {{abs|'''u'''<sub>2</sub>}}<sub>'''Z'''</sub> − 1 | ||
* |'''v''' | * {{abs|'''v'''}}<sub>'''Y'''</sub> {{=}} {{abs|'''v'''}}<sub>'''Z'''</sub> {{=}} {{abs|'''u'''<sub>1</sub>}}<sub>'''Y'''</sub> {{=}} min({{abs|'''u'''<sub>1</sub>}}<sub>'''Y'''</sub>, {{abs|'''u'''<sub>2</sub>}}<sub>'''Y'''</sub>). | ||
This proves that the set of ''j''-steps is balanced. When ''m'' is even, take the equave-complement of the set of ''j''-steps to reduce to the above case. {{qed}} | This proves that the set of ''j''-steps is balanced. When ''m'' is even, take the equave-complement of the set of ''j''-steps to reduce to the above case. {{qed}} | ||
== Theorem 6 (Generator-offset structure of even-regular scales) == | == Theorem 6 (Generator-offset structure of even-regular scales) == | ||
=== Definition (Even-regular scale) === | === Definition (Even-regular scale) === | ||
A primitive ternary scale ''s'' is ''even-regular'' if len(''s'') is even and ''s'' is equivalent to a word constructed from taking the MOS 2''a'''''X'''2''c'''''Z''' with ''a'' odd and gcd(''a'', ''c'') = 1, and replacing every other '''X''' with '''Y'''. In particular, ''s'' has [[step signature]] equivalent to ''a'''''X'''''a'''''Y'''''b'''''Z''' with ''a'' odd and ''b'' even. For example, '''LsLsLmsLsLsm''' (achiral [[diachrome]], 5'''L'''2'''m'''5'''s''') is an even-regular scale. | A primitive ternary scale ''s'' is ''even-regular'' if len(''s'') is even and ''s'' is equivalent to a word constructed from taking the MOS 2''a'''''X'''2''c'''''Z''' with ''a'' odd and gcd(''a'', ''c'') {{=}} 1, and replacing every other '''X''' with '''Y'''. In particular, ''s'' has [[step signature]] equivalent to ''a'''''X'''''a'''''Y'''''b'''''Z''' with ''a'' odd and ''b'' even. For example, '''LsLsLmsLsLsm''' (achiral [[diachrome]], 5'''L'''2'''m'''5'''s''') is an even-regular scale. | ||
=== Theorem === | === Theorem === | ||
If ''s'' = ''s''('''X''', '''Y''', '''Z''') is even-regular, then: | If ''s'' {{=}} ''s''('''X''', '''Y''', '''Z''') is even-regular, then: | ||
# ''s'' consists of two generator chains, each with len(''s'')/2 notes; | # ''s'' consists of two generator chains, each with len(''s'')/2 notes; | ||
# the generator has the same interval class as some generator of the MOS 2''a'''''W'''2''c'''''Z'''; | # the generator has the same interval class as some generator of the MOS 2''a'''''W'''2''c'''''Z'''; | ||
| Line 256: | Line 258: | ||
=== Proof === | === Proof === | ||
The result of substituting '''Y''' with '''X''' (let us call this map ''p'') is the MOS ''M'' = | The result of substituting '''Y''' with '''X''' (let us call this map ''p'') is the MOS ''M'' {{=}} 2''a'''''X'''2''c'''''Z''', which has exactly 2 periods since gcd(''a'', ''c'') {{=}} 1. ''M'' thus consists of two generator chains separated by the period of ''M'', which has ''a'' + ''c'' {{=}} len(''s'') steps. It thus suffices for there to exist ''k'', 0 < ''k'' < ''a'' + ''c'', such that every perfect ''k''-step generator has the same preimage in ''s'', which will be our desired generator. Suppose that the perfect ''k''-step of ''M'' is ''i'''''W''' + ''j'''''Z''' where 0 < ''i'' < ''a''. Since ''a'' is odd, possibly after taking the period-complement we may assume that ''i'' is even. Hence each subword ''w'' of ''s'' such that its projection ''p''(''w'') subtends a perfect ''k''-step satisfies {{abs|''w''}}<sub>'''X'''</sub> {{=}} {{abs|''w''}}<sub>'''Y'''</sub> (= ''i''/2). It plainly follows that every such ''w'' satisfies {{abs|''w''}}<sub>'''X'''</sub> {{=}} {{abs|''w''}}<sub>'''Y'''</sub> {{=}} ''i''/2 and {{abs|''w''}}<sub>'''Z'''</sub> {{=}} ''j''. | ||
It remains to show that ''s'' is balanced... <!--{{qed}}--> | It remains to show that ''s'' is balanced... <!--{{qed}}--> | ||
| Line 265: | Line 267: | ||
# A primitive [[balanced]] MV3 scale ''s'' satisfies one of the following: | # A primitive [[balanced]] MV3 scale ''s'' satisfies one of the following: | ||
## '''sporadic balanced''': ''s'' is equivalent to '''XYXZXYX''', the ternary [[Fraenkel word]], with step signature 4'''X'''2'''Y'''1'''Z'''. | ## '''sporadic balanced''': ''s'' is equivalent to '''XYXZXYX''', the ternary [[Fraenkel word]], with step signature 4'''X'''2'''Y'''1'''Z'''. | ||
## '''odd-regular''': len(''s'') is odd, and ''s'' is equivalent to a word constructed from taking the brightest mode of the MOS ''c'''''X'''''b'''''Z''' with ''c'' even and gcd(''c'', ''b'') = 1, and replacing every other '''X''' with '''Y'''. We assume '''X''' > '''Z''' when constructing the MOS. In particular, ''s'' has [[step signature]] ''a'''''X'''''a'''''Y'''''b'''''Z''' where ''b'' is odd (with ''a'' = ''c''/2). | ## '''odd-regular''': len(''s'') is odd, and ''s'' is equivalent to a word constructed from taking the brightest mode of the MOS ''c'''''X'''''b'''''Z''' with ''c'' even and gcd(''c'', ''b'') {{=}} 1, and replacing every other '''X''' with '''Y'''. We assume '''X''' > '''Z''' when constructing the MOS. In particular, ''s'' has [[step signature]] ''a'''''X'''''a'''''Y'''''b'''''Z''' where ''b'' is odd (with ''a'' {{=}} ''c''/2). | ||
## '''even-regular''': len(''s'') is even, and ''s'' is equivalent to a word constructed from taking the brightest mode of the MOS 2''a'''''X'''2''c'''''Z''' with ''a'' odd and gcd(''a'', ''c'') = 1, and replacing every other '''X''' with '''Y'''. In particular, ''s'' has [[step signature]] ''a'''''X'''''a'''''Y'''''b'''''Z''' with ''a'' odd and ''b'' even. | ## '''even-regular''': len(''s'') is even, and ''s'' is equivalent to a word constructed from taking the brightest mode of the MOS 2''a'''''X'''2''c'''''Z''' with ''a'' odd and gcd(''a'', ''c'') {{=}} 1, and replacing every other '''X''' with '''Y'''. In particular, ''s'' has [[step signature]] ''a'''''X'''''a'''''Y'''''b'''''Z''' with ''a'' odd and ''b'' even. | ||
# All primitive balanced ternary scales are MV3. | # All primitive balanced ternary scales are MV3. | ||
# A balanced primitive ternary scale is SV3 if and only if it is not even-regular. | # A balanced primitive ternary scale is SV3 if and only if it is not even-regular. | ||
| Line 278: | Line 280: | ||
(a) Let ''s'' be a ternary balanced word; then for any given letter '''y''' the number of '''y'''s in a subword of any given length ''L'' varies by at most 1. Thus the same is true when we count all non-'''y''' letters in any subword of length ''L''; thus when we equate '''x''' and '''z''', the count of the resulting letter in any subword of length ''L'' differs by 1. Being a binary balanced word is one characterization of the MOS property. | (a) Let ''s'' be a ternary balanced word; then for any given letter '''y''' the number of '''y'''s in a subword of any given length ''L'' varies by at most 1. Thus the same is true when we count all non-'''y''' letters in any subword of length ''L''; thus when we equate '''x''' and '''z''', the count of the resulting letter in any subword of length ''L'' differs by 1. Being a binary balanced word is one characterization of the MOS property. | ||
(b) Assume that the projection ''p''<sub>'''YZ'''</sub>(''s'') identifying '''Y''' and '''Z''' of a primitive PMOS scale ''s'' with signature ''ar'''''X''' ''b'''''Y''' ''c'''''Z''' is an ''r''-period MOS, ''r'' > 1, with step signature ''ar'''''X''' ''dr'''''W'''. We claim that neither ''b'' nor ''c'' is divisible by ''r''. Since ''p''<sub>'''XY'''</sub>(''s'') is the MOS (''ar'' + ''b'')'''W''' ''c'''''Z''' and ''p''<sub>'''XZ'''</sub>(''s'') is the MOS (''ar'' + ''c'')'''W''' ''b'''''Y''', if either ''b'' and ''c'' is divisible by ''r'', then the distributions of two of the letters have ''r'' periods. Then the distribution of the third letter also has ''r'' periods, meaning that ''s'' itself has ''r'' periods, a contradiction. It suffices to show that ''r'' = 2. If ''r'' > 2, then... | (b) Assume that the projection ''p''<sub>'''YZ'''</sub>(''s'') identifying '''Y''' and '''Z''' of a primitive PMOS scale ''s'' with signature ''ar'''''X''' ''b'''''Y''' ''c'''''Z''' is an ''r''-period MOS, ''r'' > 1, with step signature ''ar'''''X''' ''dr'''''W'''. We claim that neither ''b'' nor ''c'' is divisible by ''r''. Since ''p''<sub>'''XY'''</sub>(''s'') is the MOS (''ar'' + ''b'')'''W''' ''c'''''Z''' and ''p''<sub>'''XZ'''</sub>(''s'') is the MOS (''ar'' + ''c'')'''W''' ''b'''''Y''', if either ''b'' and ''c'' is divisible by ''r'', then the distributions of two of the letters have ''r'' periods. Then the distribution of the third letter also has ''r'' periods, meaning that ''s'' itself has ''r'' periods, a contradiction. It suffices to show that ''r'' {{=}} 2. If ''r'' > 2, then... | ||
For 7.1.2: Suppose ''s'' is balanced and has at least three sizes for ''k''-steps, ''a''<sub>''i''</sub>'''X''' + ''b''<sub>''i''</sub>'''Y''' + ''c''<sub>''i''</sub>'''Z''' = (''a''<sub>''i''</sub>, ''b''<sub>''i''</sub>, ''c''<sub>''i''</sub>) for ''i'' = 1, 2, 3. We may assume (''a''<sub>2</sub>, ''b''<sub>2</sub>, ''c''<sub>2</sub>) = (''a''<sub>1</sub>, ''b''<sub>1</sub> + 1, ''c''<sub>1</sub> - 1). Then either (''a''<sub>3</sub>, ''b''<sub>3</sub>, ''c''<sub>3</sub>) = (''a''<sub>1</sub> + 1, ''b''<sub>1</sub>, ''c''<sub>1</sub> - 1) or (''a''<sub>3</sub>, ''b''<sub>3</sub>, ''c''<sub>3</sub>) = | For 7.1.2: Suppose ''s'' is balanced and has at least three sizes for ''k''-steps, ''a''<sub>''i''</sub>'''X''' + ''b''<sub>''i''</sub>'''Y''' + ''c''<sub>''i''</sub>'''Z''' {{=}} (''a''<sub>''i''</sub>, ''b''<sub>''i''</sub>, ''c''<sub>''i''</sub>) for ''i'' {{=}} 1, 2, 3. We may assume (''a''<sub>2</sub>, ''b''<sub>2</sub>, ''c''<sub>2</sub>) {{=}} (''a''<sub>1</sub>, ''b''<sub>1</sub> + 1, ''c''<sub>1</sub> - 1). Then either (''a''<sub>3</sub>, ''b''<sub>3</sub>, ''c''<sub>3</sub>) {{=}} (''a''<sub>1</sub> + 1, ''b''<sub>1</sub>, ''c''<sub>1</sub> - 1) or (''a''<sub>3</sub>, ''b''<sub>3</sub>, ''c''<sub>3</sub>) {{=}} (''a''<sub>1</sub> - 1, ''b''<sub>1</sub> + 1, ''c''<sub>1</sub>). In both cases, by balancedness applied to subwords of length ''k'', the three vectors represent the only possible interval sizes. | ||
For 7.1.3: The ternary Fraenkel word may be verified as SV3 by inspection, and we have already shown in Theorem 1 that odd-regular balanced scales are SV3. To show that even-regular balanced scales are ''not'' SV3, observe that (''a''+''c'')-steps come in only 2 sizes in such a scale ''s'': {{floor|''a''/2}}'''X''' + {{ceil|''a''/2}}'''Y''' + ''c'''''Z''' and {{ceil|''a''/2}}'''X''' + {{floor|''a''/2}}'''Y''' + ''c'''''Z''', since the underlying MOS 2''a'''''X'''2''c'''''Y''' only has the (''a''+''c'')-step ''a'''''X''' + ''c'''''Z'''. The construction replaces the '''X'''s in these subwords with alternating '''X'''s and '''Y'''s; either of '''X''' or '''Y''' may occur first, corresponding to the two possible sizes, since ''a'' is odd and thus the (''a''+''c'')-step subword ''s''[''k'' : ''k''+''a''+''c''] becomes the subword ''s''[''k''+''a''+''c'' : ''k''+2''a''+2''c''] via interchanging '''X''' and '''Y'''. | For 7.1.3: The ternary Fraenkel word may be verified as SV3 by inspection, and we have already shown in Theorem 1 that odd-regular balanced scales are SV3. To show that even-regular balanced scales are ''not'' SV3, observe that (''a''+''c'')-steps come in only 2 sizes in such a scale ''s'': {{floor|''a''/2}}'''X''' + {{ceil|''a''/2}}'''Y''' + ''c'''''Z''' and {{ceil|''a''/2}}'''X''' + {{floor|''a''/2}}'''Y''' + ''c'''''Z''', since the underlying MOS 2''a'''''X'''2''c'''''Y''' only has the (''a''+''c'')-step ''a'''''X''' + ''c'''''Z'''. The construction replaces the '''X'''s in these subwords with alternating '''X'''s and '''Y'''s; either of '''X''' or '''Y''' may occur first, corresponding to the two possible sizes, since ''a'' is odd and thus the (''a''+''c'')-step subword ''s''[''k'' : ''k''+''a''+''c''] becomes the subword ''s''[''k''+''a''+''c'' : ''k''+2''a''+2''c''] via interchanging '''X''' and '''Y'''. | ||