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. BinaryDigitPrefix(b,c,l) → ∃ x. BitCount(b,c,l,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 15 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–4
02Establish hallL5–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply binary digit prefix all bits.
- L5
have hall : (forall ff_i_bd_count_all. (exists ff_lt_bd_count_all_bound. ff_lt_bd_count_all_bound + S ff_i_bd_count_all = l) -> exists ff_bit_bd_count_all. ((((exists ff_h_bd_count_all_decoded. ff_h_bd_count_all_decoded + S (ff_bit_bd_count_all) = S ((S (ff_i_bd_count_all)) * c)) /\ exists ff_q_bd_count_all_decoded. b = ff_q_bd_count_all_decoded * S ((S (ff_i_bd_count_all)) * c) + (ff_bit_bd_count_all))) /\ (ff_bit_bd_count_all = 0 \/ ff_bit_bd_count_all = 1))) - L6
specialize binary_digit_prefix_all_bits b - L7
specialize binary_digit_prefix_all_bits c - L8
specialize binary_digit_prefix_all_bits l - L9
apply binary_digit_prefix_all_bits - L10
exact hdigits - L11
specialize bit_count_exists b - L12
specialize bit_count_exists c - L13
specialize bit_count_exists l - L14
apply bit_count_exists
03Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
exact hall
Original defined command ledger · 15 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro hdigits - 0005
have hall : (forall ff_i_bd_count_all. (exists ff_lt_bd_count_all_bound. ff_lt_bd_count_all_bound + S ff_i_bd_count_all = l) -> exists ff_bit_bd_count_all. ((((exists ff_h_bd_count_all_decoded. ff_h_bd_count_all_decoded + S (ff_bit_bd_count_all) = S ((S (ff_i_bd_count_all)) * c)) /\ exists ff_q_bd_count_all_decoded. b = ff_q_bd_count_all_decoded * S ((S (ff_i_bd_count_all)) * c) + (ff_bit_bd_count_all))) /\ (ff_bit_bd_count_all = 0 \/ ff_bit_bd_count_all = 1))) - 0006
specialize binary_digit_prefix_all_bits b - 0007
specialize binary_digit_prefix_all_bits c - 0008
specialize binary_digit_prefix_all_bits l - 0009
apply binary_digit_prefix_all_bits - 0010
exact hdigits - 0011
specialize bit_count_exists b - 0012
specialize bit_count_exists c - 0013
specialize bit_count_exists l - 0014
apply bit_count_exists - 0015
exact hall