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
∀ b. ∀ c. ∀ l. ∀ n. ∀ i. ∀ a. Sum(b,c,l,n) → Lt(i,l) → BetaAt(b,c,i,a) → Le(a,n)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 73 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–2
02Induction on lL3–9
03Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
exfalso
04Use earlier factsL11–16
05Fix variables and assumptionsL17–22
06Establish hdL23–29
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta sum succ decompose.
- L23
have hd : ∃ v. ∃ w. BetaAt(b,c,l,v) ∧ (Sum(b,c,l,w) ∧ n = w + v)Definitions: BetaAt(b,c,l,v)Sum(b,c,l,w)Original native command in the exact edition - L24
specialize beta_sum_succ_decompose b - L25
specialize beta_sum_succ_decompose c - L26
specialize beta_sum_succ_decompose l - L27
specialize beta_sum_succ_decompose n - L28
apply beta_sum_succ_decompose - L29
exact hs
07Separate the logical casesL30–33
08Establish hcL34–41
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le eq or lt.
09Separate the logical casesL42–42
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L42
cases hc
10Calculate and transport equalitiesL43–44
11Establish heqL45–54
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
12Calculate and transport equalitiesL55–55
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L55
rewrite hd_witness_witness_right_right
13Use earlier factsL56–65
Instantiate or apply named facts and discharge the corresponding proof obligations.
14Use earlier factsL66–69
15Calculate and transport equalitiesL70–70
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L70
rewrite hd_witness_witness_right_right
Original defined command ledger · 73 lines
- 0001
intro b - 0002
intro c - 0003
induction l - 0004
intro n - 0005
intro i - 0006
intro a - 0007
intro hs - 0008
intro hi - 0009
intro ha - 0010
exfalso - 0011
specialize lt_not_le i - 0012
specialize lt_not_le 0 - 0013
apply lt_not_le - 0014
exact hi - 0015
specialize zero_le i - 0016
apply zero_le - 0017
intro n - 0018
intro i - 0019
intro a - 0020
intro hs - 0021
intro hi - 0022
intro ha - 0023
have hd : ∃ v. ∃ w. BetaAt(b,c,l,v) ∧ (Sum(b,c,l,w) ∧ n = w + v) - 0024
specialize beta_sum_succ_decompose b - 0025
specialize beta_sum_succ_decompose c - 0026
specialize beta_sum_succ_decompose l - 0027
specialize beta_sum_succ_decompose n - 0028
apply beta_sum_succ_decompose - 0029
exact hs - 0030
cases hd - 0031
cases hd_witness - 0032
cases hd_witness_witness - 0033
cases hd_witness_witness_right - 0034
have hc : i = l ∨ Lt(i,l) - 0035
specialize le_eq_or_lt i - 0036
specialize le_eq_or_lt l - 0037
apply le_eq_or_lt - 0038
specialize le_of_succ_le_succ i - 0039
specialize le_of_succ_le_succ l - 0040
apply le_of_succ_le_succ - 0041
exact hi - 0042
cases hc - 0043
rewrite hc_left at ha - 0044
rewrite hc_left at ha - 0045
have heq : a = x - 0046
specialize beta_at_unique b - 0047
specialize beta_at_unique c - 0048
specialize beta_at_unique l - 0049
specialize beta_at_unique a - 0050
specialize beta_at_unique x - 0051
apply beta_at_unique - 0052
exact ha - 0053
exact hd_witness_witness_left - 0054
rewrite heq - 0055
rewrite hd_witness_witness_right_right - 0056
specialize le_add_left x - 0057
specialize le_add_left x1 - 0058
apply le_add_left - 0059
specialize le_trans a - 0060
specialize le_trans x1 - 0061
specialize le_trans n - 0062
apply le_trans - 0063
specialize IH x1 - 0064
specialize IH i - 0065
specialize IH a - 0066
apply IH - 0067
exact hd_witness_witness_right_left - 0068
exact hc_right - 0069
exact ha - 0070
rewrite hd_witness_witness_right_right - 0071
specialize le_add_right x1 - 0072
specialize le_add_right x - 0073
apply le_add_right