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. Lt(1,m) → Coprime(a,m) → Unit(a,m)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 15 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.
01Fix variables and assumptionsL1–4
02Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
split
03Use earlier factsL6–9
04Fix variables and assumptionsL10–10
Work with arbitrary variables or the premises of the current implication.
- L10
intro hz
Original defined command ledger · 15 lines
- 0001
intro a - 0002
intro m - 0003
intro hm - 0004
intro hc - 0005
split - 0006
exact hm - 0007
specialize coprime_bounded_mod_inverse (a) - 0008
specialize coprime_bounded_mod_inverse (m) - 0009
apply coprime_bounded_mod_inverse - 0010
intro hz - 0011
specialize binary_modulus_nontrivial_nonzero (m) - 0012
apply binary_modulus_nontrivial_nonzero - 0013
exact hm - 0014
exact hz - 0015
exact hc