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 c t m n. c = a + 2 * t -> a + t = m * m -> t = n * n -> (c = m * m + n * n /\ m * m = n * n + a)Constructive proof overview
Generated structural guide
The roots of the half-factors give the hypotenuse sum and the exact subtraction-free odd-leg gap.
The unchanged tactic script uses 2 declared prerequisites and contains 24 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
PF001L pythagorean_half_hypotenuse_reassociation add_comm Stable 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–8
02Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
split
03Calculate and transport equalitiesL10–11
04Use earlier factsL12–13
05Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
congr
06Use earlier factsL15–16
07Calculate and transport equalitiesL17–18
08Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact hm
09Calculate and transport equalitiesL20–20
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L20
trans t + a
10Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
apply add_comm
11Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
congr
12Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
exact hn
13Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
refl
Original exact command ledger · 24 lines
- 0001
intro a - 0002
intro c - 0003
intro t - 0004
intro m - 0005
intro n - 0006
intro hc - 0007
intro hm - 0008
intro hn - 0009
split - 0010
trans (a + t) + t - 0011
trans a + 2 * t - 0012
exact hc - 0013
apply pythagorean_half_hypotenuse_reassociation - 0014
congr - 0015
exact hm - 0016
exact hn - 0017
trans a + t - 0018
symm - 0019
exact hm - 0020
trans t + a - 0021
apply add_comm - 0022
congr - 0023
exact hn - 0024
refl