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

phaseBudgetEngine_of_boundedVisibilityEngine

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)

  34def phaseBudgetEngine_of_boundedVisibilityEngine
  35    (engine : BoundedVisibilityEngine) :
  36    PhaseBudgetEngine where
  37  bound := engine.bound

proof body

Definition body.

  38  supplies_hit := by
  39    intro n hntrap
  40    exact engine.visibility n (nonIdentityReciprocal_of_residualTrap hntrap)
  41
  42/-- Bounded visibility over recovered ledgers gives bounded balanced search. -/

used by (2)

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

depends on (4)

Lean names referenced from this declaration's body.