IndisputableMonolith.NumberTheory.MeromorphicCircleOrder
The MeromorphicCircleOrder module extracts genuine local meromorphic factorizations from Mathlib's meromorphicOrderAt_eq_int_iff, with the regular factor g taken as the actual Weierstrass analytic nonvanishing part. Number theorists building the Recognition Science cost-covering bridge to the Riemann hypothesis cite these constructions for precise circle phase and defect sampling. The module assembles sibling definitions and witnesses rather than a single proof.
claimLocalMeromorphicWitness realizes $f(z)=(z-a)^n g(z)$ with $g$ holomorphic and $g(a)\neq 0$, extracted from meromorphicOrderAt_eq_int_iff; also defines DefectPhaseFamily, meromorphic_phase_charge, defectPhasePureIncrement, and regular perturbation bounds on linear and quadratic terms.
background
This module sits in the NumberTheory layer and imports Constants (where $\tau_0=1$ tick), AnnularCost (with $\mathrm{phiCost}(u)=\cosh((\log\phi)\cdot u)-1=J(\phi^u)$), CirclePhaseLift (continuous-phase infrastructure bridging Mathlib complex analysis to discrete AnnularRingSample cost frameworks), and CostCoveringBridge (the three-layer RS cost-covering architecture for RH). It supplies local meromorphic factorization primitives so that regular factors remain genuine analytic nonvanishing functions rather than dummy constants. Sibling objects include LocalMeromorphicWitness, DefectPhaseFamily, pureDefectPhaseData, and regular_factor_increment_decomposition.
proof idea
This is a definition module that constructs witnesses and decompositions such as local_meromorphic_factorization, defectPhasePureIncrement, regular_factor_increment_decomposition, and the three regular_perturbation bounds. It supplies the analytic primitives needed for downstream cost comparisons without a single overarching proof.
why it matters in Recognition Science
The module supplies the meromorphic factorization tools required by AnalyticTrace (which assembles the full RH bridge after axiom elimination), CarrierBudgetComparison (carrier-defect budget comparison on the same circles), DefectSampledTrace (annular meshes for hypothetical zeta defects), and HonestPhaseBudgetBridge (perturbation witnesses that turn honest phase families into bounded annular excess data). It fills the requirement for genuine regular factors stated in the module doc-comment.
scope and limits
- Does not prove the Riemann hypothesis.
- Does not handle global meromorphic properties of the zeta function.
- Does not compute explicit numerical phase-charge values.
- Does not replace upstream Mathlib analytic results.
- Does not establish bounded annular excess without additional witnesses.
used by (4)
depends on (4)
declarations in this module (43)
-
structure
LocalMeromorphicWitness -
theorem
local_meromorphic_factorization -
theorem
meromorphic_phase_charge -
structure
DefectPhaseFamily -
def
pureDefectPhaseData -
def
trivialDefectPhaseFamily -
def
defectPhasePureIncrement -
structure
DefectPhasePerturbationWitness -
theorem
regular_factor_increment_decomposition -
theorem
regular_perturbation_small -
theorem
regular_perturbation_linear_term_bounded -
theorem
regular_perturbation_quadratic_term_bounded -
def
trivialDefectPhasePerturbationWitness -
theorem
defect_phase_family_with_perturbation_exists -
theorem
defect_phase_family_exists -
structure
QuantitativeLocalFactorization -
def
phaseIncrementEpsilonBound -
theorem
phaseIncrementEpsilonBound_nonneg -
theorem
phaseIncrementEpsilonBound_decreasing -
def
zetaDerivedPhaseDataBundle -
def
zetaDerivedPhaseData -
theorem
zetaDerivedPhaseData_charge -
def
zetaDerivedPhaseFamily -
theorem
zetaDerivedPhaseFamily_sensor -
def
zetaDerivedPhasePerturbationWitness -
def
regularFactorPhaseFromWitness -
def
genuineZetaDerivedPhaseData -
theorem
genuineZetaDerivedPhaseData_charge -
def
qlf_regularFactorPhase -
def
genuineZetaDerivedPhaseFamily -
def
genuineRegularFactorPhaseAt -
theorem
genuineRegularFactorPhaseAt_logDerivBound -
theorem
epsilon_abs_bound -
theorem
epsilon_log_phi_small -
theorem
sum_epsilon_abs_bound -
theorem
sum_epsilon_sq_bound -
theorem
convexOn_sinh_Ici -
theorem
sinh_mul_le_mul_sinh -
theorem
genuine_pure_increment_abs_eq -
theorem
sum_inv_succ_mul_succ_le_one -
theorem
sum_inv_succ_mul_succ_sq_le_one -
def
genuineZetaDerivedPhasePerturbationWitness -
structure
ZetaPhaseFamilyData