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. BinaryModulus(m) → ∃ x. BinaryModularPower(a,e,m,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 18 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–4
02Use earlier factsL5–6
03Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
cases pow_exists
04Establish hresidueL8–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply binary canonical residue exists.
- L8
have hresidue : exists r. (((exists ff_gap_binary_power_exists. ff_gap_binary_power_exists + S (r) = m) /\ (exists ff_left_binary_power_exists_congruence ff_right_binary_power_exists_congruence. (x) + m * ff_left_binary_power_exists_congruence = (r) + m * ff_right_binary_power_exists_congruence))) - L9
specialize binary_canonical_residue_exists m - L10
specialize binary_canonical_residue_exists x - L11
apply binary_canonical_residue_exists - L12
exact hmodulus
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hresidue
06Construct an explicit witnessL14–15
07Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
split
Original defined command ledger · 18 lines
- 0001
intro a - 0002
intro e - 0003
intro m - 0004
intro hmodulus - 0005
specialize pow_exists a - 0006
specialize pow_exists e - 0007
cases pow_exists - 0008
have hresidue : exists r. (((exists ff_gap_binary_power_exists. ff_gap_binary_power_exists + S (r) = m) /\ (exists ff_left_binary_power_exists_congruence ff_right_binary_power_exists_congruence. (x) + m * ff_left_binary_power_exists_congruence = (r) + m * ff_right_binary_power_exists_congruence))) - 0009
specialize binary_canonical_residue_exists m - 0010
specialize binary_canonical_residue_exists x - 0011
apply binary_canonical_residue_exists - 0012
exact hmodulus - 0013
cases hresidue - 0014
exists x1 - 0015
exists x - 0016
split - 0017
exact pow_exists_witness - 0018
exact hresidue_witness