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.
G102 was OPEN at this family's Alpha-v22 first admission: complete execution was proved only for a supplied valid beta-coded digit prefix. G102 is now CLOSED in Alpha v23 for every arbitrary exponent, with actual canonical digits and operations≤3*BitLen(e)+2.
Exact theorem in conservative defined notation
∀ b. ∀ c. BinaryDigitPrefix(b,c,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 16 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–6
02Separate the logical casesL7–8
03Establish hzeroL9–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add eq zero right.
Original defined command ledger · 16 lines
- 0001
intro b - 0002
intro c - 0003
intro i - 0004
intro d - 0005
intro hi - 0006
intro hat - 0007
exfalso - 0008
cases hi - 0009
have hzero : S i = 0 - 0010
specialize add_eq_zero_right x - 0011
specialize add_eq_zero_right (S i) - 0012
apply add_eq_zero_right - 0013
exact hi_witness - 0014
specialize succ_ne_zero i - 0015
apply succ_ne_zero - 0016
exact hzero