def
definition
cert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Jurisprudence.SentencingProportionalityFromJCost on GitHub at line 60.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
57 adj_gt_two : (2 : ℝ) < adjacentSeverityRatio
58 cost_proportional : ∀ p : ℝ, p ≠ 0 → sentencingCost p p = 0
59
60noncomputable def cert : SentencingCert where
61 ratio_gt_one := proportionalityRatio_gt_one
62 adj_gt_two := adjacentSeverityRatio_gt_two
63 cost_proportional := sentencingCost_proportional
64
65theorem cert_inhabited : Nonempty SentencingCert := ⟨cert⟩
66
67end
68end SentencingProportionalityFromJCost
69end Jurisprudence
70end IndisputableMonolith