Claim 14.5: exact Case-I/Case-II publication interface #
This module is intentionally only a branch dispatcher. It does not turn a
region-series identity, a mainSum estimate, or a source decomposition into a
hypothesis. Those constructions belong inside the concrete branch proofs.
The current Case-I result closes the Lemma-8.7 contraction component, while the
latest Case-II development closes the direct double-rounded source endpoint and
its eventual relative bracket. Neither currently exports the same final
Claim14_5Bound declaration. Consequently the interface below is the honest
consumer boundary until both branches publish that common conclusion.
A tagged, exact split. The two source cases remain different constructors; in particular the odd short interval is never weakened into or merged with Case I.
- caseI {β : ℝ} {N : ℕ} {s σ : ℝ} (lower : β + ↑(N % 2) ≤ s) (upper : s ≤ σ) : Claim14_5ExactBranch β N s σ
- caseII {β : ℝ} {N : ℕ} {s σ : ℝ} (odd : Odd N) (lower : β - 1 < s) (upper : s ≤ β + 1) : Claim14_5ExactBranch β N s σ
Instances For
The tagged split is definitionally equivalent to the existing production Case-I/Case-II predicates.
Exact branch elimination. Each branch consumer sees only its own full range certificate.
Common eventual conclusion required from both concrete branches. The
cutoff z may depend on D; all other parameters and the Claim-14.5 constant
are fixed before the eventual threshold is chosen.
Equations
- MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.Claim14_5EventualAt Tdisc S H z N d Δ σ K s C145 = ∃ (D₀ : ℝ), 1 < D₀ ∧ ∀ (D : ℝ), D₀ ≤ D → MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.Claim14_5Bound Tdisc S H N D (z D) d Δ σ K s C145
Instances For
Case-I producer interface, with its exact range quantified explicitly.
Equations
- MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.Claim14_5CaseIEventualConsumer Tdisc S H z β d Δ σ K C145 = ∀ (N : ℕ) (s : ℝ), β + ↑(N % 2) ≤ s → s ≤ σ → MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.Claim14_5EventualAt Tdisc S H z N d Δ σ K s C145
Instances For
Case-II producer interface, retaining the oddness and open lower endpoint.
Equations
- MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.Claim14_5CaseIIEventualConsumer Tdisc S H z β d Δ σ K C145 = ∀ (N : ℕ) (s : ℝ), Odd N → β - 1 < s → s ≤ β + 1 → MathlibNt.SieveTheory.SwitchingPrinciple.SuzukiLemma144KappaOne.Claim14_5EventualAt Tdisc S H z N d Δ σ K s C145
Instances For
Consumer of an already tagged exact split. No analytic or discrete internal premise is added to the public call surface.
Final exact dispatcher on Suzuki's parity domain. The production split selects one of the two distinct proof interfaces (kept separate even at their shared boundary), and the selected branch returns the same eventual Claim-14.5 bound.
Remaining bridge to Lemma 14.4 #
The dispatcher is complete, but entering Lemma 14.4 still requires production
proofs of the two consumer predicates above for one identical Tdisc, cutoff
function z, normalization, and fixed admissible C145:
- Case I: promote the existing eventual Lemma-8.7 contraction component to the full discrete Claim-14.5 bound.
- Case II: combine the direct double-rounded source endpoint theorem, source
geometry threshold, and eventual relative-bracket contraction, then transport
that source-native conclusion to
Claim14_5Bound. - Common endpoint: verify the resulting constant has the uniform dependence required by Claim 14.5 and connect the common bound to the induction/source recurrence consumed by Lemma 14.4.