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 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)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 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)Proof neighborhood
Direct theorem prerequisites
PF001L pythagorean_half_hypotenuse_reassociation add_comm · Stable 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–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 defined 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