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
∀ n. ∀ C. ∀ v. Lt(3,n) → CentralBinom(n,C) → PowTwo(n,v) → Le(v,C)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 65 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 (2)
01Fix variables and assumptionsL1–6
02Establish hwL7–10
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pow exists.
03Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases hw
04Establish hsquareL12–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pow four is square of pow two.
05Establish hlowerL19–26
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four pow lt mul central binom.
06Establish hnsmallL27–34
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply lt to le.
07Establish hscaleL35–40
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul le mul right.
- L35
have hscale : Le(n · C,v · C)Definitions: Le(n · C,v · C)Original native command in the exact edition - L36
specialize mul_le_mul_right n - L37
specialize mul_le_mul_right v - L38
specialize mul_le_mul_right C - L39
apply mul_le_mul_right - L40
exact hnsmall
08Establish hfullL41–50
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le trans.
09Calculate and transport equalitiesL51–51
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L51
rewrite hsquare at hfull
10Use earlier factsL52–55
11Fix variables and assumptionsL56–56
Work with arbitrary variables or the premises of the current implication.
- L56
intro hz
12Use earlier factsL57–60
13Construct an explicit witnessL61–61
Supply the displayed value, then prove that it has the required property.
- L61
exists 1
14Calculate and transport equalitiesL62–62
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L62
norm_num
Original defined command ledger · 65 lines
- 0001
intro n - 0002
intro C - 0003
intro v - 0004
intro hn - 0005
intro hC - 0006
intro hv - 0007
have hw : ∃ w. Pow(4,n,w) - 0008
specialize pow_exists 4 - 0009
specialize pow_exists n - 0010
apply pow_exists - 0011
cases hw - 0012
have hsquare : x = v * v - 0013
specialize pow_four_is_square_of_pow_two n - 0014
specialize pow_four_is_square_of_pow_two v - 0015
specialize pow_four_is_square_of_pow_two x - 0016
apply pow_four_is_square_of_pow_two - 0017
exact hv - 0018
exact hw_witness - 0019
have hlower : Lt(x,n · C) - 0020
specialize four_pow_lt_mul_central_binom n - 0021
specialize four_pow_lt_mul_central_binom x - 0022
specialize four_pow_lt_mul_central_binom C - 0023
apply four_pow_lt_mul_central_binom - 0024
exact hn - 0025
exact hw_witness - 0026
exact hC - 0027
have hnsmall : Le(n,v) - 0028
specialize lt_to_le n - 0029
specialize lt_to_le v - 0030
apply lt_to_le - 0031
specialize binary_power_two_dominates_successor n - 0032
specialize binary_power_two_dominates_successor v - 0033
apply binary_power_two_dominates_successor - 0034
exact hv - 0035
have hscale : Le(n · C,v · C) - 0036
specialize mul_le_mul_right n - 0037
specialize mul_le_mul_right v - 0038
specialize mul_le_mul_right C - 0039
apply mul_le_mul_right - 0040
exact hnsmall - 0041
have hfull : Le(x,v · C) - 0042
specialize le_trans x - 0043
specialize le_trans (n * C) - 0044
specialize le_trans (v * C) - 0045
apply le_trans - 0046
specialize lt_to_le x - 0047
specialize lt_to_le (n * C) - 0048
apply lt_to_le - 0049
exact hlower - 0050
exact hscale - 0051
rewrite hsquare at hfull - 0052
specialize mul_le_cancel_left_nonzero v - 0053
specialize mul_le_cancel_left_nonzero v - 0054
specialize mul_le_cancel_left_nonzero C - 0055
apply mul_le_cancel_left_nonzero - 0056
intro hz - 0057
specialize pow_nonzero_of_one_le 2 - 0058
specialize pow_nonzero_of_one_le n - 0059
specialize pow_nonzero_of_one_le v - 0060
apply pow_nonzero_of_one_le - 0061
exists 1 - 0062
norm_num - 0063
exact hv - 0064
exact hz - 0065
exact hfull