structure
definition
def or abbrev
OptimizationTheoryCert
show as:
view Lean formalization →
formal statement (Lean)
37structure OptimizationTheoryCert where
38 five_types : Fintype.card OptimizationProblemType = 5
39 global_min : Jcost 1 = 0
40 local_min : ∀ {r : ℝ}, 0 < r → r ≠ 1 → 0 < Jcost r
41