95structure CommittedLedger (n : ℕ) where 96 /-- The selected outcome. -/ 97 outcome : Fin n 98 /-- The final amplitude (phase factor). -/ 99 amplitude : Amplitude 100 /-- The amplitude has unit norm (after normalization). -/ 101 unit_norm : ‖amplitude‖ = 1 102 103/-! ## The Measurement Process -/ 104 105/-- Helper: sum over filter equals sum over all for norm-squared (zeros contribute nothing). -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.