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.
Inputs are genuine canonical signed-pair codes, not arbitrary naturals. Products start at the actual Gaussian identity, whose code is six. The factor list uses the proved prime-divisor property; irreducibility alone is not silently renamed primality. Uniqueness supplies equal lengths, a bounded bijection, and an actual unit at each match, including repeated factors. Units have empty factorizations and zero is excluded. Sorted primary representatives, Gaussian prime classification, and Eisenstein factorization are separate targets.
Exact theorem in conservative defined notation
∀ z. GUnit(z) → GNorm(z,1)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 48 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 (4)
01Fix variables and assumptionsL1–2
02Separate the logical casesL3–3
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L3
cases hu
03Establish hNL4–11
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply gaussian norm exists.
04Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hN
05Establish hML13–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply gaussian norm exists.
06Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hM
07Establish hproductL22–31
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply gaussian norm functional.
- L22
have hproduct : x1*x2=1 - L23
specialize gaussian_norm_functional (6) - L24
specialize gaussian_norm_functional (x1*x2) - L25
specialize gaussian_norm_functional (1) - L26
apply gaussian_norm_functional - L27
specialize gaussian_norm_multiply (z) - L28
specialize gaussian_norm_multiply (x) - L29
specialize gaussian_norm_multiply (6) - L30
specialize gaussian_norm_multiply (x1) - L31
specialize gaussian_norm_multiply (x2)
08Use earlier factsL32–36
09Establish honeL37–39
10Construct an explicit witnessL40–40
Supply the displayed value, then prove that it has the required property.
- L40
exists (x2)
11Calculate and transport equalitiesL41–41
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L41
symm
12Use earlier factsL42–48
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 48 lines
- 0001
intro z - 0002
intro hu - 0003
cases hu - 0004
have hN : ∃ N. GNorm(z,N) - 0005
specialize gaussian_norm_exists (z) - 0006
apply gaussian_norm_exists - 0007
specialize gaussian_multiply_input_left_valid (z) - 0008
specialize gaussian_multiply_input_left_valid (x) - 0009
specialize gaussian_multiply_input_left_valid (6) - 0010
apply gaussian_multiply_input_left_valid - 0011
exact hu_witness - 0012
cases hN - 0013
have hM : ∃ M. GNorm(x,M) - 0014
specialize gaussian_norm_exists (x) - 0015
apply gaussian_norm_exists - 0016
specialize gaussian_multiply_input_right_valid (z) - 0017
specialize gaussian_multiply_input_right_valid (x) - 0018
specialize gaussian_multiply_input_right_valid (6) - 0019
apply gaussian_multiply_input_right_valid - 0020
exact hu_witness - 0021
cases hM - 0022
have hproduct : x1*x2=1 - 0023
specialize gaussian_norm_functional (6) - 0024
specialize gaussian_norm_functional (x1*x2) - 0025
specialize gaussian_norm_functional (1) - 0026
apply gaussian_norm_functional - 0027
specialize gaussian_norm_multiply (z) - 0028
specialize gaussian_norm_multiply (x) - 0029
specialize gaussian_norm_multiply (6) - 0030
specialize gaussian_norm_multiply (x1) - 0031
specialize gaussian_norm_multiply (x2) - 0032
apply gaussian_norm_multiply - 0033
exact hN_witness - 0034
exact hM_witness - 0035
exact hu_witness - 0036
exact gaussian_one_norm - 0037
have hone : x1=1 - 0038
specialize divisor_one (x1) - 0039
apply divisor_one - 0040
exists (x2) - 0041
symm - 0042
exact hproduct - 0043
specialize gaussian_norm_value_transport (z) - 0044
specialize gaussian_norm_value_transport (x1) - 0045
specialize gaussian_norm_value_transport (1) - 0046
apply gaussian_norm_value_transport - 0047
exact hone - 0048
exact hN_witness