README.md
26.5 kB · markdown
ratio-set-saving
- Decides exactly, at no level cap, which coprime directions lie in the ratio set of the gasket
G = {(u,v) : u, v binary base 3, supports disjoint}, and measures the counting function the ratio-set power saving asks to bound. - The decision is automaton reachability, not enumeration, so
A(X)here is the limit over every level: one quantifier stronger than the level-coupled census inlab/py/occupancy-decay, and the honest form of the lemma. - Conventions, printed by the sweep: height is
max(z_1, z_2), counts are of ordered directions, weight isw = z_1 + z_2,lev(z)is the digit length of the smallest witness,c = lev / log_3 heightis per direction, and the share column instead thresholdslevagainst1.8073 log_3 xat the window capx, not per direction. Z(w)counts the occupied directions of weight exactlyw;D_n(q)counts the binary base-3 multiples ofqbelow3^n.Zinf(w)relaxes occupancy from an integer witness to a 3-adic one,N_P(delta)is the cover of the slope setP = {u/(u+v) : (u,v) in G}at scaledelta, and reach is the forward reachable set of the band automaton fromz_1/3.R_k = {u v^(-1) mod 3^k : (u,v) in G_k, u > 0, 3 does not divide v}is indexed by the modulus3^k, soR_1is empty underu > 0and the sequence|R_k| = 1, 3, 9, 23, 63, 168, 457, 1245, 3423starts atk = 2;lab/py/occupancy-decaycarries the same definition and the same offset.
POSITIONING
- The gasket is Kenyon's one-dimensional Sierpinski gasket, and the direction question is the radial analogue of his projection theorem: an orthogonal projection in a reduced direction
p/qhas dimension below 1 unlessp + q = 0 mod 3, and since every occupied ray here has weight coprime to 3, every direction this lemma counts sits in the dimension-below-one half of his dichotomy. - The counting statement is the missing-digit rational-counting problem of Chow, Varju and Yu, whose
T^(2 kappa - rho)power saving is the only theorem of the right shape and whose hypotheses cover everybase >= 5withbase - 1digits and base 4, excluding base 3 with two digits: the case here is precisely the excluded one, and the obstruction is the same resonance at3^hthat makes the uniformD_n(q)bound false. - No fractal-geometric input can help: the middle-thirds quotient set
C/Cis a union of intervals by Athreya, Reznick and Tyson, so any saving is arithmetic and comes from the reduction to lowest terms, not from thinness. - Sum-product and multiplicative energy point the wrong way by construction, since
|A/A| >= |A|^4 / Eis a lower bound and an upper bound of the form|A/A| << |A|^(2-eps)would force multiplicative structure a missing-digit set does not have. - The counting is not metric in either place it could be. Archimedean: the slope set
P = {u/(u+v)}is a compact set whose cover at scale3^-nis measured at3^n / n, so a covering bound givesw / log wand nothing more. Non-archimedean: occupancy forcesz_1 z_2^(-1)into the 3-adic ratio setR_inf = intersect_k preimage(R_k)inZ_3, whose 3-adic dimension is 1 on the samesigma_k ~ C/kreading; the honest transplant of a missing-digit rational-counting theorem is therefore toR_inf, not to the slope variable, and it needs an input beyond dimension because the dimension is 1.
THE BAND
- For
3 | z_1the pair carry state(c_1, c_2)ofm z_1, m z_2is determined by the single integerj = c_1 z_2 - c_2 z_1, and3^k j = E_2 z_1 - E_1 z_2whereE_1, E_2are the emitted low digits; disjoint supports makeE_1 + E_2binary base 3, hence at most(3^k - 1)/2, so-z_2/2 < j < z_1/2and at most(z_1-1)/2 + (z_2-1)/2 + 1states are reachable, aboutw/2. - The transition is
j -> (j + a)/3witha = 0ora = z_1when3 | j,a = -z_2whenj = z_2 mod 3, and none whenj = -z_2 mod 3; the origin is the only state of the fibrej = 0, and a direction is occupied exactly when0is reachable fromz_1/3. - One coordinate must carry the 3: if
3divides neitherz_1norz_2then, taking3out ofmfirst, bothm z_1andm z_2have low digit in{1, 2}, binary forces both to 1, and the supports collide - so no such direction is occupied and the automaton is only ever built with3 | z_1. - Over the integers of the band the out-degrees
2, 1, 0fall one to each residue class mod 3, so the mean out-degree is1 + O(1/w): the survivor process is critical, and the whole difficulty of the lemma is that a critical walk must hit one target state in a band of widthw. - The band is forward-invariant for every integer it contains, not only for the reachable ones, so the automaton is the induced subgraph on
(-z_2/2, z_1/2)and its core - the states admitting an infinite forward path - is computed by removing states of out-degree zero to fixation inO(w). - Read backward the moves are
k -> 3k,3k - z_1,3k + z_2; the first two are both0 mod 3because3 | z_1, the third isz_2 mod 3and the class-z_2 mod 3has no preimage at all, so in-degree is at most 3 but the classes are not one apiece as they are forward. A backward path of lengthLlands onz_2 C - z_1 Afor a gasket pair(A, C)of levelL, so the backward cone of0is{z_2 C - z_1 A} intersect bandand occupancy isz_1/3lying in it.
RUN
uv run python research/lab/py/ratio-set-saving/ratio.py checkmatches occupancy andlevagainst direct gasket enumeration atn = 6, 9, 12, matches the band automaton against the two-carry automaton to height 120 with no band violation, confirms the[1/3, 2/3]gap on both the automaton and the raw rays, confirms that every occupied direction reaches the core, rebuilds|R_k| = 1, 3, 9, 23, 63atk = 2..6and finds no failure of the residue recovery, no residue outsideR_kand no weight below 729 breakingZ(w) <= 2 |R_k|, pins the binary-weight floor atw = (3^k-1)/2fork = 2..8, and asserts the Fourier identityN_T = (1/m_T) Sum_u Prod_p (1 + e(u 3^p / m_T))against the residue DP and the meet-in-the-middle count over everyTatk = 7, 8with the antipodal family's exact count atk <= 8, asserts the block ladder atk = 2..5with its four-block branch atk = 3, and matches the depth-3 lift census againstZ(R_k)atk = 7, 8, 9; 3.6 s.... levels 243and... levels 2187 --lo 9 --hi 9are the cross-checks against the earlier census;... sweep 2048,... band 3000,... multiples 20,... box 12 16and... core 121 244 355 730 757 1093 2188 3271 3280 6562 9841are the kept rows, together about a minute.... layers 8192is the exact weight-layer scan, 31 s, and is the generator for every per-weight exponent and constant here;... weights Wgives one weight atO(phi(w) sqrt(w))and reachesw = 1594324in 191 s.... repunitis the repunit familyw = (3^k - 1)/2,k = 2..13in 20 s: the floor three ways,Z(R_k)with minimal witnesses, the lift union, and the non-submask directions atk = 7, 8, 9;--kmax 15adds two rows in about 12 minutes.... lifts --kmax 19 --zmax 15is the lift censusk = 2..19: the unionU_k = |Union_T Occ_T|, the sumSum_T |Occ_T|, the modelL_k = Sum_T 1/m_T, the aggregateagg_kagainst it after the coprime cut, the per-Tpeak with its multiplier, the cyclotomic count against its closed form, andZ(R_k)with the deep tail where the band automaton reaches; meeting the two halves of a submask in the middle decidesm_T | AinO(2^(k/2))perT, so the union alone runsk = 2..19in 21 s and the whole 10 min 43 s is theZcolumn, 557 s of it atk = 15.... tailis the depth census of the repunit layer, 2 min 5 s at the defaults: the depth of an occupied direction is the number ofk-blocks its minimal witness liftm R_kfills, soU_kis depth at most 2 and the verb adds the depth-3 censusV_k,Z(R_k), the deep tail, the share of the tail captured at depth 3 and the tail's depth histogram, with the2 * 3^kdepth-3 lifts enumerated as an independent generator and asserted against the automaton;--kmax 15addsk = 14, 15for ten minutes more,--famax 13is the int64 ceiling and costs about a quarter hour, and a one-position lift meets its submasks in the middle at2^(k/2)against2^kfor a two-position one.... aggis the Fourier side of the lift family, 21 s: for everyTatk = 5..11the residue distribution of the submasks ofK_Tmodm_Tbykrolls and its FFT, checked against the direct productProd_p (1 + e(u 3^p / m_T))atk <= 9, giving the raw countN_TwithA = 0andA = K_Tkept, the aggregateu != 0share, the absolute sumAbs_kand the largestu != 0term; the mass at the cyclotomicTfort = 2..5; the antipodal familym_T = (3^(pt) + 1)/(3^t + 1)at every oddp <= 19and every shifts <= twithk <= 19; and the cut-free aggregateM_k = Sum_T N_Ttok = 19by meet in the middle with its bands.--umaxpast 12 is FFT time growing sixfold per step; never needs theZ(R_k)column.... sweep 16384is the deepest box sweep, 373 s against 15.0 s at 4096 and 0.6 s at 1024, so cost grows nearX^2.3;... box 12 18is the deepest cover, 115 s and 0.4 GB, andcoverrefuses anything past1.5 * 3^(2n + extra) >= 2^63because the cell arithmetic is int64.
CLAIMS
- The halved band is proved and essentially attained: to height 3000 no pair violates the cap
(z_1-1)/2 + (z_2-1)/2 + 1, the largest reachable set is 2921 states at(2997, 2926)against a cap of 2961, a fraction0.9865, and the cap is met outright at(3, 1); that fraction is the maximum and not the rule, the mean reach beingsqrt(w)-sized below; the two automata agree on every pair to height 120 (ratio.py band,ratio.py check). Proved. - No direction with
3dividing neither coordinate is occupied, by the low-digit collision above; the gasket rays to height 60 are symmetric under the coordinate swap and every one of them has exactly one coordinate divisible by 3 (ratio.py check). Proved. - The decision procedure reproduces the earlier census exactly:
A(n, 3^5) = 384, 408, 426, 436, 446, 460, 468, 472, 474atn = 10..18against theoccupancy-decayreading384 .. 474, andA(9, 3^7) = 2818reproduces the pinned regression from a generator that never enumerates the gasket. Verified. - The uncapped counts are
A(X) = 32, 80, 206, 572, 1404, 4124, 9832, 26638, 72014, 184266atX = 32, 64, ..., 16384, withlog A / log Xinside[1.2057, 1.2494]and the local exponent inside[1.3554, 1.4380]overX = 2048..16384, against the box exponent 2 and the1.8073that Conjecture O asks; saturation is genuine,A(243) = 482andA(2187) = 10854(ratio.py sweep,levels). Verified. - The inequality
A(3^n) >= R(n)holds withR(n)the number of occupied non-fibre rays of leveln, since every such ray is primitive with both coordinates below3^n, hence of height below3^n, and no two distinct rays are the same rational. Proved. - With the ray totals
R(13) = 1044840(lab/rs/dimension-one-ladder) andR(16) = 28545340(lab/py/occupancy-decay) that inequality readsA(3^n) >= 0.655 * 3^natn = 13and>= 0.663 * 3^natn = 16, so the exponent is at least 1 and no route can win more thaneps = 1. Verified. - The weight layer is the sharp reduction:
Sum_{w <= X} Z(w) <= A(X) <= Sum_{w <= 2X} Z(w), so a pointwiseZ(w) <= C w^betagivesA(X) <= C' X^(1+beta), hence Conjecture O at everyalpha < 1/(1+beta);beta < 1giveseps > 0andbeta < 0.8073gives O whole. Proved. - The layer has a floor on the binary weights: if
wis itself binary base 3 then every submask splits it, soZ(w) >= #{a submask of w : 0 < a < w, gcd(a,w) = 1}, and the floor is attained exactly atw = 4, 13, 40, 121, 364and missed by 6 at1093and3280(ratio.py check). Proved. - The floor does not yet prove an exponent, and the corridor's lower end is open: at
w = (3^k-1)/2the coprime cut leaves2, 6, 8, 30, 24, 126, 112againstw^(log 2 / log 3) = 2.4, 5.0, 10.3, 20.6, 41.3, 82.6, 165.3fork = 2..8, so the floor beats the missing-digit exponent at oddkand loses at evenk, and no family is proved to supply infinitely many good weights. What is proved is only the targetbeta < 0.8073; thatbetacannot fall belowlog 2 / log 3 = 0.6309297is Conjecture, and the corridor above it is measured out below. - The floor is where the layer actually sits, and the corridor holds across the sweep:
(W, Z_max, argmax)reads(32, 6, 13), (64, 8, 40), (128, 30, 121), (256, 30, 121), (512, 32, 355), (1024, 66, 757), (2048, 132, 1093), (4096, 136, 3271), (8192, 266, 7381), (16384, 500, 9841), every argmax a binary base-3 integer and121extremal at two consecutive caps, withlog Z_max / log Winside[0.5000, 0.7010]printed by the sweep itself, a margin of0.106below the0.8073the reduction needs. Verified. - The top digit fixes the shape of every occupied direction. The highest base-3 digit
3^tofm(z_1 + z_2)belongs to exactly one of the disjoint binary numbersm z_1,m z_2, and the other is a sum of distinct powers below3^t, hence at most(3^t - 1)/2; somax(z_1, z_2) > 2 min(z_1, z_2)and the slopez_1/wnever lies in[1/3, 2/3]. Nothing violates it: no occupied direction of weight at most 8192, no occupied pair to height 120, and no gasket ray atn = 12(ratio.py layers,ratio.py check). Proved. - The layer is one congruence class per direction, so the congruence route and the weight-layer route are the same bound. From
r = z_1 z_2^(-1) mod 3^kandz_2 = w - z_1comesz_1 (1 + r) = r w, andr = -1 mod 3would force3 | w, so1 + ris a unit andz_1 = r w (1 + r)^(-1) mod 3^kis determined; with0 < z_1 < w < 3^kthe mapz_1 -> ris injective andZ(w) <= 2 |R_k|at the leastkwith3^k > w. Hencebeta < 1from this side needssigma_kto fall geometrically, which is exactly what criticality forbids. The bound is not weak at the start:sigma_k = |R_k|/3^kequals1/9exactly atk = 2, 3, 4and first falls below atk = 5, where23/243 = 0.0947, and2 |R_k|already beats the trivial(2/3) phi(w)atw = 13(6 against 8.0) and atw = 121(46 against 73.3). It is weak at the end: on theoccupancy-decayreading|R_13| = 73440it allows146880atw = 797161against the trueZ = 10388, an overshoot past a factor fourteen (ratio.py weights,ratio.py check). Proved. - The metric route is exactly a covering number, and the covering number measures too large. In the slope coordinate the ratio set is
P = {N/D : D binary base 3, N a submask of D}, two of its points of denominatorwdiffer by at least1/w, so an interval of length1/wholds at most two andZ(w) <= 2 N_P(1/w); that sandwich is the proved half. The cover itself is only measured: counting both swap halves and three digits past the scale givesN_P(3^-n) = 106874, 297974, 834624, 2347108, 6627474, 18775754, 53345672atn = 12..18, each a lower estimate of the saturated count, since atn = 12the count climbs103248, 105878, 106626, 106874, 106958, 106988, 106994over zero to six extra digits with the increments falling by a factor near three.n N_P / 3^nrises2.4132 -> 2.4785,log_3 N_P / nrises0.8783 -> 0.8997and the step exponent rises0.9333 -> 0.9504, every reading monotone and every one already above the0.8073the reduction needs. So on the data the cover is3^n / nup to a constant, the route yieldsO(w / log w)and cannot reachw^0.8073- the same1/logceiling that stops the congruence seed, and the reason a missing-digit import belongs at the 3-adic ratio set and not at the slope. Seven points with a constant still rising is a measurement and never an asymptotic (ratio.py box). Proved / Verified. - Returning to
0is barely harder than surviving. LetZinf(w)count the directions whose start reaches the core, that is those with a 3-adic witness rather than an integer one; thenZ(w) <= Zinf(w), and the excess is small:Zinf/Zreads1.0, 1.0, 1.3125, 1.0417, 1.2425, 1.2122, 1.1516, 1.5295, 1.356, 1.3489, 1.524atw = 121, 244, 355, 730, 757, 1093, 2188, 3271, 3280, 6562, 9841, worst1.5295atw = 3271, with no occupied direction to height 120 missing the core. So the target may be relaxed from hitting one state to surviving at all without losing the exponent (ratio.py core,ratio.py check). Proved / Verified. - The layer band, per weight and deeper. The exact layer scan to 8192 prints per octave the tuple
(octave, argmax Z, Zmax, argmax of log Z / log w, that exponent, argmax of Z / w^(log 2 / log 3), that constant):(32, 40, 8, 40, 0.5638, 40, 0.7804),(64, 121, 30, 121, 0.7093, 121, 1.4556),(128, 244, 30, 244, 0.6188, 244, 0.9351),(256, 355, 32, 283, 0.6025, 283, 0.8516),(512, 757, 66, 757, 0.632, 757, 1.0071),(1024, 1093, 132, 1093, 0.6979, 1093, 1.5975),(2048, 3271, 136, 2188, 0.6349, 2188, 1.031),(4096, 7381, 266, 6562, 0.6319, 6562, 1.0078). All twenty-four argmaxes are binary base-3 integers, a flag the scan prints for itself; the largest per-weight exponent is0.7093atw = 121and the largest constant1.5975atw = 1093, a margin of0.098below the0.8073the reduction needs, read weight by weight rather than off a running maximum (ratio.py layers). Verified. - The two extremal families hold that exponent seven octaves further out. On the repunits
w = (3^k - 1)/2atk = 9, 11, 13the layer readsZ = 500, 2360, 10388withlog Z / log w = 0.676, 0.6818, 0.6806andZ / w^(log 2 / log 3) = 1.5124, 1.7845, 1.9637; on the shift weightsw = 1 + 3^hath = 7, 9, 11, 13it readsZ = 132, 470, 2500, 11056with exponents0.6349, 0.6223, 0.6475, 0.652and constants1.031, 0.918, 1.2207, 1.3497. Off those families the layer collapses:Z = 26, 64, 68, 332atw = 88571, 88574, 797159, 797162with exponents0.2861, 0.3651, 0.3106, 0.4272, one to two orders below their structured neighbours. So the whole weight of the conjecture sits on the binary weights, and up tow = 1594324their exponent never exceeds0.6818(ratio.py weights). Verified. - The square-root law, and where it breaks. The forward reachable set of the critical band walk has mean size
0.2249to0.2947timessqrt(w)at the four unstructured weights above, flat across a factor nine inw, which is the total-progeny law of a critical branching process confined to a band of widthw/2and predictsZ(w) ~ sqrt(w)- the measured floor of the corridor. The structured weights are exactly where it fails: the same ratio reads0.4137, 0.5046, 0.6422on the repunits atk = 9, 11, 13and0.9665, 1.4225, 1.9994, 2.9183on the shifts ath = 7, 9, 11, 13, growing likew^0.16there (ratio.py weights). Conjecture. - The corridor closes to one value. Below
8192nothing beatsZ(w) <= 1.5975 w^(log 2 / log 3), the maximum being taken atw = 1093, the repunits beat it fromk = 11on (1.7845,1.9637atk = 11, 13), and the exponent on the extremal families is flat at0.68and falling out tow = 1594324; sobeta = log 2 / log 3 = 0.6309297is conjecturally both ends of the corridor, which is0.1763clear of the0.8073that gives Conjecture O whole and yieldsalpha < 0.6131. Conjecture. - The criticality fixes the congruence seed at a polynomial law and predicts its constant: mean out-degree 1 gives survival
sigma_k ~ C/k, hencec_k = log_3((k+1)/k)andk c_k -> 1 / log 3 = 0.9102392, against theoccupancy-decayreading[0.8418, 0.8628]rising overk = 13..18; on this mechanism no congruence route can ever buy an exponent, and the0.2618596Cauchy-Schwarz cap is never approached. Conjecture. - The repunit layer, exactly as far as it goes. On
w = R_k = (3^k - 1)/2the floorPhi_k = #{S : {} != S != [0,k-1], gcd(a_S, R_k) = 1}isSum_{q | rad R_k} mu(q) N_k(q)withN_k(q) = q^(-1) Sum_{t mod q} P_{q,t}^(k / ord_q(3)),P_{q,t} = Prod_{r < ord_q(3)} (1 + e(t 3^r / q)), soPhi_k = 2^k - 2at primeR_kandN_k(p) = (2^k + p - 1)/pwhenever2is a power of3modp; the verb prints the direct count, the residue DP and the Fourier form and they agree atk = 2..15:2, 6, 8, 30, 24, 126, 112, 450, 460, 1958, 1344, 8190, 8064, 27360. Every binary multiple ofR_kbelow3^(2k)isK_T = a_(T^c) + 3^k a_Twith multiplier1 + 2 a_TorR_(2k), the lift setsOcc_Tare occupied, and their union equalsZ(R_k)atk <= 10and falls short by18, 16, 108, 162, 624atk = 11..15;Z(R_k) = 2, 6, 8, 30, 24, 132, 118, 500, 530, 2360, 1634, 10388, 10440, 36190, the excess ratioX_k = (Z - Phi) / Phirises0.0476 -> 0.3227overk = 7..15, and the minimal witness reaches436digits with a column used27times atk = 13, so no witness family of bounded height is exact; the drift factors as2^(log 2 / log 3) (1 - 3^(-k))^(-log 2 / log 3) (Phi_k / 2^k) (1 + X_k)(ratio.py repunit). Proved / Verified. - The equidistribution model for the lifts is summable, and cannot be enforced one lift at a time.
m_T = 1 + 2 a_T > 2 * 3^(max T)and exactly2^(t-1)setsTinside[1, k-1]havemax T = t, soL_k = Sum_T 1/m_T < 1 + (1/4) Sum_{t >= 1} (2/3)^t = 3/2at everyk, reading1.14285atk = 2and1.41723atk = 19. Atk = 2t + 1andT = [t, 2t-1]the multiplier ism_T = 3^(2t) - 3^t + 1 = Phi_6(3^t)with(3^t + 1) m_T = 3^(3t) + 1, so the2^(t-1)setsSinside[1, t-1]give submasksA = (3^(3t) + 1) a_SofK_Tdivisible bym_Tand their2^(t-1)complementsK_T - Aare distinct, at least2^tin all against a model below1: no uniformC 2^k / m_T^csurvives pastc = log 2 / (2 log 3) = 0.3154649, while convergence ofSum_T m_T^(-c)needsc > log 2 / log 3 = 0.6309297, so every exponent that would close the lift half is refuted for that shape.Occ_Tthere is exactly{(3^t + 1) a_S}with its complements, of size2(2^(t-1) - 1)at primeR_kand2, 6, 12, 30, 62, 100, 254, 510att = 2..9, an unconditional version needing#{S inside [1, t-1] : gcd(a_S, R_k) = 1} >= 2^t / poly(t)which is nowhere proved, andmax_T |Occ_T| m_T / 2^kreads4.562, 32.953, 151.898, 861.43, 4016.626, 14589.791, 83406.073, 376843.283at oddk = 5..19, at thatTevery time (ratio.py lifts,ratio.py check). Proved / Verified. - The lift union to
k = 19, and the aggregate that decides it.U_kreads2342, 1618, 10280, 10278, 35566, 31910, 175314, 128698, 715322atk = 11..19against the floor1958, 1344, 8190, 8064, 27360, 24384, 131002, 95040, 523982, and exactlyU_k <= Sum_T |Occ_T| = agg_k L_k Phi_k; overk = 11..19agg_ksits inside[1.01748, 1.11457]with no trend,L_kinside[1.41043, 1.41724],U_k / Phi_krises monotonically across[1.19611, 1.36517]andU_k / Sum_T |Occ_T|sits inside[0.76088, 0.93128]. SoU_k = O(2^k)is the boundedness ofagg_kand nothing else, an on-average equidistribution over the lift family; the same table reproducesZ(R_k)and the deep tail18, 16, 108, 162, 624atk = 11..15(ratio.py lifts --kmax 19 --zmax 15). Verified. - Refuted as an input: no bound
D_n(q) <= C 2^n / qholds uniformly overqcoprime to 3. Every binarym < 3^hgives a binarym(1 + 3^h) < 3^(2h), soD_2h(1 + 3^h) >= 2^h, read as equality forh = 1..8, andD_2h(q) q / 4^h = (3/2)^h (1 + 3^(-h))reads2.0, 2.5, 3.5, 5.125, 7.625, 11.406, 17.094, 25.633ath = 1..8; atn = 20the worst modulus below 500 isq = 244 = 1 + 3^5at ratio1.8094. The moduli that break equidistribution are exactly the shift-ray weights, so the divisor route to the power saving is closed (ratio.py multiples). Refuted. - Refuted as a route: the witness is not short. Mean
levruns3.875 -> 27.287and maxlevruns6 -> 204overX = 32..16384, meancrises1.553 -> 3.305, and the share of occupied directions whoselevis below1.8073 log_3 xat the window capxfalls0.875 -> 0.3102, so boundingA(X)by3^(max lev)or by any level cap below2 log_3 Xfails on a majority of the count. Refuted.
WITNESSES
- coprime.md THE WINDOW AT DIMENSION ONE: the uncapped
A(X) = 32 .. 184266atX = 32 .. 16384,log A / log Xinside[1.2057, 1.2494], andA(3^n) >= 0.655 * 3^natn = 13. - coprime.md THE WINDOW AT DIMENSION ONE: the band, the weight-layer sandwich and the reduction
Z(w) <= C w^betagiving O at everyalpha < 1/(1+beta). - coprime.md THE WINDOW AT DIMENSION ONE: the band cap unviolated to height 3000, largest reach
0.9865of it, andlog Z_max / log Winside[0.5000, 0.7010]. - coprime.md THE WINDOW AT DIMENSION ONE: the top-digit law
max(z_1, z_2) > 2 min(z_1, z_2)and the empty slope band[1/3, 2/3]. - coprime.md THE WINDOW AT DIMENSION ONE: the congruence-layer identity
Z(w) <= 2 |R_k|, sharp atk = 2, 3, 4and slack atw = 797161. - coprime.md THE WINDOW AT DIMENSION ONE: the metric route,
n N_P(3^-n) / 3^nrising2.4132 -> 2.4785overn = 12..18. - coprime.md THE WINDOW AT DIMENSION ONE: the per-weight corridor,
0.7093atw = 121,1.5975atw = 1093, the repunit and shift families tow = 1594324, andbeta = log 2 / log 3. - coprime.md THE WINDOW AT DIMENSION ONE: the divisor route refuted by
D_2h(1 + 3^h) >= 2^hand worst modulusq = 244at1.8094, the short-witness route by meanlevrunning3.875 -> 27.287. - coprime.md THE WINDOW AT DIMENSION ONE: the criticality reading
k c_k -> 1 / log 3 = 0.9102392against[0.8418, 0.8628]. - coprime.md THE WINDOW AT DIMENSION ONE: the repunit floor formula and its values to
k = 15, the lift family and the deep tail18, 16, 108, 162, 624, the excess ratioX_kand the drift factorisation. - coprime.md THE WINDOW AT DIMENSION ONE: the cyclotomic lift
m_T = Phi_6(3^t)dividing3^(3t) + 1, the peak376843.283atk = 19, and the refuted exponent range against the one convergence needs. - coprime.md THE WINDOW AT DIMENSION ONE: the lift union to
k = 19,L_k < 3/2with its band,agg_kinside[1.01748, 1.11457]andU_k / Phi_kacross[1.19611, 1.36517]. - coprime.md THE WINDOW AT DIMENSION ONE: the Fourier form of the lift count, the antipodal family
(3^(pt) + 1)/(3^t + 1)withN_T = 2^(((p-1)/2)(t-s) + s), the cut-free aggregateagg'_kinside[1.03919, 1.3403], and the absolute sum growing by1.26or more per step (ratio.py agg). - coprime.md THE WINDOW AT DIMENSION ONE: the block ladder, the
2 * 3^k + 1binary multiples ofR_kbelow3^(3k), the depth censusV_kand the share of the deep tail it captures falling0.4444 -> 0.1025overk = 11..15(ratio.py tail). - research/claims/ the top-digit, congruence-layer, occupancy-relaxation and
R_k-offset rows.