def
definition
EL_prop
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.URCAdapters.ELProp on GitHub at line 12.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
9
10noncomputable section
11
12def EL_prop : Prop :=
13 (deriv Cost.Jlog 0 = 0) ∧ (∀ t : ℝ, Cost.Jlog 0 ≤ Cost.Jlog t)
14
15lemma EL_holds : EL_prop := by
16 exact ⟨Cost.EL_stationary_at_zero, Cost.EL_global_min⟩
17
18end
19
20end URCAdapters
21end IndisputableMonolith