theorem
proved
wrapper
recidivismCost_nonneg
No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
46theorem recidivismCost_nonneg (reoffense baseline : ℝ)
47 (hr : 0 < reoffense) (hb : 0 < baseline) :
48 0 ≤ recidivismCost reoffense baseline := by
proof body
One-line wrapper that applies unfold.
49 unfold recidivismCost; exact Jcost_nonneg (div_pos hr hb)
50
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
cert
in IndisputableMonolith.CriminalJustice.RecidivismFromJCost
decl_use
depends on (6)
Lean names referenced from this declaration's body.
-
Jcost_nonneg
in IndisputableMonolith.Cost
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Cost.JcostCore
decl_use
-
recidivismCost
in IndisputableMonolith.CriminalJustice.RecidivismFromJCost
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Gravity.CoherenceCollapse
decl_use
-
Jcost_nonneg
in IndisputableMonolith.Gravity.EnergyProcessingBridge
decl_use
-
Jcost_nonneg
in IndisputableMonolith.NavierStokes.PhiLadderCutoff
decl_use