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 t h m n. (a + t) * t = h * h -> a + t = m * m -> t = n * n -> 2 * h = 2 * (m * 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 t h m n. (a + t) * t = h * h -> a + t = m * m -> t = n * n -> 2 * h = 2 * (m * n)Proof neighborhood
Direct theorem prerequisites
PF001B square_eq_injectiveDirect 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 (1)
01Fix variables and assumptionsL1–8
02Establish hsquaresL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square product square.
03Calculate and transport equalitiesL19–20
Original defined command ledger · 22 lines
- 0001
intro a - 0002
intro t - 0003
intro h - 0004
intro m - 0005
intro n - 0006
intro hproduct - 0007
intro hm - 0008
intro hn - 0009
have hsquares : h * h = (m * n) * (m * n) - 0010
trans (a + t) * t - 0011
symm - 0012
exact hproduct - 0013
trans (m * m) * (n * n) - 0014
congr - 0015
exact hm - 0016
exact hn - 0017
symm - 0018
apply four_square_product_square - 0019
congr - 0020
refl - 0021
apply square_eq_injective - 0022
exact hsquares