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
∀ h. Lt(1,h) → Le(S h + S h,3 · h)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 19 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 hdoubleL3–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply euclidean log double successor.
03Establish htripleL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul comm.
04Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact hh
Original defined command ledger · 19 lines
- 0001
intro h - 0002
intro hh - 0003
have hdouble : S h + S h = (h + h) + 2 - 0004
trans S (S (h + h)) - 0005
specialize euclidean_log_double_successor h - 0006
apply euclidean_log_double_successor - 0007
symm - 0008
simp - 0009
have htriple : 3 * h = (h + h) + h - 0010
trans h * 3 - 0011
apply mul_comm - 0012
simp [zero_add, add_assoc] - 0013
rewrite hdouble - 0014
rewrite htriple - 0015
specialize add_le_add_left 2 - 0016
specialize add_le_add_left h - 0017
specialize add_le_add_left (h + h) - 0018
apply add_le_add_left - 0019
exact hh