Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Every grid, slice, row sum and intermediate table is constructed. Retained cells have witnessed n=(a*e)*c and value F(a)*(H(e)*G(c)). The flat endpoint is unused. Table associativity includes N=0 and compares only positive values, not encodings. Full G009 remains broader.
Exact theorem in conservative defined notation
∀ n. ∀ a. ∀ e. ∀ c. ∀ q. ¬a = 0 → n = a · q → n = a · e · c → q = e · c
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 19 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–13
03Calculate and transport equalitiesL14–15
04Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hq
05Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
trans (a*e)*c
Original defined command ledger · 19 lines
- 0001
intro n - 0002
intro a - 0003
intro e - 0004
intro c - 0005
intro q - 0006
intro ha - 0007
intro hq - 0008
intro hc - 0009
specialize mul_left_cancel_nonzero (a) - 0010
specialize mul_left_cancel_nonzero (q) - 0011
specialize mul_left_cancel_nonzero (e*c) - 0012
apply mul_left_cancel_nonzero - 0013
exact ha - 0014
trans n - 0015
symm - 0016
exact hq - 0017
trans (a*e)*c - 0018
exact hc - 0019
apply mul_assoc