theorem
proved
term proof
superposition_has_cost
show as:
view Lean formalization →
formal statement (Lean)
32theorem superposition_has_cost {r : ℝ} (hr : 0 < r) (hne : r ≠ 1) :
33 0 < Jcost r := Jcost_pos_of_ne_one r hr hne
proof body
Term-mode proof.
34
35/-- After measurement: definite outcome = J = 0. -/