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
∀ a. ∀ b. ∃ n. a · a + b · b = a · b + n
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 17 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–2
02Use earlier factsL3–4
03Separate the logical casesL5–6
04Construct an explicit witnessL7–7
Supply the displayed value, then prove that it has the required property.
- L7
exists a * a + a * x + x * x
05Calculate and transport equalitiesL8–11
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
06Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases le_total_right
07Construct an explicit witnessL13–13
Supply the displayed value, then prove that it has the required property.
- L13
exists b * b + b * x + x * x
08Calculate and transport equalitiesL14–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
Original defined command ledger · 17 lines
- 0001
intro a - 0002
intro b - 0003
specialize le_total a - 0004
specialize le_total b - 0005
cases le_total - 0006
cases le_total_left - 0007
exists a * a + a * x + x * x - 0008
rewrite <- le_total_left_witness - 0009
rewrite <- le_total_left_witness - 0010
rewrite <- le_total_left_witness - 0011
simp [add_mul, mul_add, mul_assoc, add_assoc, add_comm, mul_comm, four_square_add_swap_right_tail, natural_mul_swap_right_tail] - 0012
cases le_total_right - 0013
exists b * b + b * x + x * x - 0014
rewrite <- le_total_right_witness - 0015
rewrite <- le_total_right_witness - 0016
rewrite <- le_total_right_witness - 0017
simp [add_mul, mul_add, mul_assoc, add_assoc, add_comm, mul_comm, four_square_add_swap_right_tail, natural_mul_swap_right_tail]