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 when this family was first admitted in Alpha v21. It is now CLOSED in Alpha v23: every arbitrary exponent has actual canonical beta-coded digits, a complete modular execution, and exact counted bound operations≤3*BitLen(e)+2.
Exact theorem in conservative defined notation
∀ m. BinaryModulus(m) → ¬m = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 13 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–3
02Separate the logical casesL4–4
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L4
cases hmodulus
03Calculate and transport equalitiesL5–5
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L5
rewrite hzero at hmodulus_witness
04Establish hsuccessorL6–13
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 · 13 lines
- 0001
intro m - 0002
intro hmodulus - 0003
intro hzero - 0004
cases hmodulus - 0005
rewrite hzero at hmodulus_witness - 0006
have hsuccessor : S 1 = 0 - 0007
specialize add_eq_zero_right x - 0008
specialize add_eq_zero_right (S 1) - 0009
apply add_eq_zero_right - 0010
exact hmodulus_witness - 0011
specialize succ_ne_zero 1 - 0012
apply succ_ne_zero - 0013
exact hsuccessor