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
∀ A. Lt(0,A) → Lt(A + A,3 · A)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 15 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.
01Fix variables and assumptionsL1–2
02Establish htripleL3–6
03Establish honeL7–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
Original defined command ledger · 15 lines
- 0001
intro A - 0002
intro hA - 0003
have htriple : 3 * A = (A + A) + A - 0004
trans A * 3 - 0005
apply mul_comm - 0006
simp [zero_add, add_assoc] - 0007
have hone : (A + A) + 1 = S (A + A) - 0008
simp - 0009
rewrite <- hone - 0010
rewrite htriple - 0011
specialize add_le_add_left 1 - 0012
specialize add_le_add_left A - 0013
specialize add_le_add_left (A + A) - 0014
apply add_le_add_left - 0015
exact hA