Ternary scale theorems: Difference between revisions

Inthar (talk | contribs)
Inthar (talk | contribs)
Line 1: Line 1:
A ''[[arity|ternary]] scale'' is a scale with three (positive) step sizes, with no other constraints such as maximum variety. This page documents known properties of subtypes of ternary scales and their proofs.
A ''[[arity|ternary]] scale'' is a scale with three (positive) step sizes, with no other constraints such as maximum variety. This page documents known properties of subtypes of ternary scales and their proofs.
== Conventions ==
== Conventions ==
* Bolded Latin variables refer to step vectors, for example 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 ''i'' < 1 or ''i'' > len(''s''), we first replace ''i'' with ''i'' % len(''s'') + 1 before using it as an argument in ''s''[-].