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 m. a * d = b * c + m -> (a * a + b * b) * (c * c + d * d) = (a * c + b * d) * (a * c + b * d) + m * mEvery 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 m. a * d = b * c + m -> (a * a + b * b) * (c * c + d * d) = (a * c + b * d) * (a * c + b * d) + m * mProof neighborhood
Direct theorem prerequisites
TS002C two_square_product_norm_expanded TS002B two_square_cross_products_equal TS002D two_square_balanced_difference_identityDirect 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 (3)
01Fix variables and assumptionsL1–6
02Use earlier factsL7–10
03Calculate and transport equalitiesL11–11
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L11
rewrite two_square_product_norm_expanded
04Use earlier factsL12–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize two_square_balanced_difference_identity (a * c) - L13
specialize two_square_balanced_difference_identity (b * d) - L14
specialize two_square_balanced_difference_identity (a * d) - L15
specialize two_square_balanced_difference_identity (b * c) - L16
specialize two_square_balanced_difference_identity m - L17
apply two_square_balanced_difference_identity - L18
specialize two_square_cross_products_equal a - L19
specialize two_square_cross_products_equal b - L20
specialize two_square_cross_products_equal c - L21
specialize two_square_cross_products_equal d
Original defined command ledger · 23 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro m - 0006
intro hdifference - 0007
specialize two_square_product_norm_expanded a - 0008
specialize two_square_product_norm_expanded b - 0009
specialize two_square_product_norm_expanded c - 0010
specialize two_square_product_norm_expanded d - 0011
rewrite two_square_product_norm_expanded - 0012
specialize two_square_balanced_difference_identity (a * c) - 0013
specialize two_square_balanced_difference_identity (b * d) - 0014
specialize two_square_balanced_difference_identity (a * d) - 0015
specialize two_square_balanced_difference_identity (b * c) - 0016
specialize two_square_balanced_difference_identity m - 0017
apply two_square_balanced_difference_identity - 0018
specialize two_square_cross_products_equal a - 0019
specialize two_square_cross_products_equal b - 0020
specialize two_square_cross_products_equal c - 0021
specialize two_square_cross_products_equal d - 0022
exact two_square_cross_products_equal - 0023
exact hdifference