Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
The exact G014 theorem covers m>1 and genuinely invertible a. Phi counts coprime residues independently of the conclusion. The broader coprime theorem handles m=1 by congruence, not by asserting that one is a canonical remainder. Multiplicative-order and RSA statements are not claimed.
Exact theorem in conservative defined notation
∀ a. ∀ m. ∀ t. Lt(1,m) ∧ (Unit(a,m) ∧ Phi(m,t)) → ∃ x. Pow(a,t,x) ∧ ModEq(m,x,1)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 12 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay 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
02Separate the logical casesL5–6
03Use earlier factsL7–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 12 lines
- 0001
intro a - 0002
intro m - 0003
intro t - 0004
intro h - 0005
cases h - 0006
cases h_right - 0007
specialize euler_modular_unit_totient_power (a) - 0008
specialize euler_modular_unit_totient_power (m) - 0009
specialize euler_modular_unit_totient_power (t) - 0010
apply euler_modular_unit_totient_power - 0011
exact h_right_left - 0012
exact h_right_right