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
∀ u. ∀ b. ∀ c. ∀ d. ∀ f. ∀ l. ∀ i. ∀ e. BetaCutoffPrefix(u,b,c,d,f,l) → Lt(i,l) → BetaAt(d,f,i,e) → Lt(i,u) ∧ e = 0 ∨ Le(u,i) ∧ BetaAt(b,c,i,e)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 30 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–10
02Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro he
03Establish hpL12–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h.
- L12
have hp : ∃ a. BetaAt(d,f,i,a) ∧ (Lt(i,u) ∧ a = 0 ∨ Le(u,i) ∧ BetaAt(b,c,i,a))Definitions: BetaAt(d,f,i,a)Lt(i,u)Le(u,i)BetaAt(b,c,i,a)Original native command in the exact edition - L13
specialize h i - L14
apply h - L15
exact hi
04Separate the logical casesL16–17
05Establish heqL18–27
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
06Calculate and transport equalitiesL28–29
07Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact hp_witness_right
Original defined command ledger · 30 lines
- 0001
intro u - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro f - 0006
intro l - 0007
intro i - 0008
intro e - 0009
intro h - 0010
intro hi - 0011
intro he - 0012
have hp : ∃ a. BetaAt(d,f,i,a) ∧ (Lt(i,u) ∧ a = 0 ∨ Le(u,i) ∧ BetaAt(b,c,i,a)) - 0013
specialize h i - 0014
apply h - 0015
exact hi - 0016
cases hp - 0017
cases hp_witness - 0018
have heq : x = e - 0019
specialize beta_at_unique d - 0020
specialize beta_at_unique f - 0021
specialize beta_at_unique i - 0022
specialize beta_at_unique x - 0023
specialize beta_at_unique e - 0024
apply beta_at_unique - 0025
exact hp_witness_left - 0026
exact he - 0027
rewrite heq at hp_witness_right - 0028
rewrite heq at hp_witness_right - 0029
rewrite heq at hp_witness_right - 0030
exact hp_witness_right