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
∀ a. ∀ h. ∀ e. ∀ m. ∀ r. ∀ d. ∀ s. BinaryModularPower(a,h,m,r) → BinaryExponentSplit(e,h,d) → BinaryModularStep(m,r,a,d,s) → BinaryModularPower(a,e,m,s)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 60 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 (2)
01Fix variables and assumptionsL1–10
02Separate the logical casesL11–12
03Calculate and transport equalitiesL13–14
04Separate the logical casesL15–16
05Establish hevenL17–26
Establish this local claim before using it. It is not an additional assumption.
- L17
have heven : e = h + h - L18
trans (h + h) + 0 - L19
exact hsplit_right - L20
simp - L21
specialize binary_execution_even_power_invariant a - L22
specialize binary_execution_even_power_invariant h - L23
specialize binary_execution_even_power_invariant e - L24
specialize binary_execution_even_power_invariant m - L25
specialize binary_execution_even_power_invariant r - L26
specialize binary_execution_even_power_invariant s
06Use earlier factsL27–30
07Separate the logical casesL31–31
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L31
cases hstep_right
08Calculate and transport equalitiesL32–32
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L32
rewrite hsplit_left_left at hstep_right_left
09Separate the logical casesL33–33
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L33
exfalso
10Use earlier factsL34–35
11Calculate and transport equalitiesL36–36
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L36
symm
12Use earlier factsL37–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L37
exact hstep_right_left
13Calculate and transport equalitiesL38–39
14Separate the logical casesL40–42
15Use earlier factsL43–45
16Separate the logical casesL46–46
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L46
cases hstep_right
17Establish hoddL47–56
Establish this local claim before using it. It is not an additional assumption.
- L47
have hodd : e = S (h + h) - L48
trans (h + h) + 1 - L49
exact hsplit_right - L50
simp - L51
specialize binary_execution_odd_power_invariant a - L52
specialize binary_execution_odd_power_invariant h - L53
specialize binary_execution_odd_power_invariant e - L54
specialize binary_execution_odd_power_invariant m - L55
specialize binary_execution_odd_power_invariant r - L56
specialize binary_execution_odd_power_invariant s
Original defined command ledger · 60 lines
- 0001
intro a - 0002
intro h - 0003
intro e - 0004
intro m - 0005
intro r - 0006
intro d - 0007
intro s - 0008
intro hpower - 0009
intro hsplit - 0010
intro hstep - 0011
cases hsplit - 0012
cases hsplit_left - 0013
rewrite hsplit_left_left at hsplit_right - 0014
rewrite hsplit_left_left at hstep - 0015
cases hstep - 0016
cases hstep_left - 0017
have heven : e = h + h - 0018
trans (h + h) + 0 - 0019
exact hsplit_right - 0020
simp - 0021
specialize binary_execution_even_power_invariant a - 0022
specialize binary_execution_even_power_invariant h - 0023
specialize binary_execution_even_power_invariant e - 0024
specialize binary_execution_even_power_invariant m - 0025
specialize binary_execution_even_power_invariant r - 0026
specialize binary_execution_even_power_invariant s - 0027
apply binary_execution_even_power_invariant - 0028
exact heven - 0029
exact hpower - 0030
exact hstep_left_right - 0031
cases hstep_right - 0032
rewrite hsplit_left_left at hstep_right_left - 0033
exfalso - 0034
specialize succ_ne_zero 0 - 0035
apply succ_ne_zero - 0036
symm - 0037
exact hstep_right_left - 0038
rewrite hsplit_left_right at hsplit_right - 0039
rewrite hsplit_left_right at hstep - 0040
cases hstep - 0041
cases hstep_left - 0042
exfalso - 0043
specialize succ_ne_zero 0 - 0044
apply succ_ne_zero - 0045
exact hstep_left_left - 0046
cases hstep_right - 0047
have hodd : e = S (h + h) - 0048
trans (h + h) + 1 - 0049
exact hsplit_right - 0050
simp - 0051
specialize binary_execution_odd_power_invariant a - 0052
specialize binary_execution_odd_power_invariant h - 0053
specialize binary_execution_odd_power_invariant e - 0054
specialize binary_execution_odd_power_invariant m - 0055
specialize binary_execution_odd_power_invariant r - 0056
specialize binary_execution_odd_power_invariant s - 0057
apply binary_execution_odd_power_invariant - 0058
exact hodd - 0059
exact hpower - 0060
exact hstep_right_right