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. 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 20 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 (2)
01Fix variables and assumptionsL1–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hu
03Use earlier factsL7–10
04Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hz
05Use earlier factsL12–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 20 lines
- 0001
intro a - 0002
intro m - 0003
intro t - 0004
intro hu - 0005
intro ht - 0006
cases hu - 0007
specialize euler_coprime_totient_power (a) - 0008
specialize euler_coprime_totient_power (m) - 0009
specialize euler_coprime_totient_power (t) - 0010
apply euler_coprime_totient_power - 0011
intro hz - 0012
specialize binary_modulus_nontrivial_nonzero (m) - 0013
apply binary_modulus_nontrivial_nonzero - 0014
exact hu_left - 0015
exact hz - 0016
specialize euler_modular_unit_coprime (a) - 0017
specialize euler_modular_unit_coprime (m) - 0018
apply euler_modular_unit_coprime - 0019
exact hu - 0020
exact ht