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
∀ e. ∃ h. ∃ b. BinaryExponentSplit(e,h,b)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 24 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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro e
02Use earlier factsL2–2
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L2
specialize parity_cases e
03Separate the logical casesL3–4
04Construct an explicit witnessL5–6
05Separate the logical casesL7–8
06Calculate and transport equalitiesL9–10
07Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact parity_cases_witness_left
08Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
trans x + x
09Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
apply two_mul_eq_add_self
10Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
simp
11Construct an explicit witnessL15–16
12Separate the logical casesL17–18
13Calculate and transport equalitiesL19–20
14Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact parity_cases_witness_right
15Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
congr
16Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply two_mul_eq_add_self
17Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
refl
Original defined command ledger · 24 lines
- 0001
intro e - 0002
specialize parity_cases e - 0003
cases parity_cases - 0004
cases parity_cases_witness - 0005
exists x - 0006
exists 0 - 0007
split - 0008
left - 0009
refl - 0010
trans 2 * x - 0011
exact parity_cases_witness_left - 0012
trans x + x - 0013
apply two_mul_eq_add_self - 0014
simp - 0015
exists x - 0016
exists 1 - 0017
split - 0018
right - 0019
refl - 0020
trans 2 * x + 1 - 0021
exact parity_cases_witness_right - 0022
congr - 0023
apply two_mul_eq_add_self - 0024
refl