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 left right magnitude. (left = right + magnitude \/ right = left + magnitude) -> left * left + right * right = magnitude * magnitude + (left * right + right * left)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 left right magnitude. (left = right + magnitude \/ right = left + magnitude) -> left * left + right * right = magnitude * magnitude + (left * right + right * left)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.
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 defined 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