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 original first-admission records.
The natural-code carrier consists of genuine pairs of the existing signed integers; no new primitive arithmetic is trusted. The theorem constructs quotient, remainder, and actual norm witnesses. Gaussian gcd, unique factorization, and prime classification are separate targets.
Exact theorem in conservative defined notation
∀ z. ∀ rc. ∀ ic. z = (rc + ic) · S (rc + ic) + (ic + ic) → z = 0 → rc = 0 ∧ ic = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 14 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–5
02Use earlier factsL6–12
Original defined command ledger · 14 lines
- 0001
intro z - 0002
intro rc - 0003
intro ic - 0004
intro hpair - 0005
intro hzero - 0006
specialize pair_code_injective z - 0007
specialize pair_code_injective rc - 0008
specialize pair_code_injective ic - 0009
specialize pair_code_injective 0 - 0010
specialize pair_code_injective 0 - 0011
apply pair_code_injective - 0012
exact hpair - 0013
rewrite hzero - 0014
simp [mul_zero_left, zero_add]