Head version
a93551347dce
a93551347dce924b1db75d40218841bf085a465f
- Toolchain
- leanprover/lean4:v4.32.0
- Revision date
- 22 Jul 2026
- Dependencies
- 13
- Versions
- 9
AlexKontorovich/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.
Head version
a93551347dce924b1db75d40218841bf085a465f
External build observation
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
Showing 441 to 460 of 1,644 declarations.
lemma
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
Step-interval bridge for the Table 4/5 interpolation. A constant bound
V on Eπ 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
Corollary 14, converted to the normalized Corollary 22 coordinates.
PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4481
theorem
Corollary 22 asymptotic tail: from exp 20000 onward.
PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4571
lemma
Open the record for the exact Lean statement and complete source.
PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4679
lemma
Open the record for the exact Lean statement and complete source.
PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4690
lemma
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
The direct Eπ bound on [2, e): |pi x − Li x| ≤ 1 and x/log x ≥ e.
PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4748
theorem
Open the record for the exact Lean statement and complete source.
PrimeNumberTheoremAnd.IEANTN.FKS2 · PrimeNumberTheoremAnd/IEANTN/FKS2.lean:4772
theorem
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
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
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
Any s ∈ [lo, lo + n·0.05) lands in some slab of slabsFrom lo n.
PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:154
lemma
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
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
Open the record for the exact Lean statement and complete source.
PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:333
theorem
Open the record for the exact Lean statement and complete source.
PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:358
theorem
Open the record for the exact Lean statement and complete source.
PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:390
theorem
Open the record for the exact Lean statement and complete source.
PrimeNumberTheoremAnd.IEANTN.FKS2Cor23 · PrimeNumberTheoremAnd/IEANTN/FKS2Cor23.lean:403
theorem
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 Eπ-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.