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. ∀ ell. BitLen(n,ell) → Lt(0,ell)
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–3
02Separate the logical casesL4–5
03Calculate and transport equalitiesL6–6
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L6
rewrite h_left_right
04Use earlier factsL7–8
05Separate the logical casesL9–12
06Calculate and transport equalitiesL13–13
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L13
rewrite h_right_witness_witness_witness_left
07Construct an explicit witnessL14–14
Supply the displayed value, then prove that it has the required property.
- L14
exists x
08Calculate and transport equalitiesL15–15
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L15
simp
Original defined command ledger · 15 lines
- 0001
intro n - 0002
intro ell - 0003
intro h - 0004
cases h - 0005
cases h_left - 0006
rewrite h_left_right - 0007
specialize le_refl 1 - 0008
apply le_refl - 0009
cases h_right - 0010
cases h_right_witness - 0011
cases h_right_witness_witness - 0012
cases h_right_witness_witness_witness - 0013
rewrite h_right_witness_witness_witness_left - 0014
exists x - 0015
simp