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

MinimalEngine

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)

  29structure MinimalEngine where
  30  costOf : ℕ → ℕ → ℝ
  31  stable :
  32    ∀ n : ℕ, NonIdentityReciprocal n → StableIntegerLedgerBudget n (costOf n)
  33  floor :
  34    ∀ n : ℕ, NonIdentityReciprocal n → KThetaFailureFloorHypothesis n (costOf n)
  35
  36/-- A minimal engine yields a successful admissible gate for every
  37nonidentity reciprocal ledger. -/

used by (4)

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

depends on (10)

Lean names referenced from this declaration's body.