structure
definition
def or abbrev
PhaseBudgetEngineLogic
show as:
view Lean formalization →
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. -/