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

born_rule_nonneg

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)

 151theorem born_rule_nonneg {n : ℕ} (ψ : QuantumState n) (i : Fin n) :
 152    measurementProbability ψ i ≥ 0 := by

proof body

Term-mode proof.

 153  unfold measurementProbability
 154  exact sq_nonneg _
 155
 156/-- **THEOREM (Born Rule Normalization)**: Probabilities sum to 1. -/

depends on (7)

Lean names referenced from this declaration's body.