Skip to main content
All packages

AlexKontorovich/PrimeNumberTheoremAnd

PrimeNumberTheoremAnd

Blueprint for the PNT+ Project

Therefore indexed 1,644 complete source declarations from the exact package revision. Individual authorship and independent verification remain unset.

Research project325 GitHub starsApache-2.09 indexed versionsRepositoryFull history on Reservoir

Head version

a93551347dce

a93551347dce924b1db75d40218841bf085a465f

Toolchain
leanprover/lean4:v4.32.0
Revision date
22 Jul 2026
Dependencies
13
Versions
9

External build observation

Exact head commit and toolchain

No Reservoir build observation was found for this exact commit and toolchain. This is not evidence of failure.

Pin this source in lakefile.lean

require PrimeNumberTheoremAnd from git "https://github.com/AlexKontorovich/PrimeNumberTheoremAnd.git" @ "a93551347dce924b1db75d40218841bf085a465f"

Source declarations

1,644 indexed proofs

Package history

Showing 441 to 460 of 1,644 declarations.

lemma

FKS2.admissible_bound_anti

admissible_bound A 1.5 C 1 is antitone beyond log x ≥ (3/C)²: the workhorse for step-function interpolation against Tables 4/5.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4434

theorem

FKS2.step_interval_bound

Step-interval bridge for the Table 4/5 interpolation. A constant bound V on over a grid cell [x₁, x₂] (as produced by theorem_6_alt with V = εθ_num x₁ * (1 + μ_num_2 …)), dominated by the admissible curve at the right endpoint, yields the classical bound across the whole cell, by admissible_bound_anti. The mid-range verification is this lemma instantiated once per grid cell, with hrow a numeric endpoint check.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4466

theorem

FKS2.corollary_14_normalized

Corollary 14, converted to the normalized Corollary 22 coordinates.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4481

theorem

FKS2.corollary_22_tail

Corollary 22 asymptotic tail: from exp 20000 onward.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4571

lemma

FKS2.sqrt_exp_le_half

Open the record for the exact Lean statement and complete source.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4679

lemma

FKS2.admissible_bound_le_0826

Open the record for the exact Lean statement and complete source.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4690

lemma

FKS2.Li_le_two_lt_e

Li x ≤ 2 on [2, e): the integrand 1/log t ≤ 1/log 2, integrated over a length < 1.04 interval.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4726

lemma

FKS2.Eπ_le_on_two_e

The direct bound on [2, e): |pi x − Li x| ≤ 1 and x/log x ≥ e.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4748

theorem

FKS2.corollary_26

Open the record for the exact Lean statement and complete source.

PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4772

theorem

FKS2.mid_of

Generic mid-range: every row's [e^10, e^20000] segment via the allCells envelope transported by cell_Epi_le_admissible_gen. Rows supply P, the curve params (A,B,C), the cell-param numeric witnesses, and the native_decide check. Shared by every row's mid_row (the cover_of_chainOk plumbing was identical).

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:82

lemma

FKS2.admissible_three_halves_eq

admissible_bound A (3/2) C R x in terms of s = √(log x): = (A / R^{3/2}) · s³ · exp(−(C/√R)·s). Reusable for tail domination.

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:112

lemma

FKS2.admissible_half_eq

admissible_bound A (1/2) C R x in terms of s = √(log x): = (A/√R)·s·exp(−(C/√R)·s). The B = 1/2 analogue of admissible_three_halves_eq (used by row 3).

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:132

theorem

FKS2.coverFrom

Any s ∈ [lo, lo + n·0.05) lands in some slab of slabsFrom lo n.

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:154

lemma

FKS2.rowcurve_dom_three_halves

Generic B = 3/2 floor-curve domination: the evaluated dyadic floor curve coeff·s³·exp(−rate·s) (s = √(log x)) is below the row's admissible curve when coeff ≤ A/R^{3/2} and rate ≥ C/√R. Shared by every B = 3/2 row's rhsE_le_rowcurve (rows 5/6/7).

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:181

theorem

FKS2.tail_three_halves_of

Generic B = 3/2 tail: Corollary 22 dominates any (A, 3/2, C) row curve for x ≥ e^20000. Inputs: a rational rate upper bound rateUB ≥ C/√R, a rational coefficient lower bound coeffLB ≤ A/R^{3/2}, that the gap 0.8476 − rateUB is nonneg, and the single numeric fact 9.2211 ≤ coeffLB·exp((0.8476−rateUB)·141) (s = √(log x) ≥ 141 on [e^20000, ∞)). Shared by every B = 3/2 row's tail.

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:212

theorem

FKS2.FloorButhe.eval_lhsE

Open the record for the exact Lean statement and complete source.

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:333

theorem

FKS2.FloorButhe.cover

Open the record for the exact Lean statement and complete source.

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:358

theorem

FKS2.FloorButhe.rhsE_le_rowcurve

Open the record for the exact Lean statement and complete source.

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:390

theorem

FKS2.FloorButhe.Epi_le_evalLhsE

Open the record for the exact Lean statement and complete source.

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:403

theorem

FKS2.FloorButhe.floor_buthe_of_curve

Generic Buthe floor assembler: any curve rE whose dyadic slab check passes (hchk) and which dominates the admissible curve on [e^5, e^10] (hcurve) gives Eπ ≤ that curve there. The Buthe -upper-bound (lhsE, Epi_le_evalLhsE) and the slab cover (slabs, cover) are curve-independent and reused by every row. Bottoms out only at Buthe theorem_2e/2f + li.two_approx.

PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:472

Static source extraction only. Package code was not executed. Every result keeps its complete declaration, exact file and line range, commit, toolchain, license file, and content hash.