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)
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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro n
02Establish hmL2–4
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime bit prefix exists.
- L2
have hm : ∃ b. ∃ c. PrimeBitPrefix(b,c,n)Definitions: PrimeBitPrefix(b,c,n)Original native command in the exact edition - L3
specialize prime_bit_prefix_exists n - L4
apply prime_bit_prefix_exists
03Separate the logical casesL5–6
04Establish hsL7–11
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta sum exists.
05Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hs
06Construct an explicit witnessL13–15
07Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
split
Original defined command ledger · 18 lines
- 0001
intro n - 0002
have hm : ∃ b. ∃ c. PrimeBitPrefix(b,c,n) - 0003
specialize prime_bit_prefix_exists n - 0004
apply prime_bit_prefix_exists - 0005
cases hm - 0006
cases hm_witness - 0007
have hs : ∃ k. Sum(x,x1,n,k) - 0008
specialize beta_sum_exists x - 0009
specialize beta_sum_exists x1 - 0010
specialize beta_sum_exists n - 0011
apply beta_sum_exists - 0012
cases hs - 0013
exists x2 - 0014
exists x - 0015
exists x1 - 0016
split - 0017
exact hm_witness_witness - 0018
exact hs_witness