Timothy Solomon
Content Types
  • Articles
  • Essays
  • Papers
  • Talks
  • Books
  • Dialogues
  • Notes
View all content types →
Domains
  • Mathematics
  • Philosophy
  • Theology
  • Physics
  • Computation
View all domains →
Topics
  • Geometry
  • Topology
  • Metaphysics
  • Logic
  • Hermeneutics
View all topics →
Audiences
  • SectorIndustry or institutional sector
  • DepartmentDisciplinary affiliation
  • RoleProfessional or intellectual role
View all audiences →
LibraryAbout
Timothy Solomon Ecosystem
Timothy Solomon
Timothy Solomon
Personal intellectual publication, philosophy, mathematics, and speaking.
Hire Timothy Solomon
Hire Timothy Solomon
Fractional CMO, CRM architecture, RevOps, events, and advisory.
FTL Marketing
FTL Marketing
B2B demand generation, campaign ops, and event-driven growth.
Oblio
Oblio
Business Operating System — link services, reduce cost, optimize ops.
Victory Initiative
Victory Initiative
Publisher for digital properties, microsites, tools, games, and experiments.
Keimenon
Keimenon
Structured knowledge, corpus organization, and graph-linked publication.
GitHubXLinkedIn
Contact
Book a Call
Filters
← Back to Library
Mathematics

The Fantastic Mathematics of τau

A mathematical paper proving exact finite-window recurrence in the sequence floor(n/τ) mod 9, unifying an empirically discovered 102,240-cycle drift with carry-threshold mechanics and Symbolic Necessity.

By Timothy Solomon2026-03-20

"Why was Six afriad of Seven.
Because Seven mod Nine"

Abstract

We study the sequence f(n)=⌊n/τ⌋ mod 9f(n) = \lfloor n/\tau \rfloor \bmod 9f(n)=⌊n/τ⌋mod9, where τ=2π\tau = 2\piτ=2π and nnn begins at zero. This sequence decomposes into consecutive blocks of length 6 and 7 — and no other lengths. Within each 710-step cycle, 113 blocks appear (81 of length 6, 32 of length 7), arranged as 15 repetitions of a base phrase {7,6,6,7,6,6,6}\{7,6,6,7,6,6,6\}{7,6,6,7,6,6,6} and 2 interrupting phrases {7,6,6,6}\{7,6,6,6\}{7,6,6,6} in the configuration 8+break+7+break8 + \text{break} + 7 + \text{break}8+break+7+break. The spacings between the 32 blocks of length 7 form a Sturmian word on {3,4}\{3,4\}{3,4}: specifically (3,4)8⋅4⋅(3,4)7(3,4)^8 \cdot 4 \cdot (3,4)^7(3,4)8⋅4⋅(3,4)7.

The complete value-and-length cycle spans 6390 steps (1017 blocks), where a set of column-sum coincidences emerges: the sum of block values, the sum of start-indices modulo 9, and the sum of stop-indices modulo 9 all equal 4068, while the sum of (value ×\times× length) equals 25,560 — and 25,560/τ≈4068.000325{,}560/\tau \approx 4068.000325,560/τ≈4068.0003. The terminal indices 709 and 6389 are both prime. The block count 113 is prime. At large scales, ⌊710×106/τ⌋=113,000,009\lfloor 710 \times 10^6/\tau \rfloor = 113{,}000{,}009⌊710×106/τ⌋=113,000,009 is prime. These prime appearances are arithmetically notable, though the paper does not prove a causal prime-generating mechanism.

The paper's central result concerns exact recurrence. At offset q=1,308,519q = 1{,}308{,}519q=1,308,519 within a 6390-point renormalized window, the accumulated phase drift remains below every carry threshold, yielding pointwise identity between the base pattern and its translate: yq(n)−113=y0(n)y_{q}(n) - 113 = y_0(n)yq​(n)−113=y0​(n) for all n∈[0,6389]n \in [0, 6389]n∈[0,6389]. This exact return persists for 25 multiples. At the 26th multiple, the first failures occur at indices {4593,5303,6013}\{4593, 5303, 6013\}{4593,5303,6013}, spaced by 710. Crucially, these same indices appear independently in the empirically documented drift pattern of the 102,240-cycle — where f(n)≠f(n+102,240)f(n) \ne f(n + 102{,}240)f(n)=f(n+102,240) at exactly {2463,3173,3883,4593,5303,6013}\{2463, 3173, 3883, 4593, 5303, 6013\}{2463,3173,3883,4593,5303,6013}, all spaced by 710. Both phenomena are governed by the same carry-threshold mechanism: the accumulated approximation error exceeding the minimum gap between fractional phases and their nearest integer.

These results are framed within Symbolic Necessity (⊙\odot⊙): a proposed formal property of structures whose completeness outruns finite derivation but whose bounded projections nonetheless yield exact discrete law.


1. Introduction

1.1 Counting circles

Take any natural number nnn and form n/τn/\taun/τ, where τ=2π\tau = 2\piτ=2π. A circle with radius n/τn/\taun/τ has circumference 2π⋅n/τ=n2\pi \cdot n/\tau = n2π⋅n/τ=n. So n/τn/\taun/τ is the radius of a circle with integer circumference nnn. The function ⌊n/τ⌋\lfloor n/\tau \rfloor⌊n/τ⌋ counts completed turns; {n/τ}\{n/\tau\}{n/τ} records residual phase.

Starting from n=0n = 0n=0 is critical. At n=0n = 0n=0: 0/τ=00/\tau = 00/τ=0, ⌊0/τ⌋=0\lfloor 0/\tau \rfloor = 0⌊0/τ⌋=0, f(0)=0f(0) = 0f(0)=0. The sequence begins at the origin — zero radius, zero circumference, zero phase, zero value. Every subsequent structure emerges from this origin by adding one unit of circumference.

1.2 The blocks of six and seven

Define f(n)=⌊n/τ⌋ mod 9f(n) = \lfloor n/\tau \rfloor \bmod 9f(n)=⌊n/τ⌋mod9. Since τ≈6.2832\tau \approx 6.2832τ≈6.2832, each unit step in nnn advances n/τn/\taun/τ by 1/τ≈0.15921/\tau \approx 0.15921/τ≈0.1592. The floor increments approximately every τ≈6.28\tau \approx 6.28τ≈6.28 steps: sometimes after 6 steps, sometimes after 7. The block lengths are ⌊τ⌋=6\lfloor \tau \rfloor = 6⌊τ⌋=6 and ⌈τ⌉=7\lceil \tau \rceil = 7⌈τ⌉=7, and no other values.

1.3 Epistemic status

This paper presents results at three levels:

  • Proved results (Sections 2–6): Block decomposition, Sturmian structure, column sums, exact finite-window return, and the 102,240-cycle unification. All computationally verified and algebraically derived.
  • Computationally verified observations (Sections 7–8, Appendices B–C): The meta-return at 73,996,200, primes at scale, the Tau-Wave system, repeating decimal tail ratios, Gelfond's constant identification. Confirmed but not derived from first principles.
  • Interpretive framework (Section 9): Symbolic Necessity. A proposed conceptual reading, not a theorem.

1.4 Why τ\tauτ rather than π\piπ

Any formal treatment of rotation requires a distinguished full-turn constant. We use τ\tauτ because: the circle group S1S^1S1 has period τ\tauτ; the kernel of θ↦eiθ\theta \mapsto e^{i\theta}θ↦eiθ from R\mathbb{R}R to S1S^1S1 is τZ\tau\mathbb{Z}τZ; unit-speed parametrisation γ(t)=(rcos⁡t,rsin⁡t)\gamma(t) = (r\cos t, r\sin t)γ(t)=(rcost,rsint) has period τ\tauτ; and the identity eiτ=1e^{i\tau} = 1eiτ=1 represents one complete rotation directly. None of this changes the mathematics — but it simplifies notation and aligns the constant with its geometric role.


2. Block Properties and the 710-Cycle

2.1 Formal definitions

Definition 1 (Block). A block is a maximal run of consecutive nnn sharing the same value of f(n)=⌊n/τ⌋ mod 9f(n) = \lfloor n/\tau \rfloor \bmod 9f(n)=⌊n/τ⌋mod9. Each block has: Block ID (sequential from 0), Value v∈{0,…,8}v \in \{0,\ldots,8\}v∈{0,…,8}, Length ∈{6,7}\in \{6,7\}∈{6,7}, Start nnn, Stop nnn, Block Sum (Value ×\times× Length), Start n mod 9n \bmod 9nmod9, Stop n mod 9n \bmod 9nmod9.

Definition 2 (Increment indicator). I(n)=⌊(n+1)/τ⌋−⌊n/τ⌋∈{0,1}I(n) = \lfloor(n+1)/\tau\rfloor - \lfloor n/\tau \rfloor \in \{0,1\}I(n)=⌊(n+1)/τ⌋−⌊n/τ⌋∈{0,1} records whether ⌊n/τ⌋\lfloor n/\tau \rfloor⌊n/τ⌋ increments at step nnn. Block lengths are the gaps between successive nnn where I(n)=1I(n) = 1I(n)=1.

2.2 The first seven blocks

ID Value Length Start nnn Stop nnn Sum Start mod 9 Stop mod 9
0 0 7 0 6 0 0 6
1 1 6 7 12 6 7 3
2 2 6 13 18 12 4 0
3 3 7 19 25 21 1 7
4 4 6 26 31 24 8 4
5 5 6 32 37 30 5 1
6 6 6 38 43 36 2 7

These 7 blocks span 44 integers (n=0n = 0n=0 to 434343) and form the base phrase: {7,6,6,7,6,6,6}\{7,6,6,7,6,6,6\}{7,6,6,7,6,6,6}. Block values progress sequentially: 0,1,2,3,4,5,60, 1, 2, 3, 4, 5, 60,1,2,3,4,5,6.

2.3 The 710-cycle: phrase-and-break architecture

Proposition 1. In 0≤n≤7090 \le n \le 7090≤n≤709: exactly 113 blocks (81 of length 6, 32 of length 7), totalling 81×6+32×7=71081 \times 6 + 32 \times 7 = 71081×6+32×7=710, arranged as:

Phase Content Blocks Integers Range
Phase 1 8 base phrases {7,6,6,7,6,6,6}\{7,6,6,7,6,6,6\}{7,6,6,7,6,6,6} 56 352 n=0n = 0n=0–351351351
Break 1 1 break phrase {7,6,6,6}\{7,6,6,6\}{7,6,6,6} 4 25 n=352n = 352n=352–376376376
Phase 2 7 base phrases 49 308 n=377n = 377n=377–684684684
Break 2 1 break phrase 4 25 n=685n = 685n=685–709709709
Total 113 710

Check: 15×7+2×4=11315 \times 7 + 2 \times 4 = 11315×7+2×4=113. 15×44+2×25=71015 \times 44 + 2 \times 25 = 71015×44+2×25=710. □\square□

The base phrase contains two 7-blocks at positions 0 and 3 (a pair). The break phrase contains one 7-block (a singleton). Normally, 7-blocks come in pairs; at the two break points, a singleton appears. This accommodates τ−6≈0.2832\tau - 6 \approx 0.2832τ−6≈0.2832.

2.4 Continued fraction context

τ=[6;3,1,1,7,2,146,3,1,1,…]\tau = [6; 3, 1, 1, 7, 2, 146, 3, 1, 1, \ldots]τ=[6;3,1,1,7,2,146,3,1,1,…]. The convergent 710/113710/113710/113 truncates after partial quotient a5=2a_5 = 2a5​=2 and gives ∣710/113−τ∣≈5.34×10−7|710/113 - \tau| \approx 5.34 \times 10^{-7}∣710/113−τ∣≈5.34×10−7. The 8 + break + 7 + break phrase structure is consistent with the continued-fraction organisation around this convergent. A rigorous derivation of the phrase counts from the partial quotients is not given here, but the alignment is exact and computationally verified.

2.5 Value progression

After 113 blocks, the value has advanced by 113 mod 9=5113 \bmod 9 = 5113mod9=5. Since gcd⁡(5,9)=1\gcd(5,9)=1gcd(5,9)=1, full return requires 999 shifts, giving cycle length 9×710=63909 \times 710 = 63909×710=6390.


3. Sturmian Structure

3.1 The spacing sequence

The 32 blocks of length 7 in one 710-cycle occupy block indices:

{0,3,7,10,14,17,21,24,28,31,35,38,42,45,49,52,56,60,63,67,70,74,77,81,84,88,91,95,98,102,105,109}.\{0, 3, 7, 10, 14, 17, 21, 24, 28, 31, 35, 38, 42, 45, 49, 52, 56, 60, 63, 67, 70, 74, 77, 81, 84, 88, 91, 95, 98, 102, 105, 109\}.{0,3,7,10,14,17,21,24,28,31,35,38,42,45,49,52,56,60,63,67,70,74,77,81,84,88,91,95,98,102,105,109}.

The 31 spacings between consecutive 7-blocks (noncyclic — measured within the 710-window, not wrapping) are:

3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4⏟(3,4)8,  4⏟break,  3,4,3,4,3,4,3,4,3,4,3,4,3,4⏟(3,4)7.\underbrace{3,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4}_{(3,4)^8}, \; \underbrace{4}_{\text{break}}, \; \underbrace{3,4,3,4,3,4,3,4,3,4,3,4,3,4}_{(3,4)^7}.(3,4)83,4,3,4,3,4,3,4,3,4,3,4,3,4,3,4​​,break4​​,(3,4)73,4,3,4,3,4,3,4,3,4,3,4,3,4​​.

The lone 444 at position 16 is the "double-4 break" — two consecutive spacings of 4 — marking the Phase 1 → Break 1 transition.

Theorem 1 (Sturmian Spacing). The spacing sequence is a Sturmian word on {3,4}\{3,4\}{3,4} with slope α=32/113\alpha = 32/113α=32/113.

Proof. The irrational rotation on [0,1)[0,1)[0,1) by θ=1/τ≈0.15915\theta = 1/\tau \approx 0.15915θ=1/τ≈0.15915 produces an orbit {nθ mod 1}n=0112\{n\theta \bmod 1\}_{n=0}^{112}{nθmod1}n=0112​ that partitions [0,1)[0,1)[0,1) into 113 intervals of exactly two distinct lengths (by the three-distance theorem, applied to the convergent 710/113≈τ710/113 \approx \tau710/113≈τ with error ∼10−7\sim 10^{-7}∼10−7). Of 113 intervals, 81 have the shorter length (6-blocks) and 32 the longer (7-blocks). The distribution of 7-blocks among 6-blocks follows a Sturmian word with slope 32/11332/11332/113, taking values ⌊113/32⌋=3\lfloor 113/32 \rfloor = 3⌊113/32⌋=3 and ⌈113/32⌉=4\lceil 113/32 \rceil = 4⌈113/32⌉=4. The initial-phase-dependent form (3,4)8⋅4⋅(3,4)7(3,4)^8 \cdot 4 \cdot (3,4)^7(3,4)8⋅4⋅(3,4)7 is verified computationally. □\square□

Structural correspondence. A (3,4)(3,4)(3,4) pair corresponds to a base phrase {7,6,6,7,6,6,6}\{7,6,6,7,6,6,6\}{7,6,6,7,6,6,6}: two 7-blocks at distance 3, gap of 4 to the next pair. The lone 4 corresponds to a break phrase {7,6,6,6}\{7,6,6,6\}{7,6,6,6}: a singleton 7-block with gap 4 on both sides.


4. The Hierarchical Tower

4.1 The 6390-cycle

Proposition 2. The range 0≤n≤63890 \le n \le 63890≤n≤6389 contains 1017 blocks (729 of length 6, 288 of length 7), comprising 9 complete 710-cycles. Each value 000–888 appears as a block value 113 times and occupies exactly 710 positions. The terminal index 638963896389 is prime.

4.2 Column sum coincidences

Theorem 2. Over one 6390-cycle (1017 blocks):

Column Sum Relation
Block Value 4068 =⌊25,560/τ⌋= \lfloor 25{,}560/\tau \rfloor=⌊25,560/τ⌋
Block Length 6390 exact
Block Sum (Value ×\times× Length) 25,560 =4×6390= 4 \times 6390=4×6390
Start n mod 9n \bmod 9nmod9 4068 === Block Value sum
Stop n mod 9n \bmod 9nmod9 4068 === Block Value sum

Moreover, 25,560/τ≈4068.00034525{,}560/\tau \approx 4068.00034525,560/τ≈4068.000345, connecting the block-value sum and the block-product sum through τ\tauτ.

These coincidences do not hold at the 710 level (where the sums are {442,710,2777,459,444}\{442, 710, 2777, 459, 444\}{442,710,2777,459,444}). The 6390-cycle is the minimal level where they emerge.

4.3 Block-sum distribution

The 1017 block sums take 16 distinct values. The frequencies split cleanly: sums achievable only by length-6 blocks appear 81 times each; sums achievable only by length-7 blocks appear 32 times each; and the two degenerate sums (0 from value 0, and 42 from 6×7=7×66 \times 7 = 7 \times 66×7=7×6) each appear 113 times.

4.4 Prime factorizations

Cycle lengths Block counts
710=2×5×71710 = 2 \times 5 \times 71710=2×5×71 113113113 (prime)
6,390=2×32×5×716{,}390 = 2 \times 3^2 \times 5 \times 716,390=2×32×5×71 1,017=32×1131{,}017 = 3^2 \times 1131,017=32×113
25,560=23×32×5×7125{,}560 = 2^3 \times 3^2 \times 5 \times 7125,560=23×32×5×71 4,068=22×32×1134{,}068 = 2^2 \times 3^2 \times 1134,068=22×32×113
102,240=25×32×5×71102{,}240 = 2^5 \times 3^2 \times 5 \times 71102,240=25×32×5×71 16,272=24×32×11316{,}272 = 2^4 \times 3^2 \times 11316,272=24×32×113

The irreducible core is {2,5,71}\{2, 5, 71\}{2,5,71} for cycle lengths and {113}\{113\}{113} for block counts, with powers of 2 and 3 accumulating at each level.

4.5 Preserved approximation error

710τ≈113+9.595×10−6,6,390τ≈1017+8.636×10−5,25,560τ≈4068+3.454×10−4.\frac{710}{\tau} \approx 113 + 9.595 \times 10^{-6}, \quad \frac{6{,}390}{\tau} \approx 1017 + 8.636 \times 10^{-5}, \quad \frac{25{,}560}{\tau} \approx 4068 + 3.454 \times 10^{-4}.τ710​≈113+9.595×10−6,τ6,390​≈1017+8.636×10−5,τ25,560​≈4068+3.454×10−4.

Error ratios: 9.0009.0009.000 and 4.0004.0004.000 to ten figures — the same factors as the cycle-length ratios. The per-unit error is identical across all levels:

710/τ−113710=6,390/τ−10176,390=25,560/τ−406825,560≈1.3514×10−8.\frac{710/\tau - 113}{710} = \frac{6{,}390/\tau - 1017}{6{,}390} = \frac{25{,}560/\tau - 4068}{25{,}560} \approx 1.3514 \times 10^{-8}.710710/τ−113​=6,3906,390/τ−1017​=25,56025,560/τ−4068​≈1.3514×10−8.

At the rational level these are scaled copies of the same reduced fraction 710/113710/113710/113. The nontrivial claim is that the same scaling family reappears in the projected block structure, column sums, and exact finite-window returns.

4.6 Primes at cycle boundaries

The terminal index 709709709 is prime. The terminal index 638963896389 is prime. The block count 113113113 is prime, and 717171 (a factor of 710710710) is prime. By contrast, 25,559=61×41925{,}559 = 61 \times 41925,559=61×419 and 102,239102{,}239102,239 are composite. The primality does not persist at all levels. These appearances are arithmetically notable within the hierarchy, but the paper does not prove a causal relationship.

4.7 Block-sum chain

The sum of all block sums in one 6390-cycle (25,56025{,}56025,560) equals 4×63904 \times 63904×6390, the length of the next cycle level. The factor of 4 is the same one appearing in 25,560/6,390=425{,}560/6{,}390 = 425,560/6,390=4 and 4068/1017=44068/1017 = 44068/1017=4.


5. Exact Finite-Window Return

5.1 The claim

The raw orbit {n/τ}\{n/\tau\}{n/τ} never repeats. But a specific coding of it returns to itself with pointwise identity after renormalization — not approximately, but exactly — because the residual error stays below every carry boundary in a bounded window.

5.2 The renormalized return map

For n∈{0,…,6389}n \in \{0, \ldots, 6389\}n∈{0,…,6389}, define:

yq(n)=⌊n+6390qτ⌋−113⌊n+6390q710⌋.y_q(n) = \left\lfloor \frac{n + 6390q}{\tau} \right\rfloor - 113 \left\lfloor \frac{n + 6390q}{710} \right\rfloor.yq​(n)=⌊τn+6390q​⌋−113⌊710n+6390q​⌋.

This subtracts the dominant linear drift (113 per 710-block), isolating residual modular structure.

5.3 The carry mechanism

Let ε=6390/τ−1017≈8.636×10−5\varepsilon = 6390/\tau - 1017 \approx 8.636 \times 10^{-5}ε=6390/τ−1017≈8.636×10−5. Decompose the accumulated drift:

qε=mq+ηq,mq=⌊qε⌋,ηq={qε}.q\varepsilon = m_q + \eta_q, \qquad m_q = \lfloor q\varepsilon \rfloor, \qquad \eta_q = \{q\varepsilon\}.qε=mq​+ηq​,mq​=⌊qε⌋,ηq​={qε}.

Then:

yq(n)=y0(n)+mq+C~(n,q),y_q(n) = y_0(n) + m_q + \widetilde{C}(n, q),yq​(n)=y0​(n)+mq​+C(n,q),

where the residual carry function is

C~(n,q)=⌊{nτ}+ηq⌋.\widetilde{C}(n, q) = \left\lfloor \left\{ \frac{n}{\tau} \right\} + \eta_q \right\rfloor.C(n,q)=⌊{τn​}+ηq​⌋.

The window returns exactly (up to integer shift mqm_qmq​) when C~(n,q)=0\widetilde{C}(n, q) = 0C(n,q)=0 for all nnn, which occurs when ηq<δ\eta_q < \deltaηq​<δ, where δ=1−max⁡0≤n<6390{n/τ}\delta = 1 - \max_{0 \le n < 6390}\{n/\tau\}δ=1−max0≤n<6390​{n/τ} is the minimum gap to a carry boundary.

5.4 Exact return at q2=1,308,519q_2 = 1{,}308{,}519q2​=1,308,519

Theorem 3. q2ε≈113.0000516q_2\varepsilon \approx 113.0000516q2​ε≈113.0000516, so mq2=113m_{q_2} = 113mq2​​=113 and ηq2≈5.164×10−5\eta_{q_2} \approx 5.164 \times 10^{-5}ηq2​​≈5.164×10−5. The minimum carry gap is δ≈1.327×10−3\delta \approx 1.327 \times 10^{-3}δ≈1.327×10−3. Since ηq2<δ\eta_{q_2} < \deltaηq2​​<δ:

C~(n,q2)=0∀ 0≤n<6390,thereforeyq2(n)−113=y0(n).\widetilde{C}(n, q_2) = 0 \quad \forall\, 0 \le n < 6390, \qquad \text{therefore} \quad y_{q_2}(n) - 113 = y_0(n).C(n,q2​)=0∀0≤n<6390,thereforeyq2​​(n)−113=y0​(n).

This is pointwise identity, not approximation. Verified for all 6390 values.

5.5 Persistence and breakdown

Corollary. The return persists for a=1,…,25a = 1, \ldots, 25a=1,…,25. At a=26a = 26a=26, three indices fail:

n∈{4593,  5303,  6013},spaced by 710.n \in \{4593, \; 5303, \; 6013\}, \qquad \text{spaced by } 710.n∈{4593,5303,6013},spaced by 710.

These are the three values of nnn in [0,6389][0, 6389][0,6389] whose fractional phase {n/τ}\{n/\tau\}{n/τ} is closest to 1. Verified by direct computation.


6. The 102,240-Cycle Drift: Unification

6.1 Empirical discovery

The research notes record that within the 102,240-cycle (=16×6390= 16 \times 6390=16×6390), the block sequence drifts from the base pattern at specific indices. Comparing f(n)f(n)f(n) with f(n+102,240)f(n + 102{,}240)f(n+102,240) over n∈[0,6389]n \in [0, 6389]n∈[0,6389] reveals exactly 6 mismatches:

n∈{2463,  3173,  3883,  4593,  5303,  6013},all spaced by 710.n \in \{2463, \; 3173, \; 3883, \; 4593, \; 5303, \; 6013\}, \qquad \text{all spaced by } 710.n∈{2463,3173,3883,4593,5303,6013},all spaced by 710.

This was discovered empirically. The notes further document that the drift continues into subsequent 6390-windows: at n=6723,7433,8143,…n = 6723, 7433, 8143, \ldotsn=6723,7433,8143,…, still spaced by 710, with one new failure added per 710-step advance.

6.2 The carry-threshold explanation

Since 102,240=16×6390102{,}240 = 16 \times 6390102,240=16×6390, the accumulated drift at this scale is 16ε≈0.00138216\varepsilon \approx 0.00138216ε≈0.001382. Compare with the carry threshold δ≈0.001327\delta \approx 0.001327δ≈0.001327:

16ε≈0.001382>δ≈0.001327.16\varepsilon \approx 0.001382 > \delta \approx 0.001327.16ε≈0.001382>δ≈0.001327.

So carries fire wherever {n/τ}>1−16ε\{n/\tau\} > 1 - 16\varepsilon{n/τ}>1−16ε. The 6 values of nnn satisfying this in [0,6389][0, 6389][0,6389] are exactly {2463,3173,3883,4593,5303,6013}\{2463, 3173, 3883, 4593, 5303, 6013\}{2463,3173,3883,4593,5303,6013}, verified computationally. These are the 6 positions in the base window whose fractional phase is closest to 1, and they are spaced by 710 because the irrational rotation {n/τ}\{n/\tau\}{n/τ} revisits the near-1 region at the 710-approximant scale.

6.3 Connection to Theorem 3

The Theorem 3 failures at a=26a = 26a=26 are {4593,5303,6013}\{4593, 5303, 6013\}{4593,5303,6013} — a strict subset of the 102,240-drift positions. The mechanism is the same: accumulated error exceeding the carry threshold. The difference is quantitative:

Scale Accumulated drift Exceeds δ\deltaδ by Failures in [0,6389][0, 6389][0,6389]
a=25a = 25a=25 (25ηq225\eta_{q_2}25ηq2​​) ≈0.001291\approx 0.001291≈0.001291 does not exceed 0
a=26a = 26a=26 (26ηq226\eta_{q_2}26ηq2​​) ≈0.001343\approx 0.001343≈0.001343 ≈1.6×10−5\approx 1.6 \times 10^{-5}≈1.6×10−5 3
102,240 cycle (16ε16\varepsilon16ε) ≈0.001382\approx 0.001382≈0.001382 ≈5.5×10−5\approx 5.5 \times 10^{-5}≈5.5×10−5 6

The 3 failures at a=26a = 26a=26 are the 3 positions with the largest fractional phases; the 6 failures at the 102,240 scale are the 6 positions above a slightly lower threshold. Both are governed by the same carry function, the same 710-lattice, and the same underlying approximation quality.

6.4 Significance

This is the paper's strongest structural result: an empirically discovered pattern-drift phenomenon and an algebraically derived carry-threshold mechanism converge on the same indices. The 102,240-cycle "drift" is not mysterious — it is the carry function firing at exactly the positions predicted by the rational approximation error. The 710-spacing of the failures is inherited from the 710-approximant structure. Two independent analyses, carried out months apart with different methods, produce the same list of integers.


7. Primes at Scale

Status: computationally verified observations.

7.1 The prime chain in 710/τ710/\tau710/τ

710/τ=113.00000959524569…710/\tau = 113.00000959524569\ldots710/τ=113.00000959524569…

Reading left to right: 111111 is prime, 113113113 is prime, 113,000,009=⌊710×106/τ⌋113{,}000{,}009 = \lfloor 710 \times 10^6/\tau \rfloor113,000,009=⌊710×106/τ⌋ is prime. More precisely, ⌊71×107/τ⌋=113,000,009\lfloor 71 \times 10^7/\tau \rfloor = 113{,}000{,}009⌊71×107/τ⌋=113,000,009 is prime (since 710×106=71×107710 \times 10^6 = 71 \times 10^7710×106=71×107).

7.2 Primes from 71×10n/τ71 \times 10^n/\tau71×10n/τ

⌊71×10n/τ⌋\lfloor 71 \times 10^n/\tau \rfloor⌊71×10n/τ⌋ is prime for n=7,262,3933n = 7, 262, 3933n=7,262,3933. At each of these scales, 710×10n−1/τ710 \times 10^{n-1}/\tau710×10n−1/τ is near an integer whose integer part is prime.

7.3 The meta-return prime

⌊73,996,200/τ⌋=11,776,861\lfloor 73{,}996{,}200/\tau \rfloor = 11{,}776{,}861⌊73,996,200/τ⌋=11,776,861 is prime. Furthermore, 1,177,686,100,0011{,}177{,}686{,}100{,}0011,177,686,100,001 is prime. The function ⌊73,996,200×10k/τ⌋\lfloor 73{,}996{,}200 \times 10^k/\tau \rfloor⌊73,996,200×10k/τ⌋ is prime at k=0,5,74,193,282,775k = 0, 5, 74, 193, 282, 775k=0,5,74,193,282,775.

7.4 Repeating decimal tails

The decimal expansion of 710×10y/τ710 \times 10^y/\tau710×10y/τ for large yyy eventually settles into repeating tails. At y=6y = 6y=6, the tail is 16901408450704225352112676056338028‾\overline{16901408450704225352112676056338028}16901408450704225352112676056338028. At y=261y = 261y=261 and y=3932y = 3932y=3932, different tails appear. The ratios between the lengths of the non-repeating prefixes at these three scales are remarkably clean: 4/114/114/11, 33/1433/1433/14, and 7/67/67/6 — all ratios of small integers.


8. The Tau-Wave System

Status: computationally verified observation providing independent confirmation of the 73,996,200 return.

8.1 Setup

Define wave functions with two slightly different frequencies:

Wa=rasin⁡(x⋅ra−1),Wb=rbsin⁡(x⋅rb−1),W_a = r_a \sin(x \cdot r_a^{-1}), \quad W_b = r_b \sin(x \cdot r_b^{-1}),Wa​=ra​sin(x⋅ra−1​),Wb​=rb​sin(x⋅rb−1​),

where ra=113τ/710≈1−8.5×10−8r_a = 113\tau/710 \approx 1 - 8.5 \times 10^{-8}ra​=113τ/710≈1−8.5×10−8 (the kkk-constant from Section 4.5) and rb=τ−1≈0.15915r_b = \tau^{-1} \approx 0.15915rb​=τ−1≈0.15915. Phase-shifted versions Wc,WdW_c, W_dWc​,Wd​ use an offset of 6390⋅h6390 \cdot h6390⋅h. The interference pattern (Wa−Wb)−(Wc−Wd)(W_a - W_b) - (W_c - W_d)(Wa​−Wb​)−(Wc​−Wd​) measures how the slightly detuned frequencies drift relative to each other as hhh increases.

8.2 Return at h≈11,580h \approx 11{,}580h≈11,580

The wave interference returns to its initial state when 6390×h≈73,996,2006390 \times h \approx 73{,}996{,}2006390×h≈73,996,200, giving h≈11,580h \approx 11{,}580h≈11,580. This provides a wave-based consistency check for the same meta-return scale — from continuous wave analysis rather than discrete block arithmetic.

Since 73,996,200=710×104,220=6390×11,580=25,560×289573{,}996{,}200 = 710 \times 104{,}220 = 6390 \times 11{,}580 = 25{,}560 \times 289573,996,200=710×104,220=6390×11,580=25,560×2895, the return occurs simultaneously at every level of the hierarchy. The near-integer return 73,996,200/τ≈11,776,861.000016573{,}996{,}200/\tau \approx 11{,}776{,}861.000016573,996,200/τ≈11,776,861.0000165 places the meta-cycle scale within ∼10−5\sim 10^{-5}∼10−5 of an integer — and 11,776,86111{,}776{,}86111,776,861 is prime.


9. Complex Phase-Locking

9.1 The system

With correction normalization active:

Sn=sin⁡(n(α+iβ)),α=τq,β=αtan⁡(πT),S_n = \sin(n(\alpha + i\beta)), \qquad \alpha = \frac{\tau}{q}, \quad \beta = \alpha\tan(\pi T),Sn​=sin(n(α+iβ)),α=qτ​,β=αtan(πT),

where q=q1τq2q = q_1\tau^{q_2}q=q1​τq2​. Two real controls: α\alphaα governs rotation, β\betaβ governs exponential shear.

9.2 Spoke-count law

Proposition 3. If q=a/bq = a/bq=a/b in lowest terms, the spoke count is aaa.

qqq Reduced Spokes
17 17/117/117/1 17
1.7 17/1017/1017/10 17
0.3 3/103/103/10 3
7.05 141/20141/20141/20 141 (not 705)

The decimal point is irrelevant; only the reduced form matters. The q=7.05q = 7.05q=7.05 case is the strongest falsification test.

9.3 The correction toggle

With correction on: α\alphaα is fixed; changing TTT only changes β\betaβ. The locking skeleton (spoke count) is invariant while strand shapes deform. With correction off: α\alphaα drifts with TTT, creating apparent tongue motion that is a parameterization artifact.

9.4 The reappearance of 710

Samples are taken at nx(x)=n+x⋅710n_x(x) = n + x \cdot 710nx​(x)=n+x⋅710. The inter-block phase shift 710⋅τ/q710 \cdot \tau/q710⋅τ/q produces strong alignment when near an integer multiple of τ\tauτ — the same condition governing the arithmetic system. The 710-lattice is not a parameter choice; it is the natural comparison scale from the continued fraction.

9.5 Asymptotic circularity

For large nβn\betanβ, sin⁡(n(α+iβ))∼−e−inα+nβ/(2i)\sin(n(\alpha + i\beta)) \sim -e^{-in\alpha + n\beta}/(2i)sin(n(α+iβ))∼−e−inα+nβ/(2i), whose normalized shape is e−inαe^{-in\alpha}e−inα — a pure circle. The observed progression from elliptical to circular form is built into the complex sine asymptotics.

9.6 Gelfond's constant and the nnn-dependent system

A related system sin⁡(niτk)\sin(n^{i\tau^k})sin(niτk) with k=n(Zτ)k = n(Z\tau)k=n(Zτ) exhibits different convergence behaviour: as ZZZ increases, all points eventually settle to sin⁡(1)≈0.84147098\sin(1) \approx 0.84147098sin(1)≈0.84147098. At Z=0Z = 0Z=0, two critical crossing values appear:

NfirstCross=eπ/2≈4.81048,NSecondCross=eπ≈23.14069,N_{\text{firstCross}} = e^{\pi/2} \approx 4.81048, \qquad N_{\text{SecondCross}} = e^{\pi} \approx 23.14069,NfirstCross​=eπ/2≈4.81048,NSecondCross​=eπ≈23.14069,

where eπe^{\pi}eπ is Gelfond's constant. Note NSecondCross=NfirstCross2N_{\text{SecondCross}} = N_{\text{firstCross}}^2NSecondCross​=NfirstCross2​. The second crossing marks where the orbit first returns to the real axis; a further period completion occurs at NSecondCross⋅QN_{\text{SecondCross}} \cdot QNSecondCross​⋅Q where Q≈111.318Q \approx 111.318Q≈111.318. The appearance of eπe^{\pi}eπ — a known transcendental — as the natural scale of this τ\tauτ-indexed complex system is an open observation.


10. Symbolic Necessity

10.1 Definition

Definition 3. PPP is symbolically necessary for system S\mathcal{S}S, written ⊙P\odot P⊙P, when:

  1. Operational Dependence. S\mathcal{S}S requires PPP for semantic completeness.
  2. Constructive Inaccessibility. PPP cannot be finitely constructed by S\mathcal{S}S's operations.
  3. Projective Exactness. Finite subsystems can generate exact local structure by referencing PPP through bounded projections.

10.2 ⊙τ\odot \tau⊙τ

  1. Operational Dependence. Cyclic structure, Fourier analysis, eiθe^{i\theta}eiθ, and the residue theorem all require a full-turn constant.
  2. Constructive Inaccessibility. By Lindemann–Weierstrass (1882), τ\tauτ is transcendental. Algebra cannot construct what it depends on.
  3. Projective Exactness. This paper provides a worked mathematical example. The nonperiodic orbit {n/τ}\{n/\tau\}{n/τ} produces exact block structure, exact column sums, and exact finite-window returns through bounded codings.

10.3 The observer equation

D=F(S,RO):D = F(S, R_O):D=F(S,RO​):

S={n/τ}S = \{n/\tau\}S={n/τ} (continuous source), ROR_ORO​ (coding scheme), DDD (discrete output). Multiple codings of the same source:

Coding ROR_ORO​ Output DDD
⌊n/τ⌋ mod 9\lfloor n/\tau \rfloor \bmod 9⌊n/τ⌋mod9 Block values, 6/7 lengths
Renormalized 6390-window Exact carry-stable return
Tau-Wave interference 73,996,200 phase return
Complex sin⁡(n(α+iβ))\sin(n(\alpha+i\beta))sin(n(α+iβ)) on 710-lattice Spoke counts

Recurrence belongs to the coding, not the source. "τ\tauτ is irrational" and "the pattern recurs exactly" are not contradictions.

10.4 Gödel complement

Gödel shows finite systems cannot internally verify all truths. The τ\tauτ-block system shows what finite systems can still achieve: exact projected law from a completion they cannot contain. The proposed complement:

Incompleteness does not merely limit finite systems. It also explains why local exactness can exist without global closure — because the local structure is a bounded projection of a richer whole.

10.5 Information at scale

At the scale of Theorem 3, nothing relevant to the verified recurrence is lost in the projection. The bounded coding captures the full recurrence structure of the coding on that window.


11. Discussion

11.1 Central thesis

A continuous, nonperiodic generator can produce exact finite structure once viewed through a bounded observer map.

11.2 Claims and non-claims

Proved: Sturmian spacing (3,4)8⋅4⋅(3,4)7(3,4)^8 \cdot 4 \cdot (3,4)^7(3,4)8⋅4⋅(3,4)7. Phrase architecture 8+break+7+break8 + \text{break} + 7 + \text{break}8+break+7+break. Column sums {4068,6390,25560,4068,4068}\{4068, 6390, 25560, 4068, 4068\}{4068,6390,25560,4068,4068}. Exact return at q2q_2q2​, persisting 25 times, failing at a=26a = 26a=26 at {4593,5303,6013}\{4593, 5303, 6013\}{4593,5303,6013}. Unification of 102,240-cycle drift with carry threshold at {2463,3173,3883,4593,5303,6013}\{2463, 3173, 3883, 4593, 5303, 6013\}{2463,3173,3883,4593,5303,6013}.

Observed: Primes at scale (Appendix B). Meta-return at 73,996,200. Tau-Wave confirmation. Repeating decimal tail ratios 4/114/114/11, 33/1433/1433/14, 7/67/67/6 with product 1 (Appendix C). Gelfond's constant eπe^{\pi}eπ as natural crossing scale. sin⁡(1)\sin(1)sin(1) convergence.

Interpretive: Symbolic Necessity. Gödel complement.

Not claimed: That τ\tauτ is uniquely privileged (open question). That these patterns have physical realisations. That Gödel is "overcome." That the primes are causally generated.

11.3 Falsification tests

  1. Replace τ\tauτ with ϕ\phiϕ, 2\sqrt{2}2​, eee. If equally coherent hierarchies appear, the principle is universal.
  2. Change base. Replace mod 9 with mod 7 or mod 11.
  3. Verify the exact return for all 6390 values and the three failure indices at a=26a = 26a=26.
  4. Verify the 102,240 drift at exactly {2463,3173,3883,4593,5303,6013}\{2463, 3173, 3883, 4593, 5303, 6013\}{2463,3173,3883,4593,5303,6013}.
  5. Straighten coordinates. Replot tongues in α=τ/q\alpha = \tau/qα=τ/q.

11.4 Open problems

  1. Is the preserved per-unit error generic to all irrationals with good convergents?
  2. Can the 8-and-7 phrase structure be rigorously derived from partial quotients?
  3. What determines the phase-transition index at n=716n = 716n=716–717717717?
  4. What is the precise observable for the 73,996,200 meta-return?
  5. Are the arithmetic and wave projections functorially related?

12. Conclusion

We began at zero. The sequence ⌊n/τ⌋ mod 9\lfloor n/\tau \rfloor \bmod 9⌊n/τ⌋mod9 produces blocks of length 6 and 7, distributed as a Sturmian word. The internal architecture — 8 phrases, a break, 7 phrases, a break — reflects the continued fraction 710/113≈τ710/113 \approx \tau710/113≈τ. The column sums of the 6390-cycle converge to 406840684068 and 25,56025{,}56025,560, connected through τ\tauτ. The terminal indices are prime.

The central result is exact recurrence: a renormalized 6390-window returns with pointwise identity at q=1,308,519q = 1{,}308{,}519q=1,308,519, persists for 25 multiples, and breaks at the 26th at indices {4593,5303,6013}\{4593, 5303, 6013\}{4593,5303,6013} — spaced by 710. These same indices appear independently in the empirically discovered 102,240-cycle drift, where f(n)≠f(n+102,240)f(n) \ne f(n + 102{,}240)f(n)=f(n+102,240) at {2463,3173,3883,4593,5303,6013}\{2463, 3173, 3883, 4593, 5303, 6013\}{2463,3173,3883,4593,5303,6013}. Both are instances of the carry-threshold mechanism operating on the same 710-lattice. The convergence of two independent analyses on the same list of integers is the strongest evidence that the mechanism is real.

The same architecture reappears in the Tau-Wave system (confirming the 73,996,200 return) and in the complex sine family (where 710 serves as the natural comparison lattice and rational locking produces spoke counts).

We call this Symbolic Necessity: the principle that finite systems can reference structures they cannot construct, and that the bounded projections can be exact.

Exactness need not come from global periodicity. It can come from bounded renormalized observation of an irrational source.


Appendix A: Computational Verification

import math
tau = 2 * math.pi

def build_blocks(N):
    blocks, val, start = [], math.floor(0/tau) % 9, 0
    for n in range(1, N + 1):
        v = math.floor(n/tau) % 9
        if v != val:
            blocks.append({'length': n-start, 'value': val, 'start': start, 'stop': n-1})
            val, start = v, n
    if start < N:
        blocks.append({'length': N-start, 'value': val, 'start': start, 'stop': N-1})
    return [b for b in blocks if b['length'] > 0]

# Proposition 1
b710 = build_blocks(710)
assert len(b710) == 113
assert sum(1 for b in b710 if b['length']==6) == 81
assert sum(1 for b in b710 if b['length']==7) == 32
lengths = [b['length'] for b in b710]
phrase, brk = [7,6,6,7,6,6,6], [7,6,6,6]
i, p, k = 0, 0, 0
while i < len(lengths):
    if lengths[i:i+7] == phrase: p += 1; i += 7
    elif lengths[i:i+4] == brk: k += 1; i += 4
    else: raise ValueError(f"Unexpected at {i}")
assert (p, k) == (15, 2)

# Theorem 1
seven_pos = [i for i,b in enumerate(b710) if b['length']==7]
spacings = [seven_pos[i+1]-seven_pos[i] for i in range(len(seven_pos)-1)]
assert spacings == [3,4]*8 + [4] + [3,4]*7

# Theorem 2
b6390 = build_blocks(6390)
assert len(b6390) == 1017
assert sum(b['value'] for b in b6390) == 4068
assert sum(b['value']*b['length'] for b in b6390) == 25560
assert sum(b['start']%9 for b in b6390) == 4068
assert sum(b['stop']%9 for b in b6390) == 4068

# Theorem 3
eps = 6390/tau - 1017; q2 = 1308519
def y(n, q): return math.floor((n+6390*q)/tau) - 113*math.floor((n+6390*q)/710)
for n in range(6390): assert y(n,q2)-113 == y(n,0)
for a in range(1,26):
    for n in range(6390): assert y(n,a*q2)-113*a == y(n,0)
f26 = [n for n in range(6390) if y(n,26*q2)-113*26 != y(n,0)]
assert f26 == [4593, 5303, 6013]
assert f26[1]-f26[0] == f26[2]-f26[1] == 710

# Section 6: 102,240-cycle drift
drift = [n for n in range(6390)
         if math.floor(n/tau)%9 != math.floor((n+102240)/tau)%9]
assert drift == [2463, 3173, 3883, 4593, 5303, 6013]
assert all(drift[i+1]-drift[i]==710 for i in range(len(drift)-1))
assert set(f26).issubset(set(drift))

Appendix B: Complete Prime Catalogue

The following is a systematic record of all prime candidates found by evaluating ⌊c×10n/τ⌋\lfloor c \times 10^n / \tau \rfloor⌊c×10n/τ⌋ and related expressions, with exponents tested from n=1n = 1n=1 to 999999999999.

B.1 Primes from ⌊1/τ×10n⌋\lfloor 1/\tau \times 10^n \rfloor⌊1/τ×10n⌋

Exponent nnn Expression
71 ⌊1071/τ⌋\lfloor 10^{71}/\tau \rfloor⌊1071/τ⌋
90 ⌊1090/τ⌋\lfloor 10^{90}/\tau \rfloor⌊1090/τ⌋
155 ⌊10155/τ⌋\lfloor 10^{155}/\tau \rfloor⌊10155/τ⌋

B.2 Primes from ⌊τ×10n⌋\lfloor \tau \times 10^n \rfloor⌊τ×10n⌋

Exponent nnn Expression
344 ⌊τ×10344⌋\lfloor \tau \times 10^{344} \rfloor⌊τ×10344⌋
382 ⌊τ×10382⌋\lfloor \tau \times 10^{382} \rfloor⌊τ×10382⌋
521 ⌊τ×10521⌋\lfloor \tau \times 10^{521} \rfloor⌊τ×10521⌋
3779 ⌊τ×103779⌋\lfloor \tau \times 10^{3779} \rfloor⌊τ×103779⌋
5754 ⌊τ×105754⌋\lfloor \tau \times 10^{5754} \rfloor⌊τ×105754⌋

B.3 Primes from ⌊71×10n/τ⌋\lfloor 71 \times 10^n / \tau \rfloor⌊71×10n/τ⌋

Exponent nnn Value Notes
7 113,000,009 =⌊710×106/τ⌋= \lfloor 710 \times 10^6/\tau \rfloor=⌊710×106/τ⌋
262 (large prime)
3933 (large prime)

The exponent gaps are 255 and 3671.

B.4 Primes from ⌊73,996,200×10n/τ⌋\lfloor 73{,}996{,}200 \times 10^n / \tau \rfloor⌊73,996,200×10n/τ⌋

Exponent nnn Notes
0 11,776,86111{,}776{,}86111,776,861 (prime)
5
74
193
282
775

Equivalently expressed as ⌊739,962×10n+2/τ⌋\lfloor 739{,}962 \times 10^{n+2}/\tau \rfloor⌊739,962×10n+2/τ⌋ at n+2=2,7,76,195,284,777n+2 = 2, 7, 76, 195, 284, 777n+2=2,7,76,195,284,777.

B.5 The prime chain in 710/τ710/\tau710/τ

710/τ=113.00000959524569…710/\tau = 113.00000959524569\ldots710/τ=113.00000959524569…

Reading the integer part left to right:

Truncation Value Prime?
1 digit 1 unit
2 digits 11 prime
3 digits 113 prime
9 digits 113,000,009 prime

Additionally, ⌊73,996,200/τ⌋=11,776,861\lfloor 73{,}996{,}200/\tau \rfloor = 11{,}776{,}861⌊73,996,200/τ⌋=11,776,861 is prime, and 1,177,686,100,0011{,}177{,}686{,}100{,}0011,177,686,100,001 is prime.

B.6 The prime-factor scaffold

All cycle-length and block-count numbers decompose into the same small set of primes:

Cycle lengths Factorisations Block counts Factorisations
710 2×5×712 \times 5 \times 712×5×71 113 prime
6,390 2×32×5×712 \times 3^2 \times 5 \times 712×32×5×71 1,017 32×1133^2 \times 11332×113
25,560 23×32×5×712^3 \times 3^2 \times 5 \times 7123×32×5×71 4,068 22×32×1132^2 \times 3^2 \times 11322×32×113
102,240 25×32×5×712^5 \times 3^2 \times 5 \times 7125×32×5×71 16,272 24×32×1132^4 \times 3^2 \times 11324×32×113

The observation that 1017, 4068, and 16272 are composed exclusively of the primes {2,3,113}\{2, 3, 113\}{2,3,113}, while 6390, 25560, and 102240 are composed of {2,3,5,71}\{2, 3, 5, 71\}{2,3,5,71}, means the entire hierarchy rests on four primes: {2,3,5,71}\{2, 3, 5, 71\}{2,3,5,71} and {113}\{113\}{113}.


Appendix C: Repeating Decimal Structure

C.1 Setup

The decimal expansion of 710×10y/τ710 \times 10^y / \tau710×10y/τ for large yyy eventually settles into a non-repeating prefix followed by a repeating tail. Three cases were examined:

yyy Non-repeating prefix Repeating tail (35 digits)
6 …15915494225352112676056338028\ldots 15915494225352112676056338028…15915494225352112676056338028 16901408450704225352112676056338028‾\overline{16901408450704225352112676056338028}16901408450704225352112676056338028
261 (268 digits, begins 15915494309…15915494309\ldots15915494309…) 46478873239436619718309859154929577‾\overline{46478873239436619718309859154929577}46478873239436619718309859154929577
3932 (3939 digits, begins 15915494309…15915494309\ldots15915494309…) 19718309859154929577464788732394366‾\overline{19718309859154929577464788732394366}19718309859154929577464788732394366

C.2 The tail ratios

Let aaa, bbb, ccc denote the three 35-digit repeating tails read as integers. Then:

ab=411,bc=3314,ca=76.\frac{a}{b} = \frac{4}{11}, \qquad \frac{b}{c} = \frac{33}{14}, \qquad \frac{c}{a} = \frac{7}{6}.ba​=114​,cb​=1433​,ac​=67​.

These are exact rational ratios of small integers. Their product:

411×3314×76=4×33×711×14×6=924924=1.\frac{4}{11} \times \frac{33}{14} \times \frac{7}{6} = \frac{4 \times 33 \times 7}{11 \times 14 \times 6} = \frac{924}{924} = 1.114​×1433​×67​=11×14×64×33×7​=924924​=1.

This is required by the cyclic structure (a/b×b/c×c/a=1a/b \times b/c \times c/a = 1a/b×b/c×c/a=1), but the individual ratios being clean fractions of small integers is not forced. The prime content of the ratios is:

411=2211,3314=3×112×7,76=72×3.\frac{4}{11} = \frac{2^2}{11}, \qquad \frac{33}{14} = \frac{3 \times 11}{2 \times 7}, \qquad \frac{7}{6} = \frac{7}{2 \times 3}.114​=1122​,1433​=2×73×11​,67​=2×37​.

Every prime appearing in the numerator of one ratio appears in the denominator of another. The primes involved are {2,3,7,11}\{2, 3, 7, 11\}{2,3,7,11} — all small, and 777 and 111111 echo the 717171 and 113113113 that structure the block hierarchy.

C.3 The exponent spacing

The three yyy-values at which these tails were observed are 6,261,39326, 261, 39326,261,3932, with gaps 255255255 and 367136713671. These are the same exponents at which ⌊71×10y+1/τ⌋\lfloor 71 \times 10^{y+1}/\tau \rfloor⌊71×10y+1/τ⌋ yields primes (Section B.3: n=7,262,3933n = 7, 262, 3933n=7,262,3933). The repeating-tail structure and the prime-generating property occur at the same scales.


References

  1. Steinhaus, H. (1957). One Hundred Problems in Elementary Mathematics. Problem 57.
  2. Morse, M. and Hedlund, G. A. (1940). "Symbolic dynamics II: Sturmian trajectories." Amer. J. Math., 62(1), 1–42.
  3. Lothaire, M. (2002). Algebraic Combinatorics on Words. Cambridge.
  4. Hardy, G. H. and Wright, E. M. (1979). An Introduction to the Theory of Numbers. 5th ed. Oxford.
  5. Gödel, K. (1931). "Über formal unentscheidbare Sätze." Monatshefte Math. Phys., 38, 173–198.
  6. Lindemann, F. (1882). "Über die Zahl π\piπ." Math. Annalen, 20, 213–225.
  7. Khinchin, A. Ya. (1964). Continued Fractions. U. Chicago Press.
  8. Arnol'd, V. I. (1961). "Small denominators. I." Izvestiya AN SSSR, 25(1), 21–86.

Correspondence: i.am@timothysolomon.com

Developed through human reseach and perseverance AI-collaborative writing and code generation (2024–2026), with all mathematical claims verified by computation.

Timothy Solomon2026-03-2052 min read
Contents
1. Abstract1. Introduction1.1 Counting circles1.2 The blocks of six and seven1.3 Epistemic status1.4 Why τ\tauτ rather than π\piπ2. Block Properties and the 710-Cycle2.1 Formal definitions2.2 The first seven blocks2.3 The 710-cycle: phrase-and-break architecture2.4 Continued fraction context2.5 Value progression3. Sturmian Structure3.1 The spacing sequence4. The Hierarchical Tower4.1 The 6390-cycle4.2 Column sum coincidences4.3 Block-sum distribution4.4 Prime factorizations4.5 Preserved approximation error4.6 Primes at cycle boundaries4.7 Block-sum chain5. Exact Finite-Window Return5.1 The claim5.2 The renormalized return map5.3 The carry mechanism5.4 Exact return at q2=1,308,519q_2 = 1{,}308{,}519q2​=1,308,5195.5 Persistence and breakdown6. The 102,240-Cycle Drift: Unification6.1 Empirical discovery6.2 The carry-threshold explanation6.3 Connection to Theorem 36.4 Significance7. Primes at Scale7.1 The prime chain in 710/τ710/\tau710/τ7.2 Primes from 71×10n/τ71 \times 10^n/\tau71×10n/τ7.3 The meta-return prime7.4 Repeating decimal tails8. The Tau-Wave System8.1 Setup8.2 Return at h≈11,580h \approx 11{,}580h≈11,5809. Complex Phase-Locking9.1 The system9.2 Spoke-count law9.3 The correction toggle9.4 The reappearance of 7109.5 Asymptotic circularity9.6 Gelfond&#39;s constant and the nnn-dependent system10. Symbolic Necessity10.1 Definition10.2 ⊙τ\odot \tau⊙τ10.3 The observer equation10.4 Gödel complement10.5 Information at scale11. Discussion11.1 Central thesis11.2 Claims and non-claims11.3 Falsification tests11.4 Open problems12. Conclusion14. Appendix A: Computational Verification15. Appendix B: Complete Prime Catalogue15.1 B.1 Primes from ⌊1/τ×10n⌋\lfloor 1/\tau \times 10^n \rfloor⌊1/τ×10n⌋15.2 B.2 Primes from ⌊τ×10n⌋\lfloor \tau \times 10^n \rfloor⌊τ×10n⌋15.3 B.3 Primes from ⌊71×10n/τ⌋\lfloor 71 \times 10^n / \tau \rfloor⌊71×10n/τ⌋15.4 B.4 Primes from ⌊73,996,200×10n/τ⌋\lfloor 73{,}996{,}200 \times 10^n / \tau \rfloor⌊73,996,200×10n/τ⌋15.5 B.5 The prime chain in 710/τ710/\tau710/τ15.6 B.6 The prime-factor scaffold16. Appendix C: Repeating Decimal Structure16.1 C.1 Setup16.2 C.2 The tail ratios16.3 C.3 The exponent spacing17. References
Publication Details
AuthorTimothy Solomon
Published2026-03-20
Read Time52 min read
Topics
Tau ConstantSturmian SequencesNumber TheorySymbolic NecessityContinued FractionsIrrational RotationExact RecurrenceCarry Threshold
Contents
1. Abstract1. Introduction1.1 Counting circles1.2 The blocks of six and seven1.3 Epistemic status1.4 Why τ\tauτ rather than π\piπ2. Block Properties and the 710-Cycle2.1 Formal definitions2.2 The first seven blocks2.3 The 710-cycle: phrase-and-break architecture2.4 Continued fraction context2.5 Value progression3. Sturmian Structure3.1 The spacing sequence4. The Hierarchical Tower4.1 The 6390-cycle4.2 Column sum coincidences4.3 Block-sum distribution4.4 Prime factorizations4.5 Preserved approximation error4.6 Primes at cycle boundaries4.7 Block-sum chain5. Exact Finite-Window Return5.1 The claim5.2 The renormalized return map5.3 The carry mechanism5.4 Exact return at q2=1,308,519q_2 = 1{,}308{,}519q2​=1,308,5195.5 Persistence and breakdown6. The 102,240-Cycle Drift: Unification6.1 Empirical discovery6.2 The carry-threshold explanation6.3 Connection to Theorem 36.4 Significance7. Primes at Scale7.1 The prime chain in 710/τ710/\tau710/τ7.2 Primes from 71×10n/τ71 \times 10^n/\tau71×10n/τ7.3 The meta-return prime7.4 Repeating decimal tails8. The Tau-Wave System8.1 Setup8.2 Return at h≈11,580h \approx 11{,}580h≈11,5809. Complex Phase-Locking9.1 The system9.2 Spoke-count law9.3 The correction toggle9.4 The reappearance of 7109.5 Asymptotic circularity9.6 Gelfond&#39;s constant and the nnn-dependent system10. Symbolic Necessity10.1 Definition10.2 ⊙τ\odot \tau⊙τ10.3 The observer equation10.4 Gödel complement10.5 Information at scale11. Discussion11.1 Central thesis11.2 Claims and non-claims11.3 Falsification tests11.4 Open problems12. Conclusion14. Appendix A: Computational Verification15. Appendix B: Complete Prime Catalogue15.1 B.1 Primes from ⌊1/τ×10n⌋\lfloor 1/\tau \times 10^n \rfloor⌊1/τ×10n⌋15.2 B.2 Primes from ⌊τ×10n⌋\lfloor \tau \times 10^n \rfloor⌊τ×10n⌋15.3 B.3 Primes from ⌊71×10n/τ⌋\lfloor 71 \times 10^n / \tau \rfloor⌊71×10n/τ⌋15.4 B.4 Primes from ⌊73,996,200×10n/τ⌋\lfloor 73{,}996{,}200 \times 10^n / \tau \rfloor⌊73,996,200×10n/τ⌋15.5 B.5 The prime chain in 710/τ710/\tau710/τ15.6 B.6 The prime-factor scaffold16. Appendix C: Repeating Decimal Structure16.1 C.1 Setup16.2 C.2 The tail ratios16.3 C.3 The exponent spacing17. References

Timothy Solomon

Personal intellectual publication, philosophy, mathematics, and speaking.

Sitemap

  • Home
  • Products
  • Solutions
  • Use Cases
  • About
  • Projects
  • Contact

Ecosystem

  • Timothy Solomoncurrent
  • Hire Timothy Solomon
  • FTL Marketing
  • Oblio
  • Victory Initiative
  • Keimenon

© 2026 Timothy Solomon. All rights reserved.

Designed by Timothy Solomon