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 p n q m N M. (exists ge_real_square_first ge_imaginary_square_first. ((((((p) * (p))) + (((n) * (n)))) = ((ge_real_square_first) + (((((p) * (n))) + (((n) * (p))))))) /\ ((((((q) * (q))) + (((m) * (m)))) = ((ge_imaginary_square_first) + (((((q) * (m))) + (((m) * (q))))))) /\ ((N) = ge_real_square_first + ge_imaginary_square_first)))) -> (exists ge_real_square_second ge_imaginary_square_second. ((((((p) * (p))) + (((n) * (n)))) = ((ge_real_square_second) + (((((p) * (n))) + (((n) * (p))))))) /\ ((((((q) * (q))) + (((m) * (m)))) = ((ge_imaginary_square_second) + (((((q) * (m))) + (((m) * (q))))))) /\ ((M) = ge_real_square_second + ge_imaginary_square_second)))) -> N = MConstructive proof overview
Generated structural guide
The squared Gaussian norm is functional across every possible square-witness choice.
The unchanged tactic script uses 1 declared prerequisite and contains 28 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
02Separate the logical casesL9–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
03Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
trans x + x1
04Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact hfirst_witness_witness_right_right
05Calculate and transport equalitiesL19–20
06Use earlier factsL21–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
07Calculate and transport equalitiesL27–27
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L27
symm
08Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hsecond_witness_witness_right_right
Original exact command ledger · 28 lines
- 0001
intro p - 0002
intro n - 0003
intro q - 0004
intro m - 0005
intro N - 0006
intro M - 0007
intro hfirst - 0008
intro hsecond - 0009
cases hfirst - 0010
cases hfirst_witness - 0011
cases hfirst_witness_witness - 0012
cases hfirst_witness_witness_right - 0013
cases hsecond - 0014
cases hsecond_witness - 0015
cases hsecond_witness_witness - 0016
cases hsecond_witness_witness_right - 0017
trans x + x1 - 0018
exact hfirst_witness_witness_right_right - 0019
trans x2 + x3 - 0020
congr - 0021
apply gaussian_signed_square_functional - 0022
exact hfirst_witness_witness_left - 0023
exact hsecond_witness_witness_left - 0024
apply gaussian_signed_square_functional - 0025
exact hfirst_witness_witness_right_left - 0026
exact hsecond_witness_witness_right_left - 0027
symm - 0028
exact hsecond_witness_witness_right_right