BACKLOG #9 Tier 2
Paper 176 v0.1 — Fermat F_5-F_11 v_2(ω) + F_9 excess=5 axiom-free 三位一体 evidence stack
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):
| n | F_n = 2^(2^n) + 1 | v_2(ω_{F_n}(3)) | Lucas floor (n+2) | Excess |
|---|---|---|---|---|
| 5 | 2^32 + 1 | 7 | 7 | 0 |
| 6 | 2^64 + 1 | 8 | 8 | 0 |
| 7 | 2^128 + 1 | 9 | 9 | 0 |
| 8 | 2^256 + 1 | 11 | 10 | 1 |
| 9 | 2^512 + 1 | 16 | 11 | 5 |
| 10 | 2^1024 + 1 | 12 | 12 | 0 |
| 11 | 2^2048 + 1 | 13 | 13 | 0 |
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)
- Deep 2-adic form:
deep_2adic_form: 2424833 = 37 · 2^{16} + 1 - Primality:
odd_37 ∧ prime_f9SmallFactor(2424833 = 37·2^16+1 が prime) - Divisibility:
f9SmallFactor_dvd_fermatNine: 2424833 ∣ 2^{512} + 1via Pratt-style iterative-squaring proof ofsqIterMod 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):
3^(37·2^{15}) ≡ −1 mod 2424833v_2(ord_{2424833}(3)) = 16
4. Refuted hypothesis (§7 sketch original claim)
chat-Claude 2026-07-19 arc の Paper 63 sketch §7 (現 Paper 176 前身) は次を hypothesize していた:
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 art | 年 | Content |
|---|---|---|
| Lucas | 1878 | v_2(ω_{F_n}(3)) ≥ n + 2 下界確立 (「Lucas floor」) |
| Landry-Le Lasseur | 1880 | F_6 = 274177 · 67280421310721 の factorization |
| Selfridge-Hurwitz | 1963 | 2424833 ∣ F_9 の original proof (Rei Lean 4 §7 で置換) |
| Morrison-Brillhart | 1970 | F_7 の factorization (continued fraction method) |
| Brent-Pollard | 1980 | F_8 の factorization (Pollard ρ method) |
| Lenstra | 1990 | F_9 の 2 番目 factor P49 発見 (ECM method) |
| Brent | 1995 | F_10 + F_11 の factorization work |
Paper 176 differentiator (audit 範囲内 controllable)
- ✗ 「world-first」 系主張 ← 全部 prior art 存在で不可
- ✓ 特定 n = 5..11 range の empirical excess table = 単一 aggregated dataset として新規
- ✓ Lean 4 axiom-free F_9 divisibility witness = Selfridge-Hurwitz 1963 の kernel-verified replacement (Rei-internal computation)
- ✓ 7/7 characterization
excess = v_2(k)within bounded range
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
- 2026-07-20 chat-Claude arc (Paper 63 sketch §7 → Paper 176 rename)
- STEP 1306 (Lean 4 general negative result 18 thm axiom-free)
- STEP 1307 (Python F_5-F_11 + Lean 4 F_9 factor witness 11 thm axiom-free)
関連 file (現時点 confirmed)
papers/paper-176-fermat-modular-bridge-DRAFT.md(178 行 v0.1 draft)data/lean4-mathlib/CollatzRei/FermatNineExcessWitness.lean(476 行 / 26 theorem、 F_9 divisibility witness Section 7 Pratt-style)data/lean4-mathlib/CollatzRei/FermatAsymptotic.lean(198 行、 general negative result)data/fermat/v2-order-extension-2026-07-20.md(empirical measurement record)data/fermat/v2-order-extension-2026-07-20.json(machine-readable)
本 backlog site 反映の origin
feedback_all_research_site_reflection_default.md— 2026-08-06 藤本さん永久 protocolproject_site_backlog_catch_up_pending_2026-08-06.md— Tier 2 top-5 の 4 番目として本 STEP 1300 起動feedback_no_rush_publication.md— draft 保留 継承
Honest scope discipline
feedback_world_uniqueness_claim_controllable.md— 「world-first」 系主張禁止feedback_zero_sorry_floor_not_ceiling.md— axiom-free = floorfeedback_intuition_before_math.md— chat-Claude sketch の直感 → Rei empirical + Lean formalize の順序feedback_evaluation_symmetry_principle.md— chat-Claude arc inflate/deflate 両禁止
Rei stack cross-references
- Paper 63 SNST (Rei 既存、 Tier 1 #5 #23) — 命名衝突 corrigendum の対象、 別 theory (螺旋数体系)
- Paper 158/166 「独自」 主張 corrigendum 前例 — Paper 176 の draft status 継続 は同 pattern 回避
- abc frontier keyword 追加 (Tier 2 #8 v1.33) — Paper 176 arc の隣接 territory (Mason-Stothers 関数体版 abc 予想 keyword)
- ZcsgMdnstModularBoundary.lean — Paper 176 v0.1 で ZCSG/MDNST containers が excess irregularity の source ではない negative result