Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
These are the exact finite integer inequalities with constant 8, for every N≥2. The proof uses constructive binomial and primorial infrastructure; it does not assume logarithms, asymptotic estimates, the prime number theorem, or a factorization oracle.
Exact theorem in conservative defined notation
∀ N. ∀ ell. ∀ k. Lt(1,N) → BitLen(N,ell) → PrimeCount(N,k) → Le(N,8 · k · ell) ∧ Le(k · ell,8 · N)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 21 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay script.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
Named ingredients (2)
01Fix variables and assumptionsL1–6
02Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
split
03Use earlier factsL8–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
specialize prime_count_chebyshev_lower N - L9
specialize prime_count_chebyshev_lower ell - L10
specialize prime_count_chebyshev_lower k - L11
apply prime_count_chebyshev_lower - L12
exact hN - L13
exact hl - L14
exact hk - L15
specialize prime_count_chebyshev_upper N - L16
specialize prime_count_chebyshev_upper ell - L17
specialize prime_count_chebyshev_upper k
Original defined command ledger · 21 lines
- 0001
intro N - 0002
intro ell - 0003
intro k - 0004
intro hN - 0005
intro hl - 0006
intro hk - 0007
split - 0008
specialize prime_count_chebyshev_lower N - 0009
specialize prime_count_chebyshev_lower ell - 0010
specialize prime_count_chebyshev_lower k - 0011
apply prime_count_chebyshev_lower - 0012
exact hN - 0013
exact hl - 0014
exact hk - 0015
specialize prime_count_chebyshev_upper N - 0016
specialize prime_count_chebyshev_upper ell - 0017
specialize prime_count_chebyshev_upper k - 0018
apply prime_count_chebyshev_upper - 0019
exact hN - 0020
exact hl - 0021
exact hk