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

RecognitionOperator

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)

  38structure RecognitionOperator where
  39  evolve : LedgerState → LedgerState
  40  minimizes_J : ∀ s, admissible s → RecognitionCost (evolve s) ≤ RecognitionCost s
  41
  42/-- **DEFINITION: Ledger Entropy**
  43    Entropy defined as the absolute log-imbalance of the ledger. -/

used by (1)

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

depends on (14)

Lean names referenced from this declaration's body.