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 e f m n. (a * f = b * e + m \/ b * e = a * f + m) -> (c * f = d * e + n \/ d * e = c * f + n) -> (a * a + b * b + c * c + d * d) * (e * e + f * f) = ((a * e + b * f) * (a * e + b * f) + m * m) + ((c * e + d * f) * (c * e + d * f) + n * n)Constructive proof overview
Generated structural guide
The six-variable Euler subclass with a two-square right factor is exactly the sum of two independently composed two-square norms.
The unchanged tactic script uses 3 declared prerequisites and contains 21 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
add_assoc Stable theorem; checked-use authorized add_mul Stable theorem; checked-use authorized brahmagupta_fibonacci_two_square_identity Alpha theorem; checked-use authorizedDirect 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.
01Fix variables and assumptionsL1–10
02Calculate and transport equalitiesL11–12
03Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
apply add_assoc
04Calculate and transport equalitiesL14–15
05Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
apply add_mul
06Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
congr
Original exact command ledger · 21 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro e - 0006
intro f - 0007
intro m - 0008
intro n - 0009
intro hfirst - 0010
intro hsecond - 0011
trans ((a * a + b * b) + (c * c + d * d)) * (e * e + f * f) - 0012
congr - 0013
apply add_assoc - 0014
refl - 0015
trans (a * a + b * b) * (e * e + f * f) + (c * c + d * d) * (e * e + f * f) - 0016
apply add_mul - 0017
congr - 0018
apply brahmagupta_fibonacci_two_square_identity - 0019
exact hfirst - 0020
apply brahmagupta_fibonacci_two_square_identity - 0021
exact hsecond