Maximal evenness: Difference between revisions
Line 24: | Line 24: | ||
# collapse "||" to "|" | # collapse "||" to "|" | ||
# remove all "." | # remove all "." | ||
(e.g.) 2112111 -> |$||.||.||$||.||.||.| -> |$|.|.|$|.|.|. -> |$|||$||| | |||
Consider the resulting binary word of "|" and "$". The "|"s form chunks of sizes that differ by 1 and are distributed in a MOS way by (*). The desired complement, parameterized by "$", thus forms a maximally even subset. | Consider the resulting binary word of "|" and "$". The "|"s form chunks of sizes that differ by 1 and are distributed in a MOS way by (*). The desired complement, parameterized by "$", thus forms a maximally even subset. | ||
== Concoctic scales == | == Concoctic scales == |