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 t h m n. (a + t) * t = h * h -> a + t = m * m -> t = n * n -> 2 * h = 2 * (m * n)Constructive proof overview
Generated structural guide
Natural square-root injectivity identifies the even leg with twice the product of the constructed parameters.
The unchanged tactic script uses 2 declared prerequisites and contains 22 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
four_square_product_square Alpha theorem; checked-use authorized PF001B square_eq_injectiveDirect 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
02Establish hsquaresL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square product square.
03Calculate and transport equalitiesL19–20
Original exact command ledger · 22 lines
- 0001
intro a - 0002
intro t - 0003
intro h - 0004
intro m - 0005
intro n - 0006
intro hproduct - 0007
intro hm - 0008
intro hn - 0009
have hsquares : h * h = (m * n) * (m * n) - 0010
trans (a + t) * t - 0011
symm - 0012
exact hproduct - 0013
trans (m * m) * (n * n) - 0014
congr - 0015
exact hm - 0016
exact hn - 0017
symm - 0018
apply four_square_product_square - 0019
congr - 0020
refl - 0021
apply square_eq_injective - 0022
exact hsquares