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

CorrectionProtocol

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)

  70structure CorrectionProtocol (X : Ω → ℝ) where
  71  /-- The correction map -/
  72  correct : Ω → Ω
  73  /-- Correction reduces or preserves cost -/
  74  cost_decreasing : ∀ ω, Jcost (X (correct ω)) ≤ Jcost (X ω)
  75  /-- Ground states are fixed points -/
  76  ground_fixed : ∀ ω, Jcost (X ω) = 0 → correct ω = ω
  77
  78/-- The 8-tick correction cycle.
  79    After 8 ticks, the system has had a full opportunity to correct errors. -/

used by (4)

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

depends on (8)

Lean names referenced from this declaration's body.