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.
The exact G102 milestone is fully proved for every natural exponent and every modulus greater than one, including actual canonical digits, a beta-coded accumulator execution, modular-power correctness, and the formal bound k≤3·BitLen(e)+2. The independent T13 determinant/rank/integer-span substrate is now closed in the separate Alpha-v27 integer-linear-algebra branch. Full T13 proof · Alpha v27
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ l. ∀ operations. BinaryExecutionOperationCount(b,c,l,operations) → Le(operations,3 · l + 2)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 26 lines are the exact independently kernel-checked original 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 (1)
01Fix variables and assumptionsL1–5
02Separate the logical casesL6–7
03Establish honesL8–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply bit count bounded.
04Establish hscaledL15–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
05Establish hnormalL21–26
Establish this local claim before using it. It is not an additional assumption.
Original defined command ledger · 26 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro operations - 0005
intro hcost - 0006
cases hcost - 0007
cases hcost_witness - 0008
have hones : exists gap. gap + x = l - 0009
specialize bit_count_bounded b - 0010
specialize bit_count_bounded c - 0011
specialize bit_count_bounded l - 0012
specialize bit_count_bounded x - 0013
apply bit_count_bounded - 0014
exact hcost_witness_left - 0015
have hscaled : exists gap. gap + ((2 + (l + l)) + x) = (2 + (l + l)) + l - 0016
specialize add_le_add_left x - 0017
specialize add_le_add_left l - 0018
specialize add_le_add_left (2 + (l + l)) - 0019
apply add_le_add_left - 0020
exact hones - 0021
have hnormal : (2 + (l + l)) + l = 3 * l + 2 - 0022
specialize binary_three_times_cost_normalization l - 0023
exact binary_three_times_cost_normalization - 0024
rewrite <- hcost_witness_right at hscaled - 0025
rewrite hnormal at hscaled - 0026
exact hscaled