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 d n. ((((a) * (a)) + ((a + d) * (a + d))) = (((a) * (a + d)) + (n))) -> n = a * a + a * d + d * dConstructive proof overview
Generated structural guide
Ordering the coordinates gives the explicit subtraction-free norm a²+ad+d².
The unchanged tactic script uses 9 declared prerequisites and contains 12 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
add_left_cancel Stable theorem; checked-use authorized add_mul Stable theorem; checked-use authorized mul_add Stable theorem; checked-use authorized mul_assoc Stable theorem; checked-use authorized add_assoc Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorized mul_comm Stable theorem; checked-use authorized four_square_add_swap_right_tail Alpha theorem; checked-use authorized natural_mul_swap_right_tail Alpha theorem; checked-use authorizedDirect 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.
01Fix variables and assumptionsL1–4
02Use earlier factsL5–8
03Calculate and transport equalitiesL9–10
04Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact hnorm
05Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
simp [add_mul, mul_add, mul_assoc, add_assoc, add_comm, mul_comm, four_square_add_swap_right_tail, natural_mul_swap_right_tail]
Original exact command ledger · 12 lines
- 0001
intro a - 0002
intro d - 0003
intro n - 0004
intro hnorm - 0005
specialize add_left_cancel (a * (a + d)) - 0006
specialize add_left_cancel n - 0007
specialize add_left_cancel (a * a + a * d + d * d) - 0008
apply add_left_cancel - 0009
trans a * a + (a + d) * (a + d) - 0010
symm - 0011
exact hnorm - 0012
simp [add_mul, mul_add, mul_assoc, add_assoc, add_comm, mul_comm, four_square_add_swap_right_tail, natural_mul_swap_right_tail]