research/lab/rs/circle-crop
1 directory and 2 files in research/lab/rs/circle-crop.
Circle Crop
- Counts a design's filled cells inside a ball and measures the error against the density and against the design's own self-similar main term: the circle-count section of crop.
- The designs are code 7 at
dim 2(the carpet,mrlymath::bang::factory::create(7, 3, 2, 2, level)) and code 23 atdim 3(the sponge,create(23, 3, 3, 2, level)). - One convention throughout: cells are indexed
xin[0, 3^level)^dim, a cell counts when its centrex + 1/2lies in the closed Euclidean ball|y| <= r, corner balls sit at the lattice corner0and centre balls at the grid centre3^level/2. - The corner sweep runs every integer radius
r = 1 .. 3^level - 1, the centre sweep everyr = 1 .. (3^level - 1)/2, the inscribed radius about the grid centre. - All of it is integer arithmetic: a cell's three squared distances to the ball centre are doubled to stay integral, and
ris read off by integer square root, soN(r), the census columns and the defectdelta(r) = N(3r) - m N(r)are exact. - A row prints
Nthe count,inandcutthe filled cells fully inside and crossing,Nfullthe same three for the whole grid, the exactdelta, the running maxima, and the errorEagainst the self-similar main term with the certified bandElow <= |E| <= Ehigh. - The main term is
M(r) = lim N(3^j r) / m^j; the row printsE = N(r) - N(3^depth r) / m^depthat the deepest radius the grid reaches and bands it bycut(3^depth r) / m^depth, which is the exact bound the crop page proves. - Centre rows print
err_num, the exact integer3^(dim * level) N - fill * Nfull, so the density error is a printed rational, andrel, its size against the main termrho_level Nfull. - Every row is asserted before printing:
in <= N <= in + cutboth for the design and for the whole grid,|delta(r)| <= cut(3r) + m cut(r),|E| - band <= cut(r), and the crossing boundNfull_cut <= 3r + 5indim 2,Nfull_cut <= pi sqrt(3) (r^2 + 1)indim 3. - The
Eband is live only where the grid reaches a deeper radius: thetotalsline printsrowsandbanded,22028rows of which6802carry a band of depth1or more, and abandsline prints the split per design. - The corner count does not depend on the level, so each level is asserted equal to its predecessor over the whole shared range before the deepest level prints its rows.
- The oracle runs at every level, on fewer sample radii as the grid grows and on none at the largest level of each design,
41radii in all: the exactFracclassifier ofmrlymath::shape::censusagainst the integer sweep, both the filled and the whole-grid columns. windowlines give the maximum per triadic window with its location,trendlines give the running maximum's growth over one triadic step as min, mean, max, a log-log fit and the endpoint slope, andresonancelines give the values atr = 3^nwith the rank of|delta(3^n)|and ofcut(3^n)inside the windowr = 3^n .. 3^(n+1) - 1, the rank being the fraction of the window at most the value at3^n; past the deepest radius the defect reaches, the defect fields readbeyond_reach.meanlines give, for each triadic windowr = R .. 3R - 1with3R <= 3^level - 1, the window sum of the crossing count, its mean over the2Rradii, the exact sandwichB(3R) - A(R)to2 (A(3R) - B(R))in the two corner columns, the closed form(m - 1) M(R) - C(3R) - C(R)to2 ((m - 1) M(R) + C(3R) + C(R))withM(R)bracketed by its own columns at the deepest depth the grid reaches, and the multiplicity bracketkappa = W(R) / ((m - 1) M(R)); both the sandwich and the closed form are asserted.factorlines give, over the same window, the minimum, mean and maximum ofPhi(r) = C(r) (3^dim/m)^level / C_full(r)atlevelthe least level withr < 3^level, the change in the minimum and the maximum from the window below, the window's band forC_full(r) / r^(dim-1), and agroundfor the mean built from the closed form's lower end and the proved cap onC_full, asserted against the printed mean;C(r) <= C_full(r)is asserted at every radius the windows cover,r <= 6560on the carpet andr <= 242on the sponge, andC_full(r) >= (r / sqrt(dim - 1))^(dim-1)at every radius of the corner sweep.C_full(r) = 2r + 1is asserted at every radius of every carpet level, the exact plane identity the crop page proves; the sponge keeps the measured band.digitslines split the pointwise factor per triadic window intoind = prod_j (1 - p_j) (3^dim/m)^level, the independent digit model's survival times(3^dim/m)^level, andPsi = (C/C_full) / prod_j (1 - p_j), the dependence correction, with min, mean and max of each, and print the union sumsum_j p_jas mean and maximum;p_j(r)is the fraction of the crossing cells of the whole grid whose base-3 digit vector at positionjis one the design omits.digitratelines print, per window and per position, the min, mean and max ofp_j(r)over the window's radii and the scaled drift(mean p_j - null) 3^k/3^j, the null being1 - m/3^dim.digitpairlines print, per window, the consecutive and gap-two dependence ratiosp_(j,j') / (p_j p_(j'))on the window's pooled counts, anddigittotallines the extremes over every window of the fine-position means, the scaled drift, both ratios, the union sum and both factors, so a global bracket is never assembled from the per-window rows;p_(j,j')is the fraction of crossing cells carrying an omitted digit vector at both positions.- The digit census enumerates the crossing shell directly from the column intervals rather than from the grid sweep, and asserts its own
CandC_fullagainst the sweep's Cut columns at every radius the windows cover, so the two generators of the same numbers are independent. - The cap
p_j(r) <= 2 * 3^j (2 floor(r/3^(j+1)) + 1) / (2r + 1)is asserted in exact integers at every radius and position indim 2; the Frechet-Hoeffding boundC(r) >= C_full(r) - sum_j (cells omitted at j)is asserted in exact integers at every radius of both designs. transformstepandmasslines price the digit route on the carpet:stepprints the transfer steph(u) = m^(-1) sum_e |P(u + e/3)|atu = 0, asserted equal to2, and atu = (155/243, 155/243), asserted below2;massprints thel^1massLambda_level = sum_(a != 0) |phi_level(a)|atlevel 1..6by direct summation overa mod 3^level, its step, the step inlog_3, and the cost and error exponents that step forces, withLambda_level + 1 >= 2^levelasserted at every level.transformlines evaluatehat mu(t) = prod_(j >= 1) P(t/3^j)/mwith the unnormalisedP(u) = sum_(d in S) e(-d . u), and assert bothhat mu(3t) = (P(t)/m) hat mu(t)and|P(t)/m| = 1exactly on integert.transferlines are the carpet's crossing shell read as a tree: the level-jboxes carrying a crossing cell are the whole grid's shell at the real radiusr/3^j,x -> floor(x/3)maps one level into the next, and each level asserts its own size2 floor(r/3^j) + 1and that its cells are exactly the children counted by the level above.ladderlines print, per radius, the marginal survival1 - p_j, the conditional survivalu_k = T_k / T_(k-1)withT_kthe crossing cells whose topkdigits are all non-centre, the gaing_k = u_(k+1) / (1 - p_(level-1-k))indexed by the depthk = level - 1 - jfrom the top and its log in units of10^-3, andpsi = prod_k g_kasserted equal to(C/C_full) / prod_j (1 - p_j)computed directly to1e-12relative; ag0line printsg_0, asserted1exactly,g_1, and the top two marginals that makeg_1collapse to1.profilelines sweep a triadic window at an even stride and pool the gains by the depth from the topk = level - 1 - j, printing the window mean oflog g_kand of|log g_k|, the mean, deviation and extremes oflog psi, the total of the mean|log g_k|over the window's ranks, the rank-to-rank decay of that mean, the worst decay from rank2on, andrank1_flat, the count of sampled radii at whichg_1 = 1exactly.- The
totalsprofile line prints the six window totals, their increments, the increments' decay, the geometric extrapolation of those increments and thepsiband it gives, beside the envelope of the per-windowpsiextremes andband_holds, which reads false: the band is a fit on the window means and is not pointwise. strideprofile lines rebuild the same extrapolation with the three deepest windows resampled at strides24,48and72, printing each stride's totals, last increment, worst decay and extrapolated total, withconvergesfalse wherever the increments do not decay.operatorlines build the exact integer matrix of the transfer step: a state is the 9-bit pattern of a box's crossed children printed in octal with bit4the centre,M[s][t]counts parent-child pairs over the printed levels, and the mean offspring matrix isM[s][t]divided by the number of parents in states.- The alphabet is collected at every radius and asserted equal across them, and a
widestate pairs the pattern with the box's own seat in its parent,30 * 9states before the empty ones are dropped. - The operator reads levels
1..level-3only:every_level_stateslines rebuild the alphabet over levels1..leveland print the extra state,scanlines count the radii of3000..19682whose truncated alphabet leaves the thirty, and pinned radii assert the state count at each of the four truncations1..level-1down to1..level-4. rowsum_is_popcountlines assert the row sums of the mean offspring matrix state by state, then push the true state census down through it and print the model's level masses against the tree's own, one step and iterated.pairlines rebuild the matrix from one level pair at a time and print the bracket's certified distance from3against the parent count, and asweep_radiiline bracketsrhoat eighteen radii the pass does not otherwise use and counts the signs.- Every Perron root is certified, never fitted: a positive integer test vector
vgives the Collatz-Wielandt bracketmin_s (sum_t M[s][t] v_t) / (n_s v_s) <= rho <= max_s, an exact ratio of integers, printed with the lower end truncated down and the upper end rounded up; the pruned matrix drops the states that cannot reach a surviving state before the bracket is taken. dobrushinis the exact one-step ergodic coefficient of the row-stochastic pattern chain, anddoeblinthe certified minorisationsum_t min_s P^n[s][t]atn = 1..6, computed in fixed point with every rounding taken down so the floor is a bound, withratethe least(1 - doeblin_n)^(1/n).indexlines carry the proved digit-rate bound and every identity beneath it, at every level ofr = 80, 242, 1000, 2186, 6560, 12345, 19682, in exact integers:leaves(X) = w(X) + h(X) - 1box by box,sum_X w = sum_X h = floor(r/3^j) + r + 1,sum_X leaves = 2r + 1, the transpose equality of the two seat marginals, the seat identityp_j(r) (2r + 1) = 2 sum_(seat X) w(X) - #{seat X}, and both counts again from the floor formulassum_(floor(x/3^j) = 1 mod 3) [floor((y(x) - 3^j)/3^(j+1)) - floor((y(x+1) - 2 * 3^j)/3^(j+1))]and its box-column twin, so an algebra slip in the proof shows up as a failed assertion and not as a shifted decimal.- The bound itself is asserted per level,
|p_j(r) - 1/9| <= 13.60 R^(-1/3) + 305.08 R^(-1/2) + 9.84 R^(-1)atR = r/3^j, with(2r + 1) - seats >= 3^jfor the away-from-one lemma, and per radius the drift sumsum_j |p_j - 1/9|against781and|log ind|against1191; each line printslive_levels, the count of levels whose cap is under the trivial8/9, and it reads0at all seven radii, so those asserts check the identities and not the bound. index livelines are the bound where it bites: atj = 0andr = 212957,531441and2000000, anO(r)column loop counts the seats withsum_(x = 1 mod 3) [floor((y(x) - 1)/3) - floor((y(x+1) - 2)/3)]and asserts bothcap(r) < 8/9, so the test can fail, and|p_0(r) - 1/9| <= cap(r);212957is the least radius at which the cap clears8/9at all, and a cap under1/9needsr >= 23157375.line_alphabetprints the frozen-slope alphabet: every integer quadruplev_k = floor(u - k sigma)realisable by some(u, sigma)withsigma >= 0, decided by the exact rational testmax_(k<l) (v_k - v_l - 1)/(l - k) < min_(l<k) (v_l - v_k + 1)/(k - l)with the upper end positive, asserted stable at search radius12and15.alphabetlines assert that alphabet equal to the shell's truncated alphabet atr = 6560,19682and12345and print the one every-level state no line realises.frozenlines compare the derived pattern against the shell box by box at every level, once with the tangent at the box's left edge and once with the chord across it, splitting out the shallow halfsigma <= 1where the column parametrization is the right one.centrelines print the centre-crossed rate per level against the derived1/3.linelines run the gain ladder on a straight line of slopenum/denand offsetoff/denacross3^levelcolumns atlevel 4..12, printing the cells, the survivors, the survival, the marginal productprod_j (1 - p_j),psiand its log, for the resonant slopes1/3and1/7, the flat1/2,sqrt(2) - 1,(sqrt(5) - 1)/2andpi/4, and the near-resonant1/3 + 3^-k.tracklines run the resonance sweep: for everya/binF_30, every fraction of[0, 1]withb <= 30, atr = 3^level - 1forlevel 6, 7, 8, 9, the tracked run is the number of levels from the bottom of the tree at which some shell COLUMN BLOCK[3^j i, 3^j (i + 1)]has its whole slope span inside(a/b - 1/b^2, a/b + 1/b^2), read on the shallow halft <= 1in exact integers,t(u) < p/qbeingu^2 (q^2 + p^2) < p^2 r^2. A block is not a box: a box's content spansw(X) <= 3^jcolumns and can be far flatter than its block.- A
trackrow prints the run, the proved cap#{j : 3^j b^2 < 2r}, the proved floor#{j : 8 * 3^(2j) b^4 < r^2}- zero where the sharpness hypothesisa >= 1andab + 1 <= b^2fails - the number of tracking boxes at the deepest tracked level and their columns censused mod3; both sides of the sandwich are asserted per row, and the down-set property is asserted level by level rather than assumed. budgetlines print, per level and per rank, the largestF_30denominator tracked there withb^2 3^jbeside2r, the assert being the cap at that level.secantlines print the deepest level at which some shell column block passes the three-point line testabs(v(U) - 2 v(U + m) + v(U + 2m)) <= 1atm = (3^n - 1)/2, with its witness column, and assert bothm^2 <= 3rand((3^(n+1) - 1)/2)^2 > 3r, so the block cap is met and not merely satisfied. What is attained is the necessary condition, not a line.blindlines compute exactly the measure of the offsets at which the thirty-mask state of slopesigmadiffers from that ofsigma + eps, atsigma = 1/3andeps = 3^(-k)fork = 2to7, and assert it below the proved6 eps; the gap to the measured4 epsis the mask's clamp of its four floors to rows0to2.boxesandboxlinelines enumerate the level-6boxes atr = 19682, above the block cap, and test each box's content for a line by the exact rational feasibility bracket forfloor(s x + c) = v(x); they print how many boxes the arc crosses side to side, how many have both extents inside the theorem's reach, and every box whose content is a line, with its column range, its slope bracket, its span against the block floor and the finestF_30window it sits in.- The shallow-half stop truncates one row of the sweep: at
a/b = 1/1the window(0, 2)reaches pastt = 1, so the printed run9is short of the true run. No assert is endangered, the cap there being10.
RUN
bash scripts/cargo.sh cargo run --release -p circle-crop- Under a minute, peak grid
3^9squared and3^6cubed; prints only, writes nothing.
WITNESSES
- crop.md the level-free corner count: each level against the one below,
level 6againstlevel 5onr = 1..242up tolevel 9againstlevel 8onr = 1..6560for the carpet,level 4againstlevel 3onr = 1..26up tolevel 6againstlevel 5onr = 1..242for the sponge. - crop.md the crossing exponent: carpet
min = 0.871371,mean = 0.898741,max = 0.969141, fit0.870673, endpoints0.898794overr = 27..19682; sponge1.704391,1.733764,1.757218,1.654302,1.720961overr = 27..728. - crop.md the crossing shell:
C_full(r) / r^(dim-1)in[2.000152, 2.037038]on the carpet overr = 27..6560and in[2.298611, 2.380000]on the sponge overr = 9..242. - crop.md the transform price:
h = 2.000000at the lattice and1.951261at(155/243, 155/243);Lambda_level = 1.000000, 3.585973, 9.637999, 23.736907, 56.547512, 132.884543atlevel 1..6, steps3.585973, 2.687694, 2.462846, 2.382261, 2.349963,log_3step0.777708, cost1.277708, error1.170497. - crop.md the window mean: carpet at
r = 2187..6560sum13758140, sandwich[11019880, 22055720], closed form[11013332.750000, 22068746.000000], mean3145.436671against1180.226337atr = 729..2186;kappain[1.247746, 1.248322]there and in[1.331356, 1.331971]atr = 1..2, spongekappain[1.084118, 1.105871]atr = 1..2and[1.417534, 1.445977]atr = 81..242. - crop.md the pointwise factor: carpet means
1.012500, 0.981078, 0.959982, 0.954469, 0.948442, 0.944582, 0.943419, 0.942790over eight windowsr = 1..6560, minima in[0.588115, 0.900000], maxima in[1.125000, 1.518945]rising by0.140625, 0.090402, 0.074920, 0.033718, 0.033360, 0.020111, 0.000808; sponge means1.080000, 1.042535, 0.980332, 0.968704, 0.965114over five windowsr = 1..242, minima in[0.602555, 0.810000], maxima in[1.350000, 1.673315]rising by0.176959, 0.086036, 0.054979, 0.005341. - crop.md the exact plane shell:
C_full(r) = 2r + 1asserted at every radius of every carpet level,r = 1..19682atlevel 9, and the level-jbox bound2 floor(r/3^j) + 1behind the digit cap. - crop.md the digit census: carpet window means
0.111086, 0.111086, 0.111068, 0.111063, 0.111141, 0.109478, 0.109295, 0.166786atr = 2187..6560against1/9, per-radius bands[0.102466, 0.121271]finest and[0.000000, 0.447092]coarsest, fine positions inside[0.108363, 0.111141]across the five windows deep enough to have one and scaled drift inside[-0.111806, 0.063806]over all eight; sponge means0.259211, 0.259237, 0.259663, 0.256864, 0.286061atr = 81..242against7/27, fine positions inside[0.259103, 0.259237]on the three readings its two deep-enough windows supply, wholly below7/27, scaled drift inside[-0.108311, 0.026803]. - crop.md the pair dependence: carpet consecutive ratios
1.000165, 1.000219, 1.000521, 0.998543, 0.992613, 1.076698, 0.956158and gap-two1.000298, 1.000022, 1.000203, 1.000221, 1.003261, 1.005671atr = 2187..6560, over all windows[0.939130, 1.714286]and[0.988460, 1.126957]; sponge0.999847, 1.000927, 1.003308, 0.954574and0.999497, 0.999197, 0.997414, over all windows[0.954573, 1.151415]and[0.997413, 1.019127]. - crop.md the two factors: carpet
indmeans1.012500, 0.973637, 0.954993, 0.953180, 0.945805, 0.943289, 0.942499, 0.942104andPsimeans1.000000, 1.010516, 1.009082, 1.006311, 1.007708, 1.006371, 1.005977, 1.005714, thedigittotalbrackets over all eight windows[0.542697, 1.515753]and[0.793296, 1.374208], the sponge's over five[0.532793, 1.624661]and[0.795518, 1.233429]; the union sumsum_j p_jmean0.941002maximum1.349974on the carpet atlevel 8, mean1.321036maximum1.627693on the sponge atlevel 5. - crop.md the defect exponent: carpet
min = 0.220478,mean = 0.527490,max = 1.015046, fit0.544749, endpoints0.648815overr = 27..6560; sponge0.645285,1.056561,1.730726,1.001255,1.273634overr = 27..242. - crop.md the measure brackets: carpet
mu(B_1)in[0.750767350, 0.751113415]atr = 6561, sponge in[0.475928750, 0.485478125]atr = 243. - crop.md the powers of three:
deltaand its window maximum and rank atr = 1, 3, ..., 2187on the carpet andr = 1, 3, ..., 81on the sponge, the crossing rank out tor = 6561andr = 243. - crop.md the tombstone off the lattice: carpet
|hat mu(t)| = 0.59332804and|hat mu(3t)| = 0.29666402att = (1/2, 0), both0.10072687att = (1, 0). - crop.md the crossing maximum's place:
at_over_start = 2.9671for the carpet at window rankk = 5, 6, 7, 8, the argument tripling exactly fromr = 721; the defect's is2.3333, 2.7407, 2.8724, 2.8628, 2.7979atk = 3..7. - crop.md the centre hole: first filled cell at
r = 122andr = 365on the carpet atlevel 6, 7, atr = 20andr = 58on the sponge atlevel 4, 5, against the middle block's inradius121, 364, 13, 40. - crop.md the centre relative error:
1through the hole at every level, falling only to0.059636(carpetlevel 7) and0.301915(spongelevel 5) at the inscribed radius. - crop.md the shell tree:
2 floor(r/3^j) + 1asserted at every level of every radius the transfer pass runs, and the children of one level asserted to exhaust the level below. - crop.md the pattern alphabet:
30states over levels1..level-3,001,003,007,011,013,017,036,070,074,111,113,132,136,170,174,222,226,264,322,326,360,364,400,440,444,600,640,644,700,740, asserted equal atr = 6560,19682and12345. - crop.md the thirty-first state:
31states over levels1..level, the extra being the root's own pattern744,744,032at those three radii, and228of the16683radiir = 3000..19682leaving the thirty over levels1..level-3,1966over levels1..level-1, none reading fewer, pinned atr = 15122,3182,1395,1739,6570. - crop.md the memory-one masses: row sums exactly
popcount(s), one-step masses161, 485, 1457, 4373, 13121equal to the tree's atr = 6560and the four-step iterate within8.694464of13121, against the pooled branching3.037736, 3.012422, 3.004124, 3.001373, 3.000457. - crop.md the finite-size gap: certified distance from
3reading0.323840, 0.002623, 0.002385, 0.000086as the parent count rises53, 161, 485, 1457, and over eighteen unused radii3001..18301every bracket excluding3, nine above and nine below, at sizes0.000336to0.005951. - crop.md the branching mean:
meanb = 3.003711, 3.001532, 3.000976and the centre rate0.326994, 0.328381, 0.335367at those three radii, three times the rate reading0.980983, 0.985143, 1.006102. - crop.md the certified Perron brackets:
[3.000861,3.000862],[3.000948,3.000949],[2.997616,2.997617]for the whole matrix against3,[2.657742,2.657743],[2.672261,2.672262],[2.668083,2.668084]for the pruned matrix against8/3, ratios[0.885659,0.885661],[0.890471,0.890473],[0.890068,0.890069]against8/9and per-level drifts[-0.003314,-0.003311],[0.001618,0.001621],[0.001206,0.001208]. - crop.md the wide state:
263,270,270states and brackets[2.964909,2.964910],[3.000989,3.000990],[2.998702,2.998703]against3, ratios[0.893588,0.893590],[0.891339,0.891341],[0.890199,0.890201]. - crop.md the operator's gap:
dobrushin = 1.000000at every radius,doeblin = 0.000000, 0.073937, 0.217716, 0.347398, 0.458035, 0.552167atr = 6560andrate = 0.874687,0.874812,0.872736at the three radii. - crop.md the gain profile: window means of
|log g_k|in units of10^-3reading0.000000, 36.111664, 34.280021, 24.412289, 14.937825, 11.086863, 6.332857, 3.731719, 2.371680atr = 6561..19682, worst decay from rank2of0.752924, 0.704680, 0.772659, 0.785194, 0.784415, 0.742201over the six windows, the rank-one to rank-two step being0.949278at the deepest window and outside that statistic, andg_1 = 1at18, 54, 35, 35, 35, 32of the54, 162, 98, 98, 98, 97sampled radii. - crop.md the gain totals:
89.734824, 105.695558, 118.801020, 125.674943, 130.335999, 133.264920in units of10^-3, increments15.960734, 13.105462, 6.873923, 4.661056, 2.928921decaying by0.821106, 0.524508, 0.678078, 0.628381, extrapolated total146.708428and the bandpsiin[0.863545, 1.158017], which the per-window extreme envelope[0.824797, 1.321206]falls outside; resampled at strides24,48,72the last increment reads1.993070,2.186657,4.336745and the extrapolated total120.468507,141.506415,151.873506, the first not converging at all. - crop.md the psi windows:
log psideviation0.070520, 0.074837, 0.074889, 0.076942, 0.078042, 0.078954and per-windowpsiextremes[0.881494,1.276712],[0.824797,1.321206],[0.842485,1.281241],[0.836172,1.283999],[0.837527,1.290536],[0.838220,1.314879]on the sampled radii. - crop.md the index bound where it bites:
j = 0atr = 212957,531441and2000000, caps0.888888350,0.586410834,0.323672329, gaps0.000590,0.000447,0.000192, ratios0.000664,0.000761,0.000592; atr = 80, 242, 1000, 2186, 6560, 12345, 19682the cap exceeds the trivial8/9at every level,live_levels = 0, drift sums0.223603, 0.245132, 0.328170, 0.256778, 0.260804, 0.446659, 0.267260and|log ind|0.069975, 0.105310, 0.341219, 0.140802, 0.144928, 0.281717, 0.158483. - crop.md the staircase identities:
leaves(X) = w + h - 1,sum_X w = sum_X h = floor(r/3^j) + r + 1,sum_X leaves = 2r + 1, the transpose equality of the seat marginals,p_j (2r+1) = 2 sum_(seat) w - #seats, both floor formulas and(2r+1) - seats >= 3^j, all asserted in exact integers at every level of those seven radii. - crop.md the frozen-slope alphabet:
30masks from the feasibility test, stable at search radius12and15, equal to the shell's thirty atr = 6560,19682and12345, the every-level extra744,744,032not realisable by any line. - crop.md the pattern law's faults: chord rates
0.011434, 0.020590, 0.035052, 0.068323, 0.113208, 0.235294, 0.600000at levels0..6forr = 6560and0.006631, 0.009604, 0.018531, 0.051546, 0.062112, 0.188679, 0.235294, 0.600000at levels0..7forr = 19682, tangent rates0.023325, 0.040494, 0.101031, 0.161491, 0.415094, 0.411765, 0.600000at the first, and on the shallow half2faults of2188at level0and none at levels1..5. - crop.md the centre rates:
0.342099, 0.334248, 0.309278, 0.310559, 0.339623, 0.294118, 0.400000atr = 6560and0.340980, 0.329522, 0.330130, 0.317526, 0.310559, 0.339623, 0.294118, 0.400000atr = 19682, against the derived1/3. - crop.md the frozen refutation: at slope
1/3,log psi = 0.039821, 0.063195, 0.087646, 0.111808, 0.136048, 0.160267, 0.184491, 0.208714, 0.232938atlevel 4..12, increment0.024224a level at the offsets0,0.411523and0.906094, survival rate0.910342; at1/7the increment is-0.009633; at1/2,sqrt(2) - 1,(sqrt(5) - 1)/2andpi/4the log settles at-0.008195,0.002837,0.021450,-0.009142; at1/3 + 3^-9the resonant profile is tracked through depthk - 2, splitting one depth later at0.132569against0.136048. - crop.md the tracking sandwich:
279slopes at each ofr = 728, 2186, 6560, 19682, the cap live at276of them, the run equal to the cap at102, 91, 93, 98and to the floor at26, 72, 66, 63, cap less floor never above2and attaining it over the277slopes witha >= 1anda b + 1 <= b^2,1108rows, the other8rows being0/1and1/1where the floor is0by that guard; atr = 19682the run is8at1/3(cap8, floor7),7at1/5(7,6),4at1/30(4,2) and2at29/30(4,2). - crop.md the Farey budget: largest tracked
F_30denominator30, 30, 30, 30, 19, 11, 6, 3, 1at levels0to8forr = 19682, against the theorem's22, 12, 7, 4, 2at the last five, the first four levels held by the sweep's ownb <= 30. - crop.md the half-tree line bound: line depth
4, 4, 5, 5atr = 728, 2186, 6560, 19682with witness column0at each, and14641 <= 59046 < 132496atr = 19682. - crop.md the alphabet's blindness: the differing offset measure is exactly
4 epsatsigma = 1/3andeps = 1/9, 1/27, 1/81, 1/243, 1/729, 1/2187, against the proved6 eps. - crop.md the box against the block: at
r = 19682and level6, above the block cap5.633,12of the53boxes are crossed side to side,19have both extents inside the theorem's reach and3have their whole content equal to a line's staircase,(16, 20)on12369..12392,(19, 19)on13851..13983and(20, 16)on15290..15308;(16, 20)'s span is0.002487440,6.7157%of the block floor0.037038919, inside the Dirichlet window of17/21.
- src/3 items
- Cargo.toml149 B
- README.md28.5 kB