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.
Exact expanded first-order arithmetic statement
forall a b c d N. (((((((((a) * (a))) + (((b) * (b))))) + (((((c) * (c))) + (((d) * (d))))))) + (((((a) * (d))) + (((b) * (c)))))) = ((((((((((a) * (b))) + (((b) * (a))))) + (((((c) * (d))) + (((d) * (c))))))) + (((((a) * (c))) + (((b) * (d))))))) + (N))) -> ~(a = b /\ c = d) -> ~(N = 0)Constructive proof overview
Generated structural guide
Every nonzero represented Eisenstein integer has a strictly positive natural norm.
The unchanged tactic script uses 1 declared prerequisite and contains 16 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 (1)
01Fix variables and assumptionsL1–8
02Use earlier factsL9–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
03Calculate and transport equalitiesL15–15
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L15
rewrite hzero at hnorm
04Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hnorm
Original exact command ledger · 16 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro N - 0006
intro hnorm - 0007
intro hnonzero - 0008
intro hzero - 0009
apply hnonzero - 0010
specialize eisenstein_coordinate_norm_zero a - 0011
specialize eisenstein_coordinate_norm_zero b - 0012
specialize eisenstein_coordinate_norm_zero c - 0013
specialize eisenstein_coordinate_norm_zero d - 0014
apply eisenstein_coordinate_norm_zero - 0015
rewrite hzero at hnorm - 0016
exact hnorm