theorem
proved
wrapper
natCost_self
show as:
view Lean formalization →
formal statement (Lean)
17@[simp] theorem natCost_self (n : Nat) : natCost n n = 0 := by
proof body
One-line wrapper that applies simp.
18 simp [natCost]
19