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. ∀ g. ∀ h. ∀ l. (∀ x. Lt(x,l) → ∃ y. BetaAt(b,c,x,y) ∧ (Prime(S x) ∧ y = S x ∨ ¬Prime(S x) ∧ y = 1)) → PrimeBitPrefix(d,f,l) → BetaCutoffPrefix(u,d,f,g,h,l) → ∀ x. ∀ y. ∀ z. Lt(x,l) → BetaAt(b,c,x,y) → BetaAt(g,h,x,z) → z = 0 ∧ Lt(0,y) ∨ z = 1 ∧ Le(u,y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 83 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.
Named ingredients (4)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–17
03Establish hvL18–27
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply primorial prefix decoded choice.
- L18
have hv : Prime(S i) ∧ a = S i ∨ ¬Prime(S i) ∧ a = 1Definitions: Prime(S i)Original native command in the exact edition - L19
specialize primorial_prefix_decoded_choice b - L20
specialize primorial_prefix_decoded_choice c - L21
specialize primorial_prefix_decoded_choice l - L22
specialize primorial_prefix_decoded_choice i - L23
specialize primorial_prefix_decoded_choice a - L24
apply primorial_prefix_decoded_choice - L25
exact hf - L26
exact hi - L27
exact ha
04Establish hpositiveL28–32
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply primorial factor choice one le.
05Establish hcutL33–42
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta cutoff prefix entry.
- L33
have hcut : Lt(i,u) ∧ e = 0 ∨ Le(u,i) ∧ BetaAt(d,f,i,e)Definitions: Lt(i,u)Le(u,i)BetaAt(d,f,i,e)Original native command in the exact edition - L34
specialize beta_cutoff_prefix_entry u - L35
specialize beta_cutoff_prefix_entry d - L36
specialize beta_cutoff_prefix_entry f - L37
specialize beta_cutoff_prefix_entry g - L38
specialize beta_cutoff_prefix_entry h - L39
specialize beta_cutoff_prefix_entry l - L40
specialize beta_cutoff_prefix_entry i - L41
specialize beta_cutoff_prefix_entry e - L42
apply beta_cutoff_prefix_entry
06Use earlier factsL43–45
07Separate the logical casesL46–49
08Use earlier factsL50–51
09Separate the logical casesL52–52
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L52
cases hcut_right
10Establish hbL53–62
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime bit prefix entry.
- L53
have hb : Prime(S i) ∧ e = 1 ∨ ¬Prime(S i) ∧ e = 0Definitions: Prime(S i)Original native command in the exact edition - L54
specialize prime_bit_prefix_entry d - L55
specialize prime_bit_prefix_entry f - L56
specialize prime_bit_prefix_entry l - L57
specialize prime_bit_prefix_entry i - L58
specialize prime_bit_prefix_entry e - L59
apply prime_bit_prefix_entry - L60
exact hm - L61
exact hi - L62
exact hcut_right_right
11Separate the logical casesL63–66
12Use earlier factsL67–67
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L67
exact hb_left_right
13Separate the logical casesL68–69
14Calculate and transport equalitiesL70–70
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L70
rewrite hv_left_right
15Use earlier factsL71–74
16Separate the logical casesL75–76
17Use earlier factsL77–78
18Separate the logical casesL79–81
Original defined command ledger · 83 lines
- 0001
intro u - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro f - 0006
intro g - 0007
intro h - 0008
intro l - 0009
intro hf - 0010
intro hm - 0011
intro hc - 0012
intro i - 0013
intro a - 0014
intro e - 0015
intro hi - 0016
intro ha - 0017
intro he - 0018
have hv : Prime(S i) ∧ a = S i ∨ ¬Prime(S i) ∧ a = 1 - 0019
specialize primorial_prefix_decoded_choice b - 0020
specialize primorial_prefix_decoded_choice c - 0021
specialize primorial_prefix_decoded_choice l - 0022
specialize primorial_prefix_decoded_choice i - 0023
specialize primorial_prefix_decoded_choice a - 0024
apply primorial_prefix_decoded_choice - 0025
exact hf - 0026
exact hi - 0027
exact ha - 0028
have hpositive : Lt(0,a) - 0029
specialize primorial_factor_choice_one_le i - 0030
specialize primorial_factor_choice_one_le a - 0031
apply primorial_factor_choice_one_le - 0032
exact hv - 0033
have hcut : Lt(i,u) ∧ e = 0 ∨ Le(u,i) ∧ BetaAt(d,f,i,e) - 0034
specialize beta_cutoff_prefix_entry u - 0035
specialize beta_cutoff_prefix_entry d - 0036
specialize beta_cutoff_prefix_entry f - 0037
specialize beta_cutoff_prefix_entry g - 0038
specialize beta_cutoff_prefix_entry h - 0039
specialize beta_cutoff_prefix_entry l - 0040
specialize beta_cutoff_prefix_entry i - 0041
specialize beta_cutoff_prefix_entry e - 0042
apply beta_cutoff_prefix_entry - 0043
exact hc - 0044
exact hi - 0045
exact he - 0046
cases hcut - 0047
cases hcut_left - 0048
left - 0049
split - 0050
exact hcut_left_right - 0051
exact hpositive - 0052
cases hcut_right - 0053
have hb : Prime(S i) ∧ e = 1 ∨ ¬Prime(S i) ∧ e = 0 - 0054
specialize prime_bit_prefix_entry d - 0055
specialize prime_bit_prefix_entry f - 0056
specialize prime_bit_prefix_entry l - 0057
specialize prime_bit_prefix_entry i - 0058
specialize prime_bit_prefix_entry e - 0059
apply prime_bit_prefix_entry - 0060
exact hm - 0061
exact hi - 0062
exact hcut_right_right - 0063
cases hb - 0064
cases hb_left - 0065
right - 0066
split - 0067
exact hb_left_right - 0068
cases hv - 0069
cases hv_left - 0070
rewrite hv_left_right - 0071
specialize le_succ u - 0072
specialize le_succ i - 0073
apply le_succ - 0074
exact hcut_right_left - 0075
cases hv_right - 0076
exfalso - 0077
apply hv_right_left - 0078
exact hb_left_left - 0079
cases hb_right - 0080
left - 0081
split - 0082
exact hb_right_right - 0083
exact hpositive