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
∀ l. ∃ b. ∃ c. PrimeBitPrefix(b,c,l)
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 (3)
01Induction on lL1–1
Split the argument into the base and successor obligations. The induction hypothesis is available only in the successor branch.
- L1
induction l
02Construct an explicit witnessL2–3
03Use earlier factsL4–6
04Establish hpreL7–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply IH.
- L7
have hpre : ∃ b. ∃ c. PrimeBitPrefix(b,c,l)Definitions: PrimeBitPrefix(b,c,l)Original native command in the exact edition - L8
apply IH
05Separate the logical casesL9–10
06Establish hcL11–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime bit choice exists.
- L11
have hc : ∃ e. Prime(S l) ∧ e = 1 ∨ ¬Prime(S l) ∧ e = 0Definitions: Prime(S l)Original native command in the exact edition - L12
specialize prime_bit_choice_exists l - L13
apply prime_bit_choice_exists
07Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
cases hc
08Use earlier factsL15–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 21 lines
- 0001
induction l - 0002
exists 0 - 0003
exists 0 - 0004
specialize prime_bit_prefix_empty 0 - 0005
specialize prime_bit_prefix_empty 0 - 0006
apply prime_bit_prefix_empty - 0007
have hpre : ∃ b. ∃ c. PrimeBitPrefix(b,c,l) - 0008
apply IH - 0009
cases hpre - 0010
cases hpre_witness - 0011
have hc : ∃ e. Prime(S l) ∧ e = 1 ∨ ¬Prime(S l) ∧ e = 0 - 0012
specialize prime_bit_choice_exists l - 0013
apply prime_bit_choice_exists - 0014
cases hc - 0015
specialize prime_bit_prefix_extend x - 0016
specialize prime_bit_prefix_extend x1 - 0017
specialize prime_bit_prefix_extend l - 0018
specialize prime_bit_prefix_extend x2 - 0019
apply prime_bit_prefix_extend - 0020
exact hpre_witness_witness - 0021
exact hc_witness