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 h. (2 * h) * (2 * h) = (h * h + h * h) + (h * h + h * h)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 h. (2 * h) * (2 * h) = (h * h + h * h) + (h * h + h * h)Proof neighborhood
Direct theorem prerequisites
FS000E four_square_product_square four_mul_eq_double_double · Stable closed two_mul_eq_add_self · Alpha closedDirect 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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro h
02Calculate and transport equalitiesL2–2
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L2
trans (2 * 2) * (h * h)
03Use earlier factsL3–3
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L3
apply four_square_product_square
04Calculate and transport equalitiesL4–8
05Use earlier factsL9–9
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L9
apply four_mul_eq_double_double
06Calculate and transport equalitiesL10–10
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L10
trans (2 * (h * h)) + (2 * (h * h))
07Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
apply two_mul_eq_add_self
08Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
congr
Original defined command ledger · 14 lines
- 0001
intro h - 0002
trans (2 * 2) * (h * h) - 0003
apply four_square_product_square - 0004
trans 4 * (h * h) - 0005
congr - 0006
norm_num - 0007
refl - 0008
trans 2 * (2 * (h * h)) - 0009
apply four_mul_eq_double_double - 0010
trans (2 * (h * h)) + (2 * (h * h)) - 0011
apply two_mul_eq_add_self - 0012
congr - 0013
apply two_mul_eq_add_self - 0014
apply two_mul_eq_add_self