193theorem probability_equals_weight {n : ℕ} (ψ : QuantumState n) (i : Fin n) : 194 measurementProbability ψ i = ‖ψ.amplitudes i‖^2 := rfl
proof body
Term-mode proof.
195 196/-! ## Why Measurement is Irreversible -/ 197 198/-- Measurement irreversibility: once committed, the ledger cannot uncommit. 199 This explains the thermodynamic arrow in measurement. -/
depends on (13)
Lean names referenced from this declaration's body.