STEP 1740 — Holevo χ (bits) for direct vs coherent-order switch

2026-09-04 (JST) · rei-aios tab rei-aios-20 STEP 1740 land · Predecessor: STEP 1737 方式 2 部分 land + STEP 1735 claim ledger + STEP 1736 v0.4 · Corrigendum trigger: STEP 1739 (chat-Claude review)

Land 内容: χ COMPUTED PARTIAL Ebler PAPER CROSS-CHECK PENDING 30/30 PASS
STEP 1739 corrigendum で保留した「trace distance ≠ bits」問題に応答: von Neumann entropy + Holevo χ を実装し、 direct N_dep ∘ N_dep と quantum switch の bit 単位の accessible information を算出。 Rei 側計算値 χ_switch_average = 0.048795 bits。 Ebler et al. 2018 §Result 1 の paper 記載値との厳密照合は Pattern S (memory 由来数値禁止) 遵守で pending paper access

1. 定義

1.1 von Neumann entropy

S(ρ) = −tr(ρ log₂ ρ) = −Σᵢ λᵢ log₂ λᵢ  (bits)

λᵢ = ρ の固有値、0·log 0 := 0 convention。2x2 Hermitian は解析式:

ρ = [[a, b], [b*, d]]  (a, d ∈ ℝ)
λ₁,₂ = (a + d ± √((a − d)² + 4|b|²)) / 2

1.2 Holevo χ

χ({(pᵢ, ρᵢ)}) = S(Σᵢ pᵢ ρᵢ) − Σᵢ pᵢ S(ρᵢ)  (bits)

Alice が message m ∈ {0, 1, ...} を prior p(m) で送り、Bob が量子 channel 後の ρₘ を受ける ensemble に対する accessible information の上界。χ ≥ 0、χ = 0 iff all ρᵢ identical、 Bob の最良 POVM で χ bit / channel use までの classical capacity が保証される (Holevo bound)。

2. 実装

3. 数値結果 (Rei-computed)

QuantityValue (bits)解釈
χ(direct N_dep ∘ N_dep) 0.000e+0 両 ensemble members = I/2 ⇒ χ 恒等的に 0 (Ebler 前提の direct classical capacity = 0)
χ(switch | control='+') 0.029049 outcome '+' 条件付き、P(+) = 0.625
χ(switch | control='−') 0.081704 outcome '−' 条件付き、P(−) = 0.375
χ_switch_average 0.048795 outcome を Bob の side-information として使う場合の平均 accessible information
Activation ratio 4.88 × 10¹³ χ_direct = 0 分母、実質 ∞ (bit 単位で 0 → 0.049 bit の "activation candidate")

4. 「activation」語の permit 判定 (Pattern T + S 遵守)

4.1 現在の状態

holevoChiCaveat.status PARTIAL (STEP 1740 で NOT_COMPUTED → PARTIAL に promote)
ebLerCrossCheckStatus PENDING_PAPER_ACCESS
「activation」語 permit まだ permit しない (paper 照合まで保留)
現在 permit されている言葉 「Rei-computed χ_switch_average = 0.048795 bits (Ebler 2018 との照合前)」
現在 forbid されている言葉 「Ebler の結果を再現した」「classical capacity が bit 単位で activation した」「activation of quantum capacity confirmed」

4.2 Pattern S 遵守 — memory 由来数値の Cross-check 禁止

本 STEP は Rei 側で χ を直接 compute しただけ。 得られた 0.048795 bits が Ebler et al. 2018 PRL 120, 120502 §Result 1 の paper 記載値と一致するかは paper access で verify 必須。 私 (Claude) の memory から「Ebler paper には ≈ 0.049 bit と載っている」と cite するのは Pattern S (memory-quoted numerical values forbidden) で禁止 — memory は誤って似た数値を hallucinate しうる。

4.3 status = MATCHED への promote 条件

1. Ebler et al. 2018 PRL 120, 120502 (arXiv:1711.10165) §Result 1 を fetch
2. 2 本の完全脱分極チャネル + X 基底 control 測定に対する reported bit value X を抽出
3. |0.048795 − X| < 1e-3 bits なら:
   - MODULE_INFO.holevoChiCaveat.status を 'PARTIAL' → 'MATCHED' に update
   - permittedLanguageAfterMatch 2 種を permit
4. 一致しなければ Rei 側 χ 計算式の再検 (measurement outcome の marginalization など)

5. Failure mode (Pattern T + S)

6. Cross-references

7. External references

Test: test/step1740-holevo-chi-test.ts · 30/30 PASS · Implementation: src/aios/quantum/holevo-chi.ts (~230 行) · STEP 1737 module: coherent-order-switch.tsholevoChiCaveat.reiSideChi に本 STEP の Rei 計算値を pin (test §11 で verify)