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. ∀ k. PrimeCount(n,k) → Le(k,n)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 18 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 (1)
01Fix variables and assumptionsL1–3
02Separate the logical casesL4–6
03Use earlier factsL7–11
04Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
split
05Use earlier factsL13–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 18 lines
- 0001
intro n - 0002
intro k - 0003
intro h - 0004
cases h - 0005
cases h_witness - 0006
cases h_witness_witness - 0007
specialize bit_count_bounded x - 0008
specialize bit_count_bounded x1 - 0009
specialize bit_count_bounded n - 0010
specialize bit_count_bounded k - 0011
apply bit_count_bounded - 0012
split - 0013
exact h_witness_witness_right - 0014
specialize prime_bit_prefix_all_bits x - 0015
specialize prime_bit_prefix_all_bits x1 - 0016
specialize prime_bit_prefix_all_bits n - 0017
apply prime_bit_prefix_all_bits - 0018
exact h_witness_witness_left