Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
758800f
Consolidate geometric balance manuscript and prove arbitrary-period f…
LightChainr Sep 12, 2026
2f63cbb
Add the two exponential-rectangle birth centres to the geometric-bala…
LightChainr Sep 13, 2026
162db6e
Add winding-cluster intensities, Poisson windows, and the birth fluct…
LightChainr Sep 13, 2026
f199098
Reduce the birth law to two sharp centres, with the existing-data int…
LightChainr Sep 13, 2026
419791e
Add the parallel consolidation and move the roadmap off its missing-l…
LightChainr Sep 13, 2026
fafcc15
Add the one-frontier winding-intensity transfer and the prefactor han…
LightChainr Sep 13, 2026
3745b13
Compute the winding-prefactor contrast at widths 4, 8 and 12 (issue #…
LightChainr Sep 13, 2026
787d5d5
Return the #740 site-cluster renewal: sources, the missing identity, …
LightChainr Sep 13, 2026
7c87d27
Add the dilute-winding crossover: a provable Bessel regime for the si…
LightChainr Sep 13, 2026
e55fe25
Add sewing-with-memory: exact site weights, unbiased cuts, and the he…
LightChainr Sep 13, 2026
29b06e8
Erratum: the (2,4,8) window and the kappa-drift reading in 3745b13
LightChainr Sep 13, 2026
7226a2c
Span-spectrum diagnostic: the section 6.3 conjecture put to its own test
LightChainr Sep 13, 2026
ac7757e
Erratum: span-spectrum coverage, censoring, and two solver defects
LightChainr Sep 13, 2026
2503f6d
Erratum addendum: the moment ratio approaches pi/3-1 as c(p)/w
LightChainr Sep 13, 2026
b5c231d
Add the tagged-span resolvent: complete-component span without an age…
LightChainr Sep 13, 2026
b05e46e
Cross-check the tagged resolvent: densities, censoring, and the momen…
LightChainr Sep 13, 2026
907a9d9
Cross-check the two constructions height by height, not only in moments
LightChainr Sep 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 24 additions & 26 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,30 @@ Delivered, not to be reassigned: #613/#670 supplied the full-law sufficient
condition; #718/#735 removed aspect restrictions for the balance root; #736
now supplies the missing axial full-law necessity. #276 remains completed.

First consolidate and independently audit #735's arbitrary-period root proof,
including oblique entry counts, support injectivity and disjoint bands. Return
one theorem manuscript and a closest-prior-theorem comparison to #735. Use
#736's axial iff as the precise full-law boundary chapter, with its own RSW
input and independent seam/quantifier check. This is one probability paper,
not two new dispatches.

A possible strengthening INSIDE this programme, not a second active task, is
the **uniform oblique-corridor lemma**:
for every eta>0, find a fixed p_eta<p_c and bounded-thickness occupied winding
corridors around an actual shortest period u, with probability >=exp(-eta|u|),
uniformly in its orientation and ambient primitivity. Pack disjoint corridors
in an arbitrary integer-period torus, or exhibit the geometric obstruction.
The physical NN interaction must not be rotated by a change of period basis.

As part of that same acceptance package, independently examine #736's
seam construction and quantifier order once, then compare its exact statement
with strip-percolation, RSW finite-size criteria and homological-percolation
prior art. A negative search is not an originality certificate.

**Deliverable:** one consolidated theorem manuscript, independent lemma-level
audit and precise novelty comparison. Treat a proved oblique-corridor extension
as a strengthening, or record its exact missing lemma; do not make it a new
prerequisite for the already supplied narrower results. **Not useful:** another enormous
thin-torus simulation, another proof that a fixed-width root is not p_c,
or re-enumeration of the tiny checks already delivered.
The working consolidation is now
[**When the matching root locates criticality but the threshold law does not**](manuscripts/geometric-consistency/README.md).
It contains the earlier root proof, the full-law sufficient argument, and a
new author proof of the arbitrary-period necessity direction. The resulting
criterion is `log(N)/ell -> 0` for the entire law; roots require only `ell -> infinity`
as a sufficient condition. No new numerical critical point or exponent is claimed.

The previously missing oblique corridor is constructed with axis-aligned
circuits and connectors, including a closed periodic seam. Integer translations
pack disjoint supports even when the shortest period is nonprimitive in Z^2.
This replaces the missing-lemma placeholder as a research result, not as an
assertion of independent referee acceptance or literature novelty.

Keep further edits within this one probability manuscript and return the
consolidation to #735, with #613/#736 as its source thread. The focused code
controls support geometry and seam closure; they do not substitute for the
proof. The literature comparison now includes Damron--Lam's tall-thin rectangle
crossing estimates and their "sponge dimensions" antecedents. Do not commission
another general survey or thin-torus census merely to restate those inputs.

**Next useful work:** resolve any concrete objection to the argument and make
the hypothesis/conclusion comparison precise enough for a stand-alone paper.
Do not add the Jordan controls, local-source hierarchy, or sampling variants as
new prerequisites or chapters. Preserve the older narrower proofs in history.

## Representation reserve: #636 — source-visible topology and structural closure

Expand Down
29 changes: 29 additions & 0 deletions docs/manuscripts/geometric-balance/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Geometric balance: one manuscript, one new lemma

Read [manuscript.md](manuscript.md). It combines the root theorem of #735 with
#736's full-law question, and supplies the missing arbitrary-direction
staircase corridor. The resulting all-period full-law criterion is
`log N / ell -> 0`; balance-root consistency only needs `ell -> infinity`.

The new proof uses axis-aligned NN rectangles and disjoint translates in the
finite quotient group. It does not rotate the physical interaction, need an
ambient-primitive shortest vector, or import a fixed-width continuum limit.
No unrelated source/Jordan calculation is a dependency.

From the repository root:

```sh
python -m unittest discover -s tests -p 'test_oblique_winding_corridor.py' -v
python scripts/oblique_winding_corridor.py --output /tmp/oblique-corridor-new.json
```

The script refuses to overwrite an existing result. The committed result is
`results/research-control-20260913/oblique-corridor-controls.json`.
Python standard library only. Five local tests and 135,168 tiny configurations
were executed; full repository CI was not run. No Monte Carlo was performed.

The manuscript states the external RSW, site-sharpness and matching inputs,
contains the entire root and concentration arguments, and gives a bounded
closest-source comparison. It is an author-supplied proof; no independent
publication acceptance or originality certification is claimed. Existing
proofs, data, frozen designs and research branches are retained unchanged.
Loading
Loading