pith. machine review for the scientific record. sign in
def

effectivePrimePhaseInput_of_rsPrimePhaseEquidistribution

definition
show as:
view math explainer →
module
IndisputableMonolith.NumberTheory.EffectivePrimePhaseInput
domain
NumberTheory
line
67 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.NumberTheory.EffectivePrimePhaseInput on GitHub at line 67.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  64  phase distribution, not from finite search. -/
  65  from_rcl_prime_ledger : True
  66
  67def effectivePrimePhaseInput_of_rsPrimePhaseEquidistribution
  68    (rs : RSPrimePhaseEquidistribution) :
  69    EffectivePrimePhaseInput :=
  70  rs.effective_input
  71
  72theorem erdos_straus_residual_from_rsPrimePhaseEquidistribution
  73    (rs : RSPrimePhaseEquidistribution)
  74    {n : ℕ} (hn : ResidualTrap n) :
  75    ErdosStrausRCL.HasRationalErdosStrausRepr (n : ℚ) :=
  76  erdos_straus_residual_from_effectivePrimePhaseInput
  77    (effectivePrimePhaseInput_of_rsPrimePhaseEquidistribution rs) hn
  78
  79end PrimePhaseInput
  80end NumberTheory
  81end IndisputableMonolith