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
∀ p. ∀ n. ∀ q. ∀ m. ∀ N. ∀ M. GaussianSignedNorm(p,n,q,m,N) → GaussianSignedNorm(p,n,q,m,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 28 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 (1)
01Fix variables and assumptionsL1–8
02Separate the logical casesL9–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
03Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
trans x + x1
04Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact hfirst_witness_witness_right_right
05Calculate and transport equalitiesL19–20
06Use earlier factsL21–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
07Calculate and transport equalitiesL27–27
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L27
symm
08Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hsecond_witness_witness_right_right
Original defined command ledger · 28 lines
- 0001
intro p - 0002
intro n - 0003
intro q - 0004
intro m - 0005
intro N - 0006
intro M - 0007
intro hfirst - 0008
intro hsecond - 0009
cases hfirst - 0010
cases hfirst_witness - 0011
cases hfirst_witness_witness - 0012
cases hfirst_witness_witness_right - 0013
cases hsecond - 0014
cases hsecond_witness - 0015
cases hsecond_witness_witness - 0016
cases hsecond_witness_witness_right - 0017
trans x + x1 - 0018
exact hfirst_witness_witness_right_right - 0019
trans x2 + x3 - 0020
congr - 0021
apply gaussian_signed_square_functional - 0022
exact hfirst_witness_witness_left - 0023
exact hsecond_witness_witness_left - 0024
apply gaussian_signed_square_functional - 0025
exact hfirst_witness_witness_right_left - 0026
exact hsecond_witness_witness_right_left - 0027
symm - 0028
exact hsecond_witness_witness_right_right