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

ActualizationPrinciple

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)

  60structure ActualizationPrinciple where
  61  /-- Current configuration -/
  62  current : Config
  63  /-- The actualized successor -/
  64  successor : Config
  65  /-- Successor is in possibility set -/
  66  in_possibility : successor ∈ Possibility current
  67  /-- Successor minimizes cost among possibilities -/
  68  minimizes_cost : ∀ y ∈ Possibility current, J successor.value ≤ J y.value
  69
  70/-- An actualization witness for a configuration. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (11)

Lean names referenced from this declaration's body.