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