2026-08-19 arc — Radar catchup + AEjonanonymous/Collatz default reject + collatz-watch v1.38
1. 契機 (auto-mode Radar catchup)
2026-08-19 session、 CLAUDE.md session-start protocol の 「Research Radar 確認 (最優先・必須)」 が session start 時に 未実行 状態 = 藤本さん judgment (option C) で catchup 実行:
cd C:/Users/user/rei-aios npx tsx scripts/research-radar/daily-radar.ts
実行結果: 5 alerts + 131 papers scored、 D-FUMT₈ TRUE 78.6% dominant (`data/research-radar/radar-2026-08-18.md` に集約、 UTC 日付基準)。 うち 1 件が 30 min quick audit scope と 判明 (AEjonanonymous/Collatz、 Lean 4 「Structural Parity Proof」 主張 ★1 GitHub 新規 repo)。
2. Radar findings summary (5 alerts + top papers)
| Source | 件数 | Rei 影響 | action |
|---|---|---|---|
| GitHub 新規 discover | 28 repos | 1 件 audit scope (AEjonanonymous/Collatz)、 他 27 件 除外 | audit 済 (§3) |
| GitHub watched update | 5 (mathlib4×2 / lean4 / LeanHammer×2) | 通常 daily churn | no-op |
| arXiv keyword match | 77 papers | 1 件 要精読 (Carella abc、 明日以降) | defer |
| Zenodo | 53 entries (90d) | 影響なし | no-op |
| Terence Tao blog | 0 relevant | 影響なし | no-op |
2.1 影響あり (2 件)
要精読 (defer): N. A. Carella 「Note on the Exceptional Set in the ABC Conjecture」 (2026-08-17、 arxiv:2608.16764v1) = STEP 1288 で 追加した abc radar 例外集合軸 (Bernert / Browning-Lichtman-Teräväinen 系) の direct extension = 新 #(E)(x) upper bound paper。 昨日 STEP 1290/1291 Mason-Stothers + Brownawell-Masser arc 完成直後の 新着 = timing 一致、 Paper 176 modular bridge + 将来 abc-effective STEP の prior art として 要精読 (30-60 min scope、 明日以降 fresh session)。
audit 即完了: AEjonanonymous/Collatz (§3-4 で 詳細)。
2.2 影響なし (既 tracked or radar catch のみ)
- Chang v6 (arxiv:2603.11066v6) top-score 12 = 既 integrated (STEP 1269 Chang paradigm exhaustion retrofit + STEP 1293 backlog site)
- Karsten Müller 「Gain Bounds for Diagonal Superelliptic Equations under the Strong ABC Conjecture」 (2026-02-22) = abc-adjacent radar catch のみ
- 複数 Collatz papers (Fibonacci/mod-6 graph / parity vectors / Christoffel words / base-octave selection / coordinate systems) = Score 6-8、 一部 STEP 690-696 mod-6 dynamics と overlap だが direct competition なし、 complementary framings
- L5 ≥ 0.6 Lean 4 formalization candidate 6 件 (Game Hopping / Dirichlet-Lobachevsky / MechGeo / Laplace / Fibonacci-Collatz mod-6 / Singer Sidon) = Rei axiom-free work と direct competition なし
3. AEjonanonymous/Collatz repo 完全 audit (30 min scope)
3.1 Repo metadata
| Full name | AEjonanonymous/Collatz |
| URL | https://github.com/AEjonanonymous/Collatz |
| Description | A Formally Verified Structural Parity Proof of the Collatz Conjecture |
| Stars | 1 |
| Language | Lean |
| Size | 260 KB |
| Updated | 2026-07-18 |
| License | MIT (推定、 LICENSE file 1076 B) |
3.2 File 構成 (完全読)
- Collatz_#1.lean = 2479 B、 4 theorem + 2 definition
- The End of Every Hailstone.pdf = 284 KB manuscript
- README.md = 1289 B (claim + tautology explanation)
- CITATION.cff = 281 B
- LICENSE = 1076 B
- lakefile.lean = 115 B
- lean-toolchain = 25 B
4. 致命的 Gap = default reject 判定
4.1 Core claim (README 引用)
Boxed identity: 全 odd integer n は 3^m · n + R = 2^K の identity に definitionally bound、 「$3n$ Cancels + $2^K$ Forced-to-balance + Identity ($1=1$) → 1 が唯一 legal」 と 主張。
4.2 4 theorem の 実内容 (Lean 直読)
| Theorem | 主張 | Reasoning 前提 |
|---|---|---|
| universal_balance | 逆向き induction: n_next balanced → n balanced | chain step (3n+1 = 2^k · n_next) 既存在 |
| uniqueness_of_residue | fixed n + path ks で R 唯一 | 2 つの balanced 表現 既存在 |
| terminal_state | m=0 (list empty) なら n = 2^K | IsBalanced n K [] 既存在 (定義展開 + simp 1 行) |
| odd_power_of_two_is_one | odd + n=2^K なら n=1 | trivial number theory |
4.3 存在証明 完全欠落
4 theorem 全て 「valid Collatz chain ks が既に存在する」 前提 で reasoning、 ∀ n : ℕ+, ∃ ks : List ℕ, IsBalanced n K ks の 存在証明 = 完全に欠落。
これは classical 「structural rearrangement fake proof」 pattern = 問題を代数的 identity 3^m·n + R = 2^K に reformulation したが、 全 n に対する chain 存在 induction が 提示されていない。 Collatz 予想の本体 (「全 n が有限 step で 1 に到達」) は 「そのような ks が存在する」 の主張と同値、 identity 自体は Collatz が 真である場合の 帰結を 代数的に整理した tautology にすぎず、 予想の 逆方向 (存在) を 証明する 手段は含まれていない。
[[feedback-collatz-default-reject-proof-claims]] direct 適用 = default reject marker として register。
5. Rei stack overlap analysis
5.1 Overlap risk = ZERO
Rei STEP 614-624 (48 Lean 4 定理、 step614_unified_theorem.lean + step622_exhaustive.lean + step623_v3.lean + step624_COMPLETE.lean) と 全く別 approach + 別 lemma space:
| 軸 | Rei (STEP 614-624) | AEjonanonymous/Collatz |
|---|---|---|
| Approach | trailing 1-bits (j) + 2-adic valuation + 明示 case 分析 | list ks based balance identity + 逆向き induction |
| Scope | Cases 1-4 完全証明 (∀ n≥12 descent)、 Cases 5-8 は honest 認識込みで 有限 mod 分析不能 明示 | 「full Collatz proof」 主張 (実質 tautology reformulation) |
| Discipline pattern | honest scope 明示 ([[feedback-no-ritual-collatz-self-deprecation]] 継承) | full proof 主張 + 存在証明欠落 = 逆方向 pattern |
| Lemma space | Nat.div_lt_iff_lt_mul / Nat.div_div_eq_div_mul / omega / native_decide | Mathlib.Tactic.Ring / Linarith / LinearCombination + List ℕ 定義 |
結論: cite せず、 competition なし、 STEP 修正不要。 別 direction の 2 file と考える (Rei = honest scope Lean 4 asset / AEjonanonymous = claim + gap の pattern 事例)。
6. collatz-watch.json v1.37 → v1.38 marker register
6.1 変更 summary
| File | data/research-radar/collatz-watch.json |
| Version | 1.37 → 1.38 |
| lastUpdated | 2026-08-15 → 2026-08-19 |
| repos count | 117 → 118 |
| New category | collatz-proof-rejected |
| New fields (4) | auditVerdict / rejectedReason / reiOverlapRisk / reiRelatedStep |
| Commit | b5d5ff688 |
6.2 新 entry (JSON schema)
{
"fullName": "AEjonanonymous/Collatz",
"category": "collatz-proof-rejected",
"priority": "low",
"notes": "「Structural Parity Proof」 主張、 Lean 4 1 file (Collatz_#1.lean 2479 B、 4 theorem) + PDF ...
Rei audit 2026-08-19 (30 min quick scope): 4 theorem 全て 「valid Collatz chain ks が既に存在する」 前提で reasoning、
「∀ n : ℕ+, ∃ ks : List ℕ, IsBalanced n K ks」 の 存在証明 = 完全に欠落。
classical structural rearrangement fake proof pattern。 default reject。 ...",
"added": "2026-08-19",
"auditedAt": "2026-08-19",
"auditVerdict": "rejected",
"rejectedReason": "no chain existence proof (∀ n, ∃ ks IsBalanced) — classical structural rearrangement fake proof pattern",
"reiOverlapRisk": "zero",
"reiRelatedStep": "STEP 614-624 (48 Lean 4 theorem、 逆方向 pattern)",
"openAlexLookupMethod": "github-repo",
"openAlexCheckedAt": "2026-08-19"
}
6.3 Marker 運用意図
future radar が 同 repo を 再 hit した際、 auditVerdict: "rejected" field を 見て 即座に skip 可能な marker として preserve。 「同じ repo を 何度も audit する」 労力を 事前に消去、 Rei judgment trace を JSON schema 内に explicit 化 = radar 自動化 の 判断力 拡張。
7. Git 状況 (parallel session divergence 記録)
本 arc 中、 rei-aios main で local main と origin/main の 大幅 divergence 発見:
- Local main (私 = Claude Code、 本 session): 私の 2 実質 commit (a3 entry a8ba6b2ed + collatz marker b5d5ff688) + 5 cron auto commits + parallel session の a2 entry 重複 (78000d71e) が 混在
- Remote origin/main: parallel session が a2 entry を 別 SHA 546a1c3f5 で push 済 + 別 cron auto commits (591ea720f etc)
- UU markers: 40 files 未解消 (別 session の 未完 merge 由来、 私 触らず preserve)
解決: git worktree で origin/main base の fresh workdir 作成 → 私の 2 実質変更を cherry-pick → branch rei-automator-a3-and-collatz-marker に push。 local main は 触らず preserve (藤本さん judgment で git reset --hard origin/main or branch merge 決定)。
Branch URL: rei-automator-a3-and-collatz-marker / PR create link
8. Honest scope
- 本 arc は 「AEjonanonymous/Collatz 個別 audit + marker register」 が実質、 Rei 側 新機能 主張ゼロ。 4 theorem 直読 + gap 検出 + default reject discipline 運用のみ。
- gap 検出 (「chain existence proof 欠落」) は Lean file 完全読 (2479 B) + README 完全読 + PDF 未読 (284 KB)。 PDF に 別 proof が 記載されている可能性 は 排除しないが、 Lean file 単独で proof として close していない = machine-verified claim 単独では 不成立 = default reject 妥当。 PDF に prose-level 存在証明 が あっても、 「machine-verified」 主張は Lean file scope のみ = 該当せず。
- 「structural rearrangement fake proof pattern」 は Collatz 界隈で classical に 何度も出現する pattern、 novelty 主張ゼロ ([[feedback-world-uniqueness-claim-controllable]] 適用) = 私の 「発見」 ではなく 「認識」。
- Rei STEP 614-624 も 「full Collatz proof」 主張ではなく 「48 定理 + Cases 5-8 有限 mod 分析不能 の honest 認識」、 本 audit の 逆方向 pattern が 「Rei は正しい」 と 主張する意図なし = 2 file の style discipline の差 のみ 明示。
- Radar marker register は 「Rei judgment trace の explicit 化」 が primary purpose、 「AEjonanonymous を 攻撃する」 意図なし ([[feedback-no-direct-author-contact]] 継承)。 marker は internal radar の 判断負荷軽減。
- [[feedback-all-research-site-reflection-default]] 2026-08-06 protocol 適用 = 本 arc は backend engine 実装なし の judgment arc だが、 memory 忘れ対策 primary purpose で site 反映。 「radar audit + marker register」 pattern を site 上 visible 化 = future radar 再運用時の trace preservation。
- Prior art 100% pre-existing (default reject pattern = 数学界で 一般的な judgment discipline)、 Rei contribution = 「radar entry schema に auditVerdict / rejectedReason / reiOverlapRisk / reiRelatedStep field を 明示追加」 の operational discipline のみ。
9. 関連 memory / STEP link
- Rei Collatz Lean 4 asset: data/lean4-mathlib/CollatzRei/ 系 (STEP 614-624 48 theorem)、 backlog #5 25 load-bearing inventions の 「螺旋数」 系と 独立
- radar system: scripts/research-radar/daily-radar.ts (session start protocol 最優先) + data/research-radar/collatz-watch.json (本 arc で v1.37 → v1.38)
- Collatz proof claim discipline: [[feedback-collatz-default-reject-proof-claims]] (default reject pattern の 原則) + [[feedback-no-ritual-collatz-self-deprecation]] (自己言及の律)
- Radar aggregation history: STEP 1299 backlog #8 Research Radar aggregation (33 iteration timeline)
- 順序原則: [[feedback-one-reproduction-over-ten-unverified]] (「1 本の再現 > 10 本の未検証」 の judgment discipline)
- 「急がずゆっくりと」: [[feedback-no-rush-publication]] (Carella abc paper 精読 defer の rationale = 明日以降 fresh session)
- Site 反映 default: [[feedback-all-research-site-reflection-default]] (2026-08-06 藤本さん永久 protocol)
- Parallel session pattern: [[docs/PARALLEL_SESSION_AND_STASH_PROTOCOL]] (本 arc の worktree + cherry-pick pattern の 起源)
- 本日 前 arc (同 session): rei-automator-mcp v0.2.0a3 IME バイパス smoke test cover ship (週 1 pace 第 1 弾) + hybrid protocol + Public HTTP MCP layer 追加軸 決定 ([full arc 2 件 は 別 memory](https://github.com/fc0web/rei-aios/tree/rei-automator-a3-and-collatz-marker))