Commit graph

4 commits

Author SHA1 Message Date
3702a638ad review(p28): adversarial review against the challenge's own stated rules
Scored against the challenge's operative standard (section 4: a CAS-based
symbolic derivation is sufficient evidence) and its stated central risk
(section 1: retrieval vs reasoning), not a generic rigour bar.

Verdict: satisfies and exceeds the evidentiary standard. Findings:

  F1 CRITICAL  run_checks.sh exits 1 on any machine WITH SageMath installed;
               set -euo pipefail makes the declared-optional Sage cross-checks
               fatal, so the script passes without the optional tooling and
               fails with it
  F2 MEDIUM    false assertion at p28_lattice_hypotheses_certificate.sage:107 --
               component 1 is 216+154x as written, true value 216+262x
               (b2=(1,2,1,0) contributes 216x, not 108x). Non-load-bearing:
               the identity below it, Bcomb == 4x*Crow, is TRUE and Crow
               reproduces the manuscript's C(x) exactly
  F3 MEDIUM    Sage 10.9 parent-coercion TypeError at line 43 masks F2
  F4 MEDIUM    novel-vs-imported content not stated plainly, though the
               Chudnovsky import itself is cited precisely
  F5 PASS      proves the officially stated claim about the official object
  F6 PASS      evidence exceeds the section-4 standard, and is falsifiable
  F7 PASS      manuscript builds clean: 0 errors, 0 warnings, 17 pages

None of F1-F3 touches the mathematics; all are certificate plumbing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WY6SfRYvm8zFKMX9GcjS8u
2026-07-31 04:16:04 -05:00
8d25a7b367 cert(p28): official-object certificate — proof analyses the official matrix, not a surrogate
Reconstructs the Problem 2.8 data directly from the challenge statement
(R, u=2n+3, w, the 4x4 M(n), both integer seed rows) and verifies by exact
rational arithmetic that the manuscript's specialisation reproduces it:

  M_N(x_0) == official M(N), all 16 entries, at N = 0,1,2,3,5,8,17,40
  A_0 = A*C - (5/4)H_0  == official first seed row
  A_1 = S*C             == official second seed row
  (14R-567)/9 == 236337691420383  (the deformed coefficient restores)

18 assertions, three with explicit negative controls. fractions.Fraction
throughout; no floating point, no CAS.

Closes the one gap no existing certificate covered: the other four verify
statements about the deformed family, none verified that the family is the
official object.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WY6SfRYvm8zFKMX9GcjS8u
2026-07-31 04:09:39 -05:00
Codex
492c8ab871 feat(p28): harden exact proof equations 2026-07-31 15:33:21 +07:00
Codex
437b439c6c feat(p28): close exact Ramanujan 2.8 limit
Portable proof handoff intended for verified mirror base 1229ab9e61bee936cb1a29c0693ee56922d2d908.
2026-07-31 14:30:10 +09:00