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. ∀ b. ∀ x. ∀ y. PowTwo(a,x) → PowTwo(b,y) → Lt(x,y) → Lt(a,b)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 26 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–7
02Establish hcL8–11
03Separate the logical casesL12–13
04Use earlier factsL14–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize lt_not_le x - L15
specialize lt_not_le y - L16
apply lt_not_le - L17
exact hlt - L18
specialize binary_power_two_exponent_monotone b - L19
specialize binary_power_two_exponent_monotone a - L20
specialize binary_power_two_exponent_monotone y - L21
specialize binary_power_two_exponent_monotone x - L22
apply binary_power_two_exponent_monotone - L23
exact hc_left
Original defined command ledger · 26 lines
- 0001
intro a - 0002
intro b - 0003
intro x - 0004
intro y - 0005
intro hx - 0006
intro hy - 0007
intro hlt - 0008
have hc : Le(b,a) ∨ Lt(a,b) - 0009
specialize le_or_lt b - 0010
specialize le_or_lt a - 0011
apply le_or_lt - 0012
cases hc - 0013
exfalso - 0014
specialize lt_not_le x - 0015
specialize lt_not_le y - 0016
apply lt_not_le - 0017
exact hlt - 0018
specialize binary_power_two_exponent_monotone b - 0019
specialize binary_power_two_exponent_monotone a - 0020
specialize binary_power_two_exponent_monotone y - 0021
specialize binary_power_two_exponent_monotone x - 0022
apply binary_power_two_exponent_monotone - 0023
exact hc_left - 0024
exact hy - 0025
exact hx - 0026
exact hc_right