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. ∀ v. ∀ w. PowTwo(n,v) → Pow(4,n,w) → w = v · v
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–5
02Use earlier factsL6–14
Original defined command ledger · 19 lines
- 0001
intro n - 0002
intro v - 0003
intro w - 0004
intro hv - 0005
intro hw - 0006
specialize pow_mul_base 2 - 0007
specialize pow_mul_base 2 - 0008
specialize pow_mul_base n - 0009
specialize pow_mul_base v - 0010
specialize pow_mul_base v - 0011
specialize pow_mul_base w - 0012
apply pow_mul_base - 0013
exact hv - 0014
exact hv - 0015
have hfour : 2 * 2 = 4 - 0016
norm_num - 0017
rewrite hfour - 0018
rewrite hfour - 0019
exact hw