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. ∀ N. ∀ M. GNorm(z,N) → GNorm(z,M) → N = M
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 27 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–5
02Separate the logical casesL6–10
03Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize gaussian_signed_norm_functional x - L12
specialize gaussian_signed_norm_functional x1 - L13
specialize gaussian_signed_norm_functional x2 - L14
specialize gaussian_signed_norm_functional x3 - L15
specialize gaussian_signed_norm_functional N - L16
specialize gaussian_signed_norm_functional M - L17
apply gaussian_signed_norm_functional - L18
exact hfirst_witness_witness_witness_witness_right - L19
specialize gaussian_norm_for_representation z - L20
specialize gaussian_norm_for_representation x
04Use earlier factsL21–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
specialize gaussian_norm_for_representation x1 - L22
specialize gaussian_norm_for_representation x2 - L23
specialize gaussian_norm_for_representation x3 - L24
specialize gaussian_norm_for_representation M - L25
apply gaussian_norm_for_representation - L26
exact hfirst_witness_witness_witness_witness_left - L27
exact hsecond
Original defined command ledger · 27 lines
- 0001
intro z - 0002
intro N - 0003
intro M - 0004
intro hfirst - 0005
intro hsecond - 0006
cases hfirst - 0007
cases hfirst_witness - 0008
cases hfirst_witness_witness - 0009
cases hfirst_witness_witness_witness - 0010
cases hfirst_witness_witness_witness_witness - 0011
specialize gaussian_signed_norm_functional x - 0012
specialize gaussian_signed_norm_functional x1 - 0013
specialize gaussian_signed_norm_functional x2 - 0014
specialize gaussian_signed_norm_functional x3 - 0015
specialize gaussian_signed_norm_functional N - 0016
specialize gaussian_signed_norm_functional M - 0017
apply gaussian_signed_norm_functional - 0018
exact hfirst_witness_witness_witness_witness_right - 0019
specialize gaussian_norm_for_representation z - 0020
specialize gaussian_norm_for_representation x - 0021
specialize gaussian_norm_for_representation x1 - 0022
specialize gaussian_norm_for_representation x2 - 0023
specialize gaussian_norm_for_representation x3 - 0024
specialize gaussian_norm_for_representation M - 0025
apply gaussian_norm_for_representation - 0026
exact hfirst_witness_witness_witness_witness_left - 0027
exact hsecond