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 m n. ~(m = 0) -> ~(m * m + n * n = 0)Constructive proof overview
Generated structural guide
A nonzero first Euclidean parameter yields a genuinely nonzero natural hypotenuse.
The unchanged tactic script uses 2 declared prerequisites and contains 17 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
add_eq_zero_left Stable theorem; checked-use authorized mul_eq_zero 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.
01Fix variables and assumptionsL1–4
02Establish hsquareL5–9
03Establish hsplitL10–12
04Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hsplit
Original exact command ledger · 17 lines
- 0001
intro m - 0002
intro n - 0003
intro hnonzero - 0004
intro hsum - 0005
have hsquare : m * m = 0 - 0006
specialize add_eq_zero_left (m * m) - 0007
specialize add_eq_zero_left (n * n) - 0008
apply add_eq_zero_left - 0009
exact hsum - 0010
have hsplit : m = 0 \/ m = 0 - 0011
apply mul_eq_zero - 0012
exact hsquare - 0013
cases hsplit - 0014
apply hnonzero - 0015
exact hsplit_left - 0016
apply hnonzero - 0017
exact hsplit_right