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

primePhaseBoxDistribution_of_effectivePrimePhaseInput

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)

  35def primePhaseBoxDistribution_of_effectivePrimePhaseInput
  36    (input : EffectivePrimePhaseInput) :
  37    PrimePhaseBoxDistribution where
  38  bound := input.bound

proof body

Definition body.

  39  hits := by
  40    intro n hn
  41    rcases input.supplies_generators n hn with ⟨c, hcbound, hc, ⟨hit⟩⟩
  42    exact ⟨c, hcbound, hc, generated_phase_hit_gives_HitsBalancedPhase hit⟩
  43
  44/-- Effective prime phase supply gives bounded balanced search. -/

used by (2)

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

depends on (6)

Lean names referenced from this declaration's body.