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
∀ a. ∀ b. ∀ c. GMul(a,b,c) → GUnit(c) → GUnit(a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 32 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–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hu
03Establish hinverseL7–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply gaussian multiply exists.
- L7
have hinverse : ∃ v. GMul(b,x,v)Definitions: GMul(b,x,v)Original native command in the exact edition - L8
specialize gaussian_multiply_exists (b) - L9
specialize gaussian_multiply_exists (x) - L10
apply gaussian_multiply_exists - L11
specialize gaussian_multiply_input_right_valid (a) - L12
specialize gaussian_multiply_input_right_valid (b) - L13
specialize gaussian_multiply_input_right_valid (c) - L14
apply gaussian_multiply_input_right_valid - L15
exact hprod - L16
specialize gaussian_multiply_input_right_valid (c)
04Use earlier factsL17–20
05Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hinverse
06Construct an explicit witnessL22–22
Supply the displayed value, then prove that it has the required property.
- L22
exists (x1)
07Use earlier factsL23–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
specialize gaussian_multiply_associative (a) - L24
specialize gaussian_multiply_associative (b) - L25
specialize gaussian_multiply_associative (x) - L26
specialize gaussian_multiply_associative (c) - L27
specialize gaussian_multiply_associative (x1) - L28
specialize gaussian_multiply_associative (6) - L29
apply gaussian_multiply_associative - L30
exact hprod - L31
exact hu_witness - L32
exact hinverse_witness
Original defined command ledger · 32 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro hprod - 0005
intro hu - 0006
cases hu - 0007
have hinverse : ∃ v. GMul(b,x,v) - 0008
specialize gaussian_multiply_exists (b) - 0009
specialize gaussian_multiply_exists (x) - 0010
apply gaussian_multiply_exists - 0011
specialize gaussian_multiply_input_right_valid (a) - 0012
specialize gaussian_multiply_input_right_valid (b) - 0013
specialize gaussian_multiply_input_right_valid (c) - 0014
apply gaussian_multiply_input_right_valid - 0015
exact hprod - 0016
specialize gaussian_multiply_input_right_valid (c) - 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 hinverse - 0022
exists (x1) - 0023
specialize gaussian_multiply_associative (a) - 0024
specialize gaussian_multiply_associative (b) - 0025
specialize gaussian_multiply_associative (x) - 0026
specialize gaussian_multiply_associative (c) - 0027
specialize gaussian_multiply_associative (x1) - 0028
specialize gaussian_multiply_associative (6) - 0029
apply gaussian_multiply_associative - 0030
exact hprod - 0031
exact hu_witness - 0032
exact hinverse_witness