pith. machine review for the scientific record. sign in
class definition def or abbrev

ZeroParameterFramework

show as:
view Lean formalization →

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)

  35class ZeroParameterFramework (F : Type*) where
  36  has_dynamics : Prop
  37  has_cost : F → ℝ
  38  cost_nonneg : ∀ x, 0 ≤ has_cost x
  39  cost_symmetric : ∀ x y : F, has_cost x = has_cost y → True
  40  zero_params : ℕ  -- number of free parameters
  41  zero_params_eq : zero_params = 0
  42  self_similar : Prop
  43  derives_observables : Prop
  44

depends on (9)

Lean names referenced from this declaration's body.