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 b. ((a * a + b * b = 0 -> (a = 0 /\ b = 0)) /\ ((a = 0 /\ b = 0) -> a * a + b * b = 0))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 b. ((a * a + b * b = 0 -> (a = 0 /\ b = 0)) /\ ((a = 0 /\ b = 0) -> a * a + b * b = 0))Proof neighborhood
Direct theorem prerequisites
TS003G two_square_self_square_zero_reflectsDirect 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–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 defined 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]