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 m. a * d = b * c + m -> (a * a + b * b) * (c * c + d * d) = (a * c + b * d) * (a * c + b * d) + m * mConstructive proof overview
Generated structural guide
The nonnegative a*d-b*c branch gives an explicit natural Brahmagupta representation.
The unchanged tactic script uses 3 declared prerequisites and contains 23 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
TS002C two_square_product_norm_expanded TS002B two_square_cross_products_equal TS002D two_square_balanced_difference_identityDirect 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 (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 exact 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