recognition /
NumberTheory /
NumberTheory.PrimePhaseDistribution /
explainer
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)
35 def boundedBalancedSearch_of_primePhaseBoxDistribution
36 (dist : PrimePhaseBoxDistribution) :
37 BoundedBalancedSearchEngine where
38 bound := dist.bound
proof body
Definition body.
39 bound_ok := by
40 intro n hn
41 rcases dist.hits n hn with ⟨c, hcbound, hc, hhit⟩
42 exact ⟨c, hcbound, hc, box_phase_hit_gives_balanced_pair hhit⟩
43
44 /-- If the prime phase box distribution theorem is supplied, the residual
45 Erdős-Straus class follows. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (9)
Lean names referenced from this declaration's body.
phase
in IndisputableMonolith.Foundation.EightTick
decl_use
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
box_phase_hit_gives_balanced_pair
in IndisputableMonolith.NumberTheory.ErdosStrausBoxPhase
decl_use
BoundedBalancedSearchEngine
in IndisputableMonolith.NumberTheory.ErdosStrausRotationHierarchy
decl_use
PrimePhaseBoxDistribution
in IndisputableMonolith.NumberTheory.PrimePhaseDistribution
decl_use
phase
in IndisputableMonolith.NumberTheory.RiemannHypothesis.Wedge
decl_use