theorem
proved
wrapper
universalCost_zero
show as:
view Lean formalization →
formal statement (Lean)
101@[simp] theorem universalCost_zero : universalCost (0 : P →₀ ℕ) = 0 := by
proof body
One-line wrapper that applies simp.
102 simp [universalCost]
103