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.
Statement with defined notation
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)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order 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)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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 defined 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