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. (exists k. k + a * a = b * b) -> exists k. k + a = bConstructive proof overview
Generated structural guide
A witnessed weak inequality between natural squares reflects to their roots.
The unchanged tactic script uses 3 declared prerequisites and contains 16 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
le_or_lt Stable theorem; checked-use authorized PF0018 square_lt_strict lt_not_le 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–3
02Use earlier factsL4–5
03Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases le_or_lt
04Use earlier factsL7–7
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
exact le_or_lt_left
05Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
exfalso
06Use earlier factsL9–16
Original exact command ledger · 16 lines
- 0001
intro a - 0002
intro b - 0003
intro hle - 0004
specialize le_or_lt a - 0005
specialize le_or_lt b - 0006
cases le_or_lt - 0007
exact le_or_lt_left - 0008
exfalso - 0009
specialize lt_not_le (b * b) - 0010
specialize lt_not_le (a * a) - 0011
apply lt_not_le - 0012
specialize square_lt_strict b - 0013
specialize square_lt_strict a - 0014
apply square_lt_strict - 0015
exact le_or_lt_right - 0016
exact hle