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
∀ n. ∀ N. ∀ l. ∀ b. ∀ c. BinaryExponentDigitCode(n,l,b,c) → BinaryExponentDigitCode(N,l,b,c) → n = N
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 18 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.
01Fix variables and assumptionsL1–7
02Separate the logical casesL8–9
03Use earlier factsL10–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
specialize beta_horner_eval_functional b - L11
specialize beta_horner_eval_functional c - L12
specialize beta_horner_eval_functional 2 - L13
specialize beta_horner_eval_functional l - L14
specialize beta_horner_eval_functional n - L15
specialize beta_horner_eval_functional N - L16
apply beta_horner_eval_functional - L17
exact hleft_right - L18
exact hright_right
Original defined command ledger · 18 lines
- 0001
intro n - 0002
intro N - 0003
intro l - 0004
intro b - 0005
intro c - 0006
intro hleft - 0007
intro hright - 0008
cases hleft - 0009
cases hright - 0010
specialize beta_horner_eval_functional b - 0011
specialize beta_horner_eval_functional c - 0012
specialize beta_horner_eval_functional 2 - 0013
specialize beta_horner_eval_functional l - 0014
specialize beta_horner_eval_functional n - 0015
specialize beta_horner_eval_functional N - 0016
apply beta_horner_eval_functional - 0017
exact hleft_right - 0018
exact hright_right