BACKLOG #1 Site 反映 backlog catch up Tier 1 top-5 の 1 番目 — STEP 1292 (2026-08-07)

Paper 145 v0.9-c — D-FUMT₈ Silicon with SELF⟲ Logic Primitive: 4-substrate cross-verification + F3 CLOSURE

First D-FUMT₈ silicon / 18 axiom-free theorem (16 完全 constructive + 2 [propext]) / 4-substrate = 2 FPGA family + Aer + IBM Heron r2 / GitHub-only artifact 現状 (Zenodo re-publish 保留) / 藤本伸樹 × Rei × Claude / STEP 1264 (2026-07-10) 実装 → STEP 1292 (2026-08-07) site 反映

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

Paper 145 は 2026-05-09 の v0.3 initial publish 以降、 6 回 の Zenodo update を経て v0.9-c まで到達している。 但し site 側の反映は STEP 1264 実装時 (2026-07-10) に GitHub-only artifact として commit されたのみで、 dedicated site page は未作成 のまま backlog に入っていた。

2026-08-06 藤本さん 「サイトには研究の全反映」 permanent protocol 導入 (関連 memory 参照) 後、 backlog scope 実測で site 反映率 2.5% (21/839 STEP) 判明。 Tier 1 top-5 段階的 catch up の 1 番目として本 page を新設。

本 page は「新しい成果」 ではない。 STEP 1264 (2026-07-10) 実装済成果を、 site 側に「memory 忘れ対策」 primary purpose で反映した dedicated page。 数学的内容 + Lean 4 axiom profile + IBM Heron r2 fidelity data は全て commit 済で immutable。

2. Paper 145 概要 (v0.9-c 時点)

Title: "First D-FUMT₈ Silicon with SELF⟲ Logic Primitive: Native 8-Valued Hardware Realization with Lean 4 Refinement Proof — v0.8 Phase 4 Quine-McCluskey Simplification + Finding F11 Engineering-Correctable Relaxation Bias on IBM Heron r2"

Status: DRAFT v0.9-c (2026-07-10、 GitHub-only artifact、 Zenodo re-publish deferred to v0.9 bundle including v0.9-a DD when IBM Cloud Qiskit Runtime instance provisioning permits)

Core claim (F1-F3)

3. Four-substrate cross-verification (v0.7 で完成、 v0.8 で継続)

4 substrate で同一 D-FUMT₈ 8 値 semantics が観測。 各 substrate は independent implementation + independent verification chain。

#Substrate実装検証 evidenceSTEP
1aFPGA silicon (Tang Nano 9K)Sipeed GW1NR-9C LittleBee1User Code 0x00005C27、 37 LUT4 / 0 DFF、 SRAM Program 成功1038-1039 (2026-05-10)
1bFPGA silicon (Tang Console 138K)Sipeed GW5AST-138B LittleBee5User Code 0x00005C27 (chip-portable、 同 User Code 一致)、 4 LED cycling 3Hz 60 秒 demo1029 (2026-05-09)
2Qiskit Aer simulator8-bit basis encoding on 3 qubits、 10 native ops × 8 inputs each96/96 testbench PASS (Phase 1+2 fidelity 1.000 by construction)1025-1027 (2026-05-09)
3IBM Heron r2 real superconducting qubit hardwareibm_kingston 156-qubit、 SamplerV2 経由 execute144/144 PASS Phase 1+2+3+5 avg fidelity 0.954、 Phase 4 QM v0.8 で 32/32 PASS avg fidelity 0.73021030-1035 (2026-05-09) + v0.8 (2026-06-03)

IBM Heron r2 実測 (v0.5 → v0.8 progression)

PhaseOp setCircuitsPassAvg fidelityJob ID
1NOP/NOT/PHI/ADIABATIC (unary native)3232/320.955d7v6d9jack5s73bf1re0
2XOR (binary 6-qubit)6464/640.9512d7v6kcvmrars73d7qqqg
3OMEGA/PSI (ancilla)3232/320.9298d7v7cnfmrars73d7rna0
5RESET (measurement, 3 designs)1616/160.9821d7v7d9vmrars73d7ro3g
4 (v0.5)AND/OR (Belnap subset、 per-pair MCX naive)3218/320.3182d7va0snmrars73d7um30 (relaxation bias)
4 (v0.8)AND/OR (Quine-McCluskey minimum-SOP)3232/320.7302 (+41.20 pp)d8fr2jo7jphs739mn2d0

Phase 4 Quine-McCluskey (v0.8) で depth 2443 → 422 (−83%)、 AND/OR asymmetry 0.75 → 0.03 symmetric = Finding F11 「relaxation bias は engineering-correctable」 確定。

4. STEP 1264 v0.9-c: F3 / §C.9 F.1 CLOSURE — Binary 64-entry Lean 4 refinement

File: data/lean4-mathlib/CollatzRei/PhaseC/Dfumt8Binary64Refinement.lean (443 行 9 sections)

18 theorem axiom profile 実測 (#print axioms): 16 of 18 = "does not depend on any axioms" (完全 constructive、 zero-axiom) + 2 of 18 = [propext] のみ (aluAnd_consistent_belnapAnd + aluAnd_aluOr_cross_tier_agree)。 sorryAx / native_decide / Classical.choice / Quot.sound 全 0。

STEP 1260 baseline (10 constructive + 1 [propext]) より 更に強い axiom profile

9 section 構成

  1. Full 64-entry AND (aluAnd) — Verilog lines 94-140 literal 転記 (16 Belnap-tier + 16 higher-tier + 32 cross-tier default)
  2. Full 64-entry OR (aluOr) — 同上
  3. Nat-level derived (aluAndBits, aluOrBits)
  4. Refinement theorems (aluAnd_refines, aluOr_refines) — round-trip strategy で trivial
  5. Structural properties: commutativity (64-case) + idempotence (8-case) + absorb
  6. Belnap subset consistency (aluAnd_consistent_belnapAnd) — STEP 1011 既存 16-entry と full 64-entry の 16 classical-tier 一致
  7. Cross-tier design rule: aluAnd_cross_tier_classical_wins_{left,right} + OR analogues (32 entries per op、 Verilog default arm 「classical operand wins」 rule)
  8. Round-trip through bit encoding (aluAndBits_roundtrip, aluOrBits_roundtrip)
  9. 64-entry decide-verified smoke tests (aluAnd_table_complete, aluAnd_aluOr_cross_tier_agree)

3 年越し deferred artifact 完成

Paper 145 §B.6.3 が 2026-05 起草時点で明示していた:

"For binary ops, the same pattern applies but requires per-entry case analysis on the 64-entry table (8 × 8). ... the full table is decidable in Lean (each case is `rfl`-provable) and is left as a deferred artifact for source-size reasons."

§C.9 F.1: "Complete the binary lattice refinement (64-entry table) as a follow-up Lean 4 file." — 本 STEP 1264 でこの deferred artifact が axiom-free closure 完成 (§C.9 F.1 CLOSED、 §C.10 R.4 RESOLVED)。

Build: lake build CollatzRei.PhaseC.Dfumt8Binary64Refinement = 2.1s success (2026-07-10 実測)。

5. Version history + Zenodo DOI

VersionDateZenodo DOI主要 update
v0.32026-05-0910.5281/zenodo.20091185Initial publish (3-substrate: FPGA + Aer + Heron r2 Phase 1+2、 fidelity 0.953)
v0.62026-05-1010.5281/zenodo.20192813 (parent)Tang Nano 9K 4-substrate 拡張 + STEP 1037 corrigendum (Tang Nano 9K は物理 silicon)
v0.72026-05〜06Zenodo new-version4-substrate cross-verification 完成宣言
v0.82026-06-0310.5281/zenodo.20521157★ Phase 4 Quine-McCluskey simplification + Finding F11 engineering-correctable relaxation bias (32/32 PASS fidelity 0.7302)
v0.9-c2026-07-10GitHub-only artifact (Zenodo re-publish 保留)★ F3 / §C.9 F.1 CLOSURE — Binary 64-entry Lean 4 refinement 18 axiom-free theorem

v0.9 bundle publish 保留理由: v0.9-a Dynamic Decoupling (fidelity 0.99+ 目標) submit script (STEP 1263) は完成しているが、 IBM Cloud Qiskit Runtime instance provisioning が藤本さん dashboard 操作待ち のため未実行。 v0.9-a 結果到達後に v0.9-c と bundle して Zenodo new-version publish 予定。 no-rush-publication protocol 準拠 (急がずゆっくりと)。

6. 関連 file (現時点 confirmed)

Lean 4 source

Verilog source

IBM Heron r2 submit scripts

Paper draft

Zenodo published versions

7. Honest scope (譲れない線)

(1) 「世界初」 主張の controllable 範囲feedback_world_uniqueness_claim_controllable 継承。 「First D-FUMT₈ Silicon with SELF⟲ Logic Primitive」 は audit 範囲内 = 具体的な 8 tuple semantics + SELF⟲ initial-tier primitive の組み合わせに限定。 「世界唯一の 8 値 hardware」 主張は不使用 (Heald U8 2024-25 + Shramko-Wansing EIGHT₄ 2009 + MIT 2026 qudit d=8 全 prior art、 「D-FUMT₈ = 8 tuple 意味 + SELF⟲ + 4-substrate cross-verification」 の組み合わせのみ差別化)。

(2) Refinement 定理 = trivial derivationaluAnd_refines / aluOr_refinesunfold aluAndBits; rw [Dfumt8.fromBits_toBits, Dfumt8.fromBits_toBits] で trivial derivation。 §B.5.4 unary と同じ round-trip strategy。 load-bearing content は 64-entry table 自体 + 16-subset consistency + 32-entry cross-tier design rule 明示化

(3) Verilog RTL vs silicon empirical evidence の分離 — 本 Lean 4 file は Lean 抽象型 と 3-bit Verilog encoding の refinement 証明。 Verilog RTL の silicon 動作 は 別 layer (empirical、 testbench 50/50 PASS が evidence)。 混同禁止。

(4) Timing / metastability / physical FPGA effects は依然 empirical (Lean 4 refinement では unrepresented)。 SymbiYosys formal verification (v0.6 marathon 2026-08-04) は別 track で追加検証中。

(5) v0.9-c は zero-budget artifact — pure Lean 4 work、 IBM budget 消費 0 sec。 Zenodo re-publish 保留 (v0.9 bundle 完成待ち)。 「急がずゆっくりと」 (feedback_no_rush_publication) 適用継続。

(6) STEP 1215 and8/or8 と PhaseC aluAnd/aluOr は別 namespace 独立 formalization (STEP 1215 = truth-order semantics / PhaseC = Verilog approximation semantics)。 2 つの独立 8-valued AND が共存、 non-conflict。 混同禁止。