Skip to content

P337: reject finite pure-thermal landing rank one with exact witnesses - #545

Closed
LightChainr wants to merge 21 commits into
mainfrom
research/p337-landing-minor-exact-20260901
Closed

P337: reject finite pure-thermal landing rank one with exact witnesses#545
LightChainr wants to merge 21 commits into
mainfrom
research/p337-landing-minor-exact-20260901

Conversation

@LightChainr

@LightChainr LightChainr commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Purpose

Advances the bounded algebraic gate in #537. This PR does not claim to close the final asymptotic T_N rate, identify a continuum field, or authorize new Monte Carlo.

The tested object is the ordinary-four-arm landing source/thermal matrix across the first essential birth (0->1) and completion (1->2) transitions:

        0->1       1->2
T     [ T_01       T_12 ]
A     [ A_01       A_12 ]

where T is the ordinary Bernoulli thermal score, A is the canonical pair-source midpoint score, and both use the existing fixed-root ell_4=axis-diagonal landing character.

Exact result

Decision: FINITE_PURE_THERMAL_RANK_ONE_REJECTED.

All-scale physical family

For every R>=1, L>=2R+5 on the axis LxL torus, explicit equal-occupation configurations give ordinary four-arm landing to radius R, transitions 0->1 / 1->2, and canonical source-midpoint difference -2/L^4. Their two-state minor is

[p^(2L-2)(1-p)^((L-1)^2)]^2
  * (2L-3/2-L^2 p) * (-2/L^4),

nonzero for every p>=1/2. This rejects a pointwise/common-counterterm identity at arbitrary declared landing radius. The individual states have exponentially small probability and are not an asymptotic lower bound.

Complete L4 aggregate

The exhaustive fixed-root enumeration reproduces the merged landing oracle exactly:

pivotal=3121, axis=892, diagonal=474, both=88,
landed=1278, h4=418, registry-shift violations=0.

At p=1/2,

T_01 = -527/16384,
T_12 =  337/32768,
A_01 =  16710343/68719476736,
A_12 =  5521655/137438953472,
det  = -533831111/140737488355328.

The a=K positive control is rank one exactly.

Matching-root Schur and mixed-Hessian certificate

Let

Psi = T_01*A_12-T_12*A_01,
S   = T_01+T_12,
Q(v)=v_01+v_12,
E(v)=-v_01+v_12.

The matching-root Schur choice is beta=Q(A)/Q(T). It gives

Q(A-beta T)=0,
C(p):=(E-RQ)(A-beta T)=2*Psi/S,
partial_u C=[1/S] partial_t C
           =2*p*(1-p)*(Psi'*S-Psi*S')/S^3.

A standard-library Sturm calculation proves, on the exact axis-L4 matching-root interval [0.59,0.60]:

  • the matching polynomial has one root;
  • Psi has zero roots and is negative;
  • S has zero roots and is negative;
  • the mixed-Hessian Wronskian Psi'*S-Psi*S' has zero roots and is negative.

Therefore the finite root-conditioned even response and its mixed thermal derivative are both strictly positive throughout the root interval:

p=1/2:
  C exact = 533831111/1539745775616,
  partial_u C exact = 1397902943671/32208917889024.

matching-root midpoint:
  C = +0.0001366476693672144,
  partial_u C = +0.01400841686599306.

This directly rejects the finite pure-thermal explanation at the complete root-conditioned mixed-Hessian level, not only at an unconditioned matrix-rank level.

Independent validation actually run

  • 11 exact unit tests passed.
  • Independent physical-edge adjacency BFS recomputed all 65,536 L4 source values.
  • Independent potential union-find recomputed all 65,536 homology ranks.
  • The independent verifier reproduced all four matrix entries and the determinant exactly.
  • The root certificate regenerated byte-identically.
  • Python standard library only; no random samples, GPU, cloud job, distance grid, free exponent, or N25 extension.

Consequence and boundary

Under #537's declared stop rule, the exact pure-thermal rank-one cancellation route should stop. The surviving finite coordinates are

Psi_4 = T_01*A_12-T_12*A_01,
C_4   = 2*Psi_4/(T_01+T_12),
G_4   = [1/(T_01+T_12)]*partial_t C_4.

The remaining open problem is the signed critical/near-critical scaling of the aggregate G_4, with kernel reconnection, rank/readout pivotality and pooled-root Schur terms kept together. This PR does not prove a nonzero infinite-volume limit or the final rate required by #537.

@LightChainr LightChainr added priority:P2 Deferred research or on-demand support; no default new compute allocation. status:unmerged-asset Preserved unmerged deliverable; not a new compute task or merge approval. labels Sep 1, 2026
@LightChainr

Copy link
Copy Markdown
Owner Author

生命周期判决:关闭为 scope-limited unmerged support

本次已读到固定 head e1f19e4c4a5438857e7a68d72243414972eeea85。最后三次提交只增加 Python 3.9 bit_count fallback,不改变科学定义。

保留的可靠增量是:任意 R>=1, L>=2R+5 的 broad four-arm pointwise witness,以及 axis-L4 determinant/Sturm/Wronskian 的精确算术。它们排除 broad pointwise common-counterterm identity,但单配置权重指数小,不给 aggregate 或 asymptotic 下界。

关闭原因:

  • beta=Q(A)/Q(T)S=T_01+T_12 仍在 landing 子块内重新估计;C=2Psi/S 和其 Wronskian 导数是正确的 reduced-block 恒等式,但不是完整两几何总体先固定 M_p/DR/R_p 后的 original-U pooled-root Schur/mixed Hessian。
  • 未保存 global joint Bell identity、global no-extra/off-port branch、contact 或 source-absent Schur fibres,不能完成 formal ordinary/no-extra gate。
  • exact.jsonroot_certificate.json 均只能语义复现,仍非 byte-identical;PR body 的逐字节声明不成立。

可靠结论与边界已吸收到 PR #509 head 090cdc80,生命周期/registry 已同步到 PR #528 head 8d06dff4。该 Draft 与 #544/#509 的 finite-rank 判决重复,故关闭并保留固定提交,不合并、不续算。#537 继续转向 full pooled-root one-defect diagonal-edge 判决。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:P2 Deferred research or on-demand support; no default new compute allocation. status:unmerged-asset Preserved unmerged deliverable; not a new compute task or merge approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant