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.
A floor quotient in the fundamental parallelogram already gives the required strict norm decrease; global nearest-point optimality is not asserted. The shared carrier is identical to the Gaussian carrier, but the multiplication law and norm are different. Eisenstein gcd, factorization, and prime classification remain separate targets.
Exact theorem in conservative defined notation
∀ ap. ∀ an. ∀ bp. ∀ bn. ∃ N. WeightedSignedNormThree(ap,an,bp,bn,N)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 22 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.
01Fix variables and assumptionsL1–4
02Establish haL5–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply gaussian signed square exists.
- L5
have ha : ∃ sa. SignedDifferenceSquare(ap,an,sa)Definitions: SignedDifferenceSquare(ap,an,sa)Original native command in the exact edition - L6
specialize gaussian_signed_square_exists ap - L7
specialize gaussian_signed_square_exists an - L8
apply gaussian_signed_square_exists
03Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases ha
04Establish hbL10–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply gaussian signed square exists.
- L10
have hb : ∃ sb. SignedDifferenceSquare(bp,bn,sb)Definitions: SignedDifferenceSquare(bp,bn,sb)Original native command in the exact edition - L11
specialize gaussian_signed_square_exists bp - L12
specialize gaussian_signed_square_exists bn - L13
apply gaussian_signed_square_exists
05Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
cases hb
06Construct an explicit witnessL15–17
07Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
split
08Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact ha_witness
09Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
split
10Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hb_witness
11Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
refl
Original defined command ledger · 22 lines
- 0001
intro ap - 0002
intro an - 0003
intro bp - 0004
intro bn - 0005
have ha : ∃ sa. SignedDifferenceSquare(ap,an,sa) - 0006
specialize gaussian_signed_square_exists ap - 0007
specialize gaussian_signed_square_exists an - 0008
apply gaussian_signed_square_exists - 0009
cases ha - 0010
have hb : ∃ sb. SignedDifferenceSquare(bp,bn,sb) - 0011
specialize gaussian_signed_square_exists bp - 0012
specialize gaussian_signed_square_exists bn - 0013
apply gaussian_signed_square_exists - 0014
cases hb - 0015
exists x + 3 * x1 - 0016
exists x - 0017
exists x1 - 0018
split - 0019
exact ha_witness - 0020
split - 0021
exact hb_witness - 0022
refl