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 expanded first-order arithmetic statement
forall M r x t u. (~(M=0)) -> (x=r+M*t) -> (x=r+M*u) -> (t=u)Constructive proof overview
Generated structural guide
The actual progression parameter is unique for nonzero M, even without imposing a redundant parameter bound.
The unchanged tactic script uses 2 declared prerequisites and contains 21 exact native proof lines.
Alpha v34 checked-use · first admitted v34 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mul_left_cancel_nonzero Alpha theorem; checked-use authorized add_left_cancel Alpha theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 exact 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