pith. machine review for the scientific record. sign in
theorem proved term proof

probability_equals_weight

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 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.