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 left right magnitude. (left = right + magnitude \/ right = left + magnitude) -> left * left + right * right = magnitude * magnitude + (left * right + right * left)Constructive proof overview
Generated structural guide
Either constructive absolute-difference branch transports coordinate squares to its magnitude square and cross correction.
The unchanged tactic script uses 2 declared prerequisites and contains 15 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
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 (2)
01Fix variables and assumptionsL1–4
02Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
cases hdifference
03Calculate and transport equalitiesL6–9
04Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
apply four_square_gap_balance_right
05Calculate and transport equalitiesL11–14
06Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
apply four_square_gap_balance_left
Original exact command ledger · 15 lines
- 0001
intro left - 0002
intro right - 0003
intro magnitude - 0004
intro hdifference - 0005
cases hdifference - 0006
rewrite hdifference_left - 0007
rewrite hdifference_left - 0008
rewrite hdifference_left - 0009
rewrite hdifference_left - 0010
apply four_square_gap_balance_right - 0011
rewrite hdifference_right - 0012
rewrite hdifference_right - 0013
rewrite hdifference_right - 0014
rewrite hdifference_right - 0015
apply four_square_gap_balance_left