mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
This squashes all local history (768 commits) onto the scrubbed PR #90 baseline. Individual commits were lost during filter-repo corruption; the working tree content is preserved intact. Build: N/A (working tree state only)
6 lines
558 B
Text
6 lines
558 B
Text
import Mathlib
|
||
|
||
/- Original: di=1 |i⟩⟨i|A + |d⟩⟨d|A , trHB (|V0 ⟩⟩⟨⟨V0 |) = P′ (1 − ε2 ) di=1 |i⟩⟨i|A , if d is odd , if d is even so trHB (|V0 ⟩⟩⟨⟨V0 |) ≤ IA -/
|
||
theorem eq_2fd8a5739608720e (A : ℕ) (IA : ℕ) (P : ℕ) (V0 : ℕ) (d : ℕ) (di : ℕ) (even : ℕ) (i : ℕ) (is : ℕ) (odd : ℕ) (so : ℕ) (trHB : ℕ) (ε2 : ℕ) : di=1 |i⟩⟨i|A + |d⟩⟨d|A ∧ trHB (|V0 ⟩⟩⟨⟨V0 |) = P′ (1 - ε2 ) di=1 |i⟩⟨i|A ∧ if d is odd ∧ if d is even so trHB (|V0 ⟩⟩⟨⟨V0 |) ≤ IA := by
|
||
omega
|
||
|