Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Each statement retains its explicit modulus, coprimality and divisibility assumptions. These twelve arithmetic laws do not assert all order, primitive-root, Carmichael, exponential or simultaneous-polynomial congruence goals are finished.
Exact theorem in conservative defined notation
∀ M. ∀ r. ∀ x. ∀ t. ∀ u. ¬M = 0 → x = r + M · t → x = r + M · u → t = u
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 21 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–8
02Use earlier factsL9–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Calculate and transport equalitiesL18–19
Original defined command ledger · 21 lines
- 0001
intro M - 0002
intro r - 0003
intro x - 0004
intro t - 0005
intro u - 0006
intro hM - 0007
intro ht - 0008
intro hu - 0009
specialize mul_left_cancel_nonzero (M) - 0010
specialize mul_left_cancel_nonzero (t) - 0011
specialize mul_left_cancel_nonzero (u) - 0012
apply mul_left_cancel_nonzero - 0013
exact hM - 0014
specialize add_left_cancel (r) - 0015
specialize add_left_cancel (M*t) - 0016
specialize add_left_cancel (M*u) - 0017
apply add_left_cancel - 0018
trans x - 0019
symm - 0020
exact ht - 0021
exact hu