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
∀ i. ∃ e. Prime(S i) ∧ e = 1 ∨ ¬Prime(S i) ∧ e = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 15 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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro i
02Establish hpL2–4
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime decidable.
- L2
have hp : Prime(S i) ∨ ¬Prime(S i)Definitions: Prime(S i)Original native command in the exact edition - L3
specialize prime_decidable (S i) - L4
apply prime_decidable
03Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
cases hp
04Construct an explicit witnessL6–6
Supply the displayed value, then prove that it has the required property.
- L6
exists 1
05Separate the logical casesL7–8
06Use earlier factsL9–9
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
exact hp_left
07Calculate and transport equalitiesL10–10
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L10
refl
08Construct an explicit witnessL11–11
Supply the displayed value, then prove that it has the required property.
- L11
exists 0
09Separate the logical casesL12–13
10Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hp_right
11Calculate and transport equalitiesL15–15
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L15
refl