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. exists x y. (a * a + b * b) * (c * c + d * d) = x * x + y * yConstructive proof overview
Generated structural guide
The complete constructive Brahmagupta--Fibonacci identity supplies actual natural coordinates for every product of two-square norms.
The unchanged tactic script uses 1 declared prerequisite and contains 13 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 dependency-curried candidate body does not grant checked theorem use or 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–4
02Use earlier factsL5–8
03Separate the logical casesL9–10
04Construct an explicit witnessL11–12
05Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact two_square_product_explicit_witness_witness_right
Original exact command ledger · 13 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
specialize two_square_product_explicit_witness a - 0006
specialize two_square_product_explicit_witness b - 0007
specialize two_square_product_explicit_witness c - 0008
specialize two_square_product_explicit_witness d - 0009
cases two_square_product_explicit_witness - 0010
cases two_square_product_explicit_witness_witness - 0011
exists a * c + b * d - 0012
exists x - 0013
exact two_square_product_explicit_witness_witness_right