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. ∀ a. ∀ b. ∀ c. ∀ d. ZPairDecode(z,a,b,c,d) → (z = 0 → a = b ∧ c = d) ∧ (a = b ∧ c = d → z = 0)
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.
Named ingredients (2)
01Fix variables and assumptionsL1–6
02Use earlier factsL7–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
specialize gaussian_representation_zero_iff z - L8
specialize gaussian_representation_zero_iff a - L9
specialize gaussian_representation_zero_iff b - L10
specialize gaussian_representation_zero_iff c - L11
specialize gaussian_representation_zero_iff d - L12
apply gaussian_representation_zero_iff - L13
specialize gaussian_decode_representation z - L14
specialize gaussian_decode_representation a - L15
specialize gaussian_decode_representation b - L16
specialize gaussian_decode_representation c
Original defined command ledger · 19 lines
- 0001
intro z - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro d - 0006
intro hdecode - 0007
specialize gaussian_representation_zero_iff z - 0008
specialize gaussian_representation_zero_iff a - 0009
specialize gaussian_representation_zero_iff b - 0010
specialize gaussian_representation_zero_iff c - 0011
specialize gaussian_representation_zero_iff d - 0012
apply gaussian_representation_zero_iff - 0013
specialize gaussian_decode_representation z - 0014
specialize gaussian_decode_representation a - 0015
specialize gaussian_decode_representation b - 0016
specialize gaussian_decode_representation c - 0017
specialize gaussian_decode_representation d - 0018
apply gaussian_decode_representation - 0019
exact hdecode