theorem
proved
wrapper
finCost_self
show as:
view Lean formalization →
formal statement (Lean)
21@[simp] theorem finCost_self {m : ℕ} (x : Fin m) : finCost x x = 0 := by
proof body
One-line wrapper that applies simp.
22 simp [finCost]
23