theorem
proved
term proof
costCompose_zero_right
show as:
view Lean formalization →
formal statement (Lean)
140theorem costCompose_zero_right (a : ℝ) : a ★ (0 : ℝ) = 2 * a := by
proof body
Term-mode proof.
141 unfold costCompose
142 ring_nf
143
144/-- **THEOREM: Cost composition preserves non-negativity.**
145 If a ≥ 0 and b ≥ 0, then a ★ b ≥ 0. -/