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 b. ((a * a + b * b = 0 -> (a = 0 /\ b = 0)) /\ ((a = 0 /\ b = 0) -> a * a + b * b = 0))Constructive proof overview
Generated structural guide
Zero is an explicit boundary: a two-square norm vanishes exactly when both natural coordinates vanish.
The unchanged tactic script uses 3 declared prerequisites and contains 18 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 add_eq_zero_right Stable theorem; checked-use authorized TS003G two_square_self_square_zero_reflectsDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This dependency-curried candidate body does not grant checked theorem use or 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–2
02Separate the logical casesL3–3
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L3
split
03Fix variables and assumptionsL4–4
Work with arbitrary variables or the premises of the current implication.
- L4
intro hzero
04Separate the logical casesL5–5
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L5
split
05Use earlier factsL6–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L6
apply two_square_self_square_zero_reflects - L7
specialize add_eq_zero_left (a * a) - L8
specialize add_eq_zero_left (b * b) - L9
apply add_eq_zero_left - L10
exact hzero - L11
apply two_square_self_square_zero_reflects - L12
specialize add_eq_zero_right (a * a) - L13
specialize add_eq_zero_right (b * b) - L14
apply add_eq_zero_right - L15
exact hzero
06Fix variables and assumptionsL16–16
Work with arbitrary variables or the premises of the current implication.
- L16
intro hcoordinates
07Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases hcoordinates
08Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
simp [hcoordinates_left, hcoordinates_right]
Original exact command ledger · 18 lines
- 0001
intro a - 0002
intro b - 0003
split - 0004
intro hzero - 0005
split - 0006
apply two_square_self_square_zero_reflects - 0007
specialize add_eq_zero_left (a * a) - 0008
specialize add_eq_zero_left (b * b) - 0009
apply add_eq_zero_left - 0010
exact hzero - 0011
apply two_square_self_square_zero_reflects - 0012
specialize add_eq_zero_right (a * a) - 0013
specialize add_eq_zero_right (b * b) - 0014
apply add_eq_zero_right - 0015
exact hzero - 0016
intro hcoordinates - 0017
cases hcoordinates - 0018
simp [hcoordinates_left, hcoordinates_right]