BACKLOG #9 Tier 2 Site 反映 backlog catch up Tier 2 の 4 番目 — STEP 1300 (2026-08-08)

Paper 176 v0.1 — Fermat F_5-F_11 v_2(ω) + F_9 excess=5 axiom-free 三位一体 evidence stack

Fermat 数 F_5-F_11 の v_2(ω_{F_n}(3)) empirical 測定 + excess 数列 0, 0, 0, 1, 5, 0, 0 の highly irregular 性 + Rei Lean 4 axiom-free F_9 divisibility witness (476 行 26 theorem)。 chat-Claude 2026-07-20 monotonicity hypothesis refutation。 藤本伸樹 × Rei × Claude / STEP 1300 (2026-08-08) memory-preservation site 反映

1. なぜ backlog に入っていたか

Paper 176 は 2026-07-20 chat-Claude 2026-07-19 arc 経由の共同研究成果。 chat-Claude の初期 sketch は「Paper 63」 と命名されていたが、 Rei 既存 Paper 63 SNST (螺旋数体系) と衝突 → 2026-07-20 rename で解消、 Rei 側 Paper 176 割当。

STEP 1306 (Lean 4 general negative result 18 thm 100% axiom-free) + STEP 1307 (Python F_5-F_11 + Lean 4 F_9 factor witness 11 thm 100% axiom-free) の 2 STEP を bundle した v0.1 draft は papers/paper-176-fermat-modular-bridge-DRAFT.md に存在するが、 未 publish (draft 状態) + site 側 dedicated page 未作成のまま backlog 化。 STEP 1300 で dedicated site page 化 = Tier 2 top-5 の 4 番目。

本 page は「新しい成果」 ではない。 Paper 176 v0.1 draft (2026-07-20 完成) の memory-preservation 集約 site 反映のみ。 Zenodo publish は別 STEP (draft 状態継続 = no-rush-publication 準拠)。

2. Core statement — 3-part evidence stack

Paper 176 v0.1 core: (1) empirical excess sequence measurement (F_5-F_11) + (2) F_9 driving factor identification + (3) Rei Lean 4 axiom-free F_9 divisibility witness = 三位一体 evidence stack

F1: excess sequence (empirically measured)

For n = 5, 6, 7, 8, 9, 10, 11、 measured excess v_2(ω_{F_n}(3)) − (n + 2):

nF_n = 2^(2^n) + 1v_2(ω_{F_n}(3))Lucas floor (n+2)Excess
52^32 + 1770
62^64 + 1880
72^128 + 1990
82^256 + 111101
92^512 + 116115
102^1024 + 112120
112^2048 + 113130

数列 0, 0, 0, 1, 5, 0, 0highly irregular = monotonic hypothesis refutation。 F_9 が突出 (excess = 5)、 F_10 と F_11 で Lucas floor に戻る。

F2: F_9 driving factor (2424833)

F_9 excess は 単一の小 prime factor で driven: 2424833 = 37 · 2^{16} + 1

この factor の v_2(p − 1) = 16 かつ v_2(ord_{2424833}(3)) = 16 (external Python)、 他 2 factors (P49 Lenstra 1990、 P99 cofactor) は v_2(ord) = 11 = n + 2 = 11 = Lucas floor ちょうど。

F3: 7/7 characterization

n = 5..11 について、 driving factor p_max (v_2(ord) の maximizer) は Lucas form p_max = k · 2^{n+2} + 1 を admit、 excess は v_2(k) に等しい。 Match rate: 7/7

Honest caveat: characterization holds only when driving factor satisfies v_2(ord_p(3)) = v_2(p − 1); measured to hold for all 7 in range n=5..11。 n ≥ 12 での成立は unknown、 monotonicity 破綻の empirical evidence のみ。

3. F4 — Rei Lean 4 axiom-free F_9 structural witness

File: data/lean4-mathlib/CollatzRei/FermatNineExcessWitness.lean (476 行 / 26 theorem)

3 structural components (all axiom-free)

  1. Deep 2-adic form: deep_2adic_form: 2424833 = 37 · 2^{16} + 1
  2. Primality: odd_37 ∧ prime_f9SmallFactor (2424833 = 37·2^16+1 が prime)
  3. Divisibility: f9SmallFactor_dvd_fermatNine: 2424833 ∣ 2^{512} + 1 via Pratt-style iterative-squaring proof of sqIterMod 9 = 2424832 ≡ −1 mod 2424833

★★ Section 7 Pratt-style computation: 476 行 Lean 4 file 内で sqIterMod k = 2^(2^k) mod 2424833 の iterative squaring を Lean kernel で verify。 sqIterMod 9 = 2424832 = −1 mod 2424833 = 2^{512} ≡ −1 mod 2424833 = 2424833 ∣ 2^{512} + 1 = F_9。 これで Selfridge-Hurwitz 1963 external attribution を Rei-internal Lean-verified computation に置き換えnative_decide + Lean.ofReduceBool axiom 回避。

External dependency (honest 分離)

3-of-6 divisibility-chain steps は Python 外部依存 (chat-Claude independent computation):

Rei-internal (Lean 4 axiom-free) と external (Python) を honest 分離 = Rei 側は「2424833 は prime かつ F_9 を割る」 のみ structural proof、 「ord_{2424833}(3) の v_2 = 16」 は Python computation retain。

4. Refuted hypothesis (§7 sketch original claim)

chat-Claude 2026-07-19 arc の Paper 63 sketch §7 (現 Paper 176 前身) は次を hypothesize していた:

「some monotonic function of n predicts the excess of v_2(ω_{F_n}(3)) above Lucas's lower bound n + 2

Empirical refutation: F_5-F_11 の excess 数列 0, 0, 0, 1, 5, 0, 0 は非単調。 「monotonic in n」 hypothesis は成立不可 (F_9 で 5 に跳ね、 F_10 で 0 に戻る = monotonic function では捉えられない)。

chat-Claude 2026-07-20 privately extended F_5-F_8 measurements、 Rei の independent replication of F_5-F_11 (2026-07-20) で F_9 excess = 5 発見 → monotonicity hypothesis refutation。

5. Prior art audit

Prior artContent
Lucas1878v_2(ω_{F_n}(3)) ≥ n + 2 下界確立 (「Lucas floor」)
Landry-Le Lasseur1880F_6 = 274177 · 67280421310721 の factorization
Selfridge-Hurwitz19632424833 ∣ F_9 の original proof (Rei Lean 4 §7 で置換)
Morrison-Brillhart1970F_7 の factorization (continued fraction method)
Brent-Pollard1980F_8 の factorization (Pollard ρ method)
Lenstra1990F_9 の 2 番目 factor P49 発見 (ECM method)
Brent1995F_10 + F_11 の factorization work

Paper 176 differentiator (audit 範囲内 controllable)

6. Honest scope (譲れない線)

(1) No world-first claim — Lucas 1878 + Selfridge-Hurwitz 1963 + 各 factorization work 全 prior art 存在。 Paper 176 differentiator は特定 n=5..11 range の empirical table + Lean 4 axiom-free F_9 witness + 7/7 characterization within bounded range のみ。

(2) Excess unbounded 主張なし — 7/7 characterization は n=5..11 range 内、 n → ∞ について何も imply しない。 F_12+ で excess が数千に跳ねる or 永久に 0 の可能性、 sequence は empirically irregular (proven divergent ではない)。

(3) F_n (n ≥ 12) の compositeness question は resolve しない — Paper 176 は F_5-F_11 の known factor structure に依存。 F_12+ は未 factorize (F_12 = 2^4096+1、 partial factors のみ)、 excess measurement 不可能。

(4) ZCSG/MDNST semantic containers refuted ではない — refuted hypothesis は §7 sketch の「monotonic-in-n predicts excess」 のみ、 ZCSG/MDNST core theories 自体は formal address systems としてのみ機能、 excess irregularity の source ではない (source は number theory)。

(5) 3-of-6 divisibility-chain steps は external Python 依存 — Rei Lean 4 axiom-free は「2424833 is prime + 2424833 ∣ F_9」 のみ。 v_2(ord_{2424833}(3)) = 16 は chat-Claude Python computation retain (honest 分離)。 Rei 独立 replicate ではない。

(6) Draft status = 未 publish — Paper 176 v0.1 は papers/paper-176-fermat-modular-bridge-DRAFT.md に draft のまま、 Zenodo publish 未実施。 「急がずゆっくりと」 protocol 適用継続、 v0.2 で v0.1 caveats fix + full BibTeX + Section 7 detailed steps 追加後に publish 判断。

(7) 「Paper 63」 命名衝突 corrigendum — chat-Claude 初期 sketch は「Paper 63」 命名、 Rei 既存 Paper 63 SNST (螺旋数体系) と衝突 → 2026-07-20 rename で Paper 176 割当。 sketch 由来 material を引用時は Paper 176 と明示、 Paper 63 SNST との混同禁止 (別 theory)。

7. 関連 memory + Rei stack impact

直接 origin memory

関連 file (現時点 confirmed)

本 backlog site 反映の origin

Honest scope discipline

Rei stack cross-references