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
∀ a. ∀ e. ∀ m. ∀ r. ∀ s. BinaryModularPower(a,e,m,r) → BinaryModularPower(a,e,m,s) → r = s
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 27 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 (1)
01Fix variables and assumptionsL1–7
02Separate the logical casesL8–11
03Establish hpowerL12–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pow functional.
- L12
have hpower : x = x1 - L13
specialize pow_functional a - L14
specialize pow_functional e - L15
specialize pow_functional x - L16
specialize pow_functional x1 - L17
apply pow_functional - L18
exact hr_witness_left - L19
exact hs_witness_left - L20
rewrite <- hpower at hs_witness_right - L21
specialize binary_canonical_residue_functional m
04Use earlier factsL22–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 27 lines
- 0001
intro a - 0002
intro e - 0003
intro m - 0004
intro r - 0005
intro s - 0006
intro hr - 0007
intro hs - 0008
cases hr - 0009
cases hr_witness - 0010
cases hs - 0011
cases hs_witness - 0012
have hpower : x = x1 - 0013
specialize pow_functional a - 0014
specialize pow_functional e - 0015
specialize pow_functional x - 0016
specialize pow_functional x1 - 0017
apply pow_functional - 0018
exact hr_witness_left - 0019
exact hs_witness_left - 0020
rewrite <- hpower at hs_witness_right - 0021
specialize binary_canonical_residue_functional m - 0022
specialize binary_canonical_residue_functional x - 0023
specialize binary_canonical_residue_functional r - 0024
specialize binary_canonical_residue_functional s - 0025
apply binary_canonical_residue_functional - 0026
exact hr_witness_right - 0027
exact hs_witness_right