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 h. (2 * h) * (2 * h) = (h * h + h * h) + (h * h + h * h)Constructive proof overview
Generated structural guide
The square of the doubled odd half is exactly four copies of the half-square.
The unchanged tactic script uses 3 declared prerequisites and contains 14 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
FS000E four_square_product_square four_mul_eq_double_double Stable theorem; checked-use authorized two_mul_eq_add_self Alpha theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply 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 (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 exact 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