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

PhaseBudgetEngineLogic

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)

  27structure PhaseBudgetEngineLogic where
  28  bound : LogicNat → LogicNat
  29  classical_engine : PhaseBudgetToErdosStraus.PhaseBudgetEngine
  30  bound_compat : ∀ n : LogicNat, toNat (bound n) = classical_engine.bound (toNat n)
  31
  32/-- Forget the logic-native wrapper to the current classical phase-budget
  33engine. -/

used by (2)

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

depends on (5)

Lean names referenced from this declaration's body.