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 s t. (((((p) * (p))) + (((n) * (n)))) = ((s) + (((((p) * (n))) + (((n) * (p))))))) -> (((((q) * (q))) + (((m) * (m)))) = ((t) + (((((q) * (m))) + (((m) * (q))))))) -> (((((((((p) * (q))) + (((n) * (m))))) * (((((p) * (q))) + (((n) * (m))))))) + (((((((p) * (m))) + (((n) * (q))))) * (((((p) * (m))) + (((n) * (q)))))))) = ((s * t) + (((((((((p) * (q))) + (((n) * (m))))) * (((((p) * (m))) + (((n) * (q))))))) + (((((((p) * (m))) + (((n) * (q))))) * (((((p) * (q))) + (((n) * (m)))))))))))Constructive proof overview
Generated structural guide
The actual square of a signed product is the product of its two actual natural squares.
The unchanged tactic script uses 3 declared prerequisites and contains 18 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
GI000A gaussian_signed_product_square_positive GI000B gaussian_signed_product_square_negative GI000C gaussian_signed_product_square_compensationDirect 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 (3)
01Fix variables and assumptionsL1–8
02Calculate and transport equalitiesL9–9
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L9
trans ((((((((p) * (p))) + (((n) * (n))))) * (((((q) * (q))) + (((m) * (m))))))) + (((((((p) * (n))) + (((n) * (p))))) * (((((q) * (m))) + (((m) * (q))))))))
03Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
apply gaussian_signed_product_square_positive
04Calculate and transport equalitiesL11–11
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L11
trans ((s * t) + (((((((((p) * (p))) + (((n) * (n))))) * (((((q) * (m))) + (((m) * (q))))))) + (((((((p) * (n))) + (((n) * (p))))) * (((((q) * (q))) + (((m) * (m))))))))))
05Use earlier factsL12–14
06Calculate and transport equalitiesL15–17
07Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
apply gaussian_signed_product_square_negative
Original exact command ledger · 18 lines
- 0001
intro p - 0002
intro n - 0003
intro q - 0004
intro m - 0005
intro s - 0006
intro t - 0007
intro hfirst - 0008
intro hsecond - 0009
trans ((((((((p) * (p))) + (((n) * (n))))) * (((((q) * (q))) + (((m) * (m))))))) + (((((((p) * (n))) + (((n) * (p))))) * (((((q) * (m))) + (((m) * (q)))))))) - 0010
apply gaussian_signed_product_square_positive - 0011
trans ((s * t) + (((((((((p) * (p))) + (((n) * (n))))) * (((((q) * (m))) + (((m) * (q))))))) + (((((((p) * (n))) + (((n) * (p))))) * (((((q) * (q))) + (((m) * (m)))))))))) - 0012
apply gaussian_signed_product_square_compensation - 0013
exact hfirst - 0014
exact hsecond - 0015
congr - 0016
refl - 0017
symm - 0018
apply gaussian_signed_product_square_negative