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. (exists ge_real_square_norm_balance ge_imaginary_square_norm_balance. ((((((a) * (a))) + (((b) * (b)))) = ((ge_real_square_norm_balance) + (((((a) * (b))) + (((b) * (a))))))) /\ ((((((c) * (c))) + (((d) * (d)))) = ((ge_imaginary_square_norm_balance) + (((((c) * (d))) + (((d) * (c))))))) /\ ((N) = ge_real_square_norm_balance + ge_imaginary_square_norm_balance)))) -> ((((((a) * (a))) + (((b) * (b))))) + (((((c) * (c))) + (((d) * (d)))))) = ((N) + (((((((a) * (b))) + (((b) * (a))))) + (((((c) * (d))) + (((d) * (c))))))))Constructive proof overview
Generated structural guide
An actual Gaussian norm is exactly the difference of its positive-square and negative-cross blocks.
The unchanged tactic script uses 3 declared prerequisites and contains 14 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
add_assoc Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorized four_square_add_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–6
02Separate the logical casesL7–10
03Calculate and transport equalitiesL11–14
Original exact command ledger · 14 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro N - 0006
intro hnorm - 0007
cases hnorm - 0008
cases hnorm_witness - 0009
cases hnorm_witness_witness - 0010
cases hnorm_witness_witness_right - 0011
rewrite hnorm_witness_witness_left - 0012
rewrite hnorm_witness_witness_right_left - 0013
rewrite hnorm_witness_witness_right_right - 0014
simp [add_assoc, add_comm, four_square_add_swap_right_tail]