EI0032

eisenstein_natural_norm_coordinates

The natural fundamental-parallelogram norm is exactly the signed-coordinate norm of the same nonnegative integers.

Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable

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 → EisensteinCoordinateNorm(a,0,b,0,N)

Every linked abbreviation expands hygienically to the identical original native formula.

Definition DAG

Actual proof prerequisites

mul_zero_left · checked external prerequisitezero_add · checked external prerequisite
Original expanded first-order statement
forall a b N. ((((a) * (a)) + ((b) * (b))) = (((a) * (b)) + (N))) -> (((((((((a) * (a))) + (((0) * (0))))) + (((((b) * (b))) + (((0) * (0))))))) + (((((a) * (0))) + (((0) * (b)))))) = ((((((((((a) * (0))) + (((0) * (a))))) + (((((b) * (0))) + (((0) * (b))))))) + (((((a) * (b))) + (((0) * (0))))))) + (N)))

Complete tactic proof in conservative notation

All 5 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

5 script commands · 2 reading checkpoints · 0 local claims

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.

Definition notation is shown below. Open the paired exact edition for the original native formulas. Source pairing is not a new equivalence certificate.

01Fix variables and assumptionsL1–4

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro a
  2. L2
    intro b
  3. L3
    intro N
  4. L4
    intro hnorm
02Calculate and transport equalitiesL5–5

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L5
    simp [mul_zero_left, zero_add]

Library-wide reading audit

Original defined command ledger · 5 lines
  1. 0001intro a
  2. 0002intro b
  3. 0003intro N
  4. 0004intro hnorm
  5. 0005simp [mul_zero_left, zero_add]