theorem
proved
wrapper
totalRecoveryCost_zero
show as:
view Lean formalization →
formal statement (Lean)
52theorem totalRecoveryCost_zero : totalRecoveryCost 0 = 0 := by
proof body
One-line wrapper that applies unfold.
53 unfold totalRecoveryCost; simp
54