Patent val/Properties

Revision as of 03:28, 2 May 2021 by FloraC (talk | contribs) (Corrections)

This page shows some properties of the generalized patent val (GPV).

To tell if a val is a GPV

Suppose we have a p-limit val v, to tell if it is a GPV:

For every prime q in the p-limit, solve

[math]\displaystyle{ \displaystyle \operatorname {round} (n \log_2 q) = v_{\pi (q)} }[/math]

for n. The solution is

[math]\displaystyle{ \displaystyle \frac {v_{\pi (q)} - 1/2}{\log_2 (q)} \lt n \lt \frac {v_{\pi (q)} + 1/2}{\log_2 (q)} }[/math]

Let N1, N2, …, Nπ (p) denote the solution sets. Find

[math]\displaystyle{ \displaystyle \mathrm {N} = \bigcap_{i = 1}^{\pi (p)} \mathrm {N}_i }[/math]

Then v is a GPV of every edo in N if N is non-empty and not a single point; otherwise it is not a GPV.

Cardinality

Given a finite prime limit, the set of all GPVs are countably infinite.

Adjacent GPVs property

Given a finite prime limit, the set of all GPVs can be ordered in this way such that all but one entry in the GPV vk and its next GPV vk + 1 are the same, and for the different entry, the latter increments the former by 1.

This property states that, for example, if it is known that 12 19 28] is a GPV, then the next GPV is one of 13 19 28], 12 20 28], or 12 19 29].

This also holds for any rationally independent subgroups, such as 2.3.7 and 2.9.7, and even some rationally dependent subgroups, such as 2.3.9.7. It does not hold, however, for other rationally dependent subgroups, such as 2.3.27.7, where at certain points of edo number N, both the mappings for 3 and 27 increment.

Proof

By definition, the p-limit GPV of N-edo is v (N) = round (N log2 (q)), where q is the prime basis 2, 3, 5, …, p].

The adjacent GPVs property is equivalent to

  1. for any prime qi in q, there is a point of N to cause vi to increment to vi + 1; and
  2. for any distinct primes qi, qj in q, there is not a point of N to cause both vi and vj to increment to vi + 1 and vj + 1, respectively.

#1 holds because the point is N = (vi + 1/2)/log2 (qi).

To prove #2, let us assume there exists such an N. By the property of the round function, an increment of y = round (x) occurs only if 2xZ. Thus, for any distinct primes qi, qj in q, 2N log2 (qi) ∈ Z, and 2N log2 (qj) ∈ Z. If that is the case, then their quotient (2N log2 (qi))/(2N log2 (qj)) = logqj (qi) ∈ Q, which contradicts Gelfond–Schneider theorem. Therefore, the hypothesis is false, and such an N does not exist.

Application

Given a finite prime limit, the above properties offer a way to iterate through all GPVs.

  1. Enter a GPV. Set i = 1.
  2. Copy the input and increment its i-th entry by 1.
  3. Test if it is a GPV.
  4. If it is, return it and back to step 1; otherwise, increment i by 1 and back to step 2.

Notice that the all-zero val is a GPV, you can always enter it for the first one. It is guaranteed that you can iterate through all GPVs in this method. In practice it is suggested starting with the last entry and going backwards for better performance, because the largest prime is most likely to increment.