theorem
proved
wrapper
recidivismCost_phi_step
show as:
view Lean formalization →
formal statement (Lean)
60theorem recidivismCost_phi_step :
61 Jcost phi = phi - 3 / 2 := by
proof body
One-line wrapper that applies exact.
62 exact Jcost_phi_val
63