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 m n. ~(n = 0) -> (exists gap. gap + S n = m) -> m * m = n * n + a -> (~(m = 0) /\ ~(a = 0))Constructive proof overview
Generated structural guide
Strictly ordered parameters with a positive smaller parameter have a positive larger parameter and a positive exact square gap.
The unchanged tactic script uses 4 declared prerequisites and contains 24 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
lt_to_le Stable theorem; checked-use authorized le_zero Stable theorem; checked-use authorized PF001B square_eq_injective lt_irrefl_expanded 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–6
02Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
split
03Fix variables and assumptionsL8–8
Work with arbitrary variables or the premises of the current implication.
- L8
intro hm
04Use earlier factsL9–10
05Calculate and transport equalitiesL11–11
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L11
rewrite <- hm
06Use earlier factsL12–13
07Fix variables and assumptionsL14–14
Work with arbitrary variables or the premises of the current implication.
- L14
intro ha
08Establish hsquareL15–18
Original exact command ledger · 24 lines
- 0001
intro a - 0002
intro m - 0003
intro n - 0004
intro hn - 0005
intro horder - 0006
intro hgap - 0007
split - 0008
intro hm - 0009
apply hn - 0010
apply le_zero - 0011
rewrite <- hm - 0012
apply lt_to_le - 0013
exact horder - 0014
intro ha - 0015
have hsquare : m * m = n * n - 0016
trans n * n + a - 0017
exact hgap - 0018
simp [ha] - 0019
have hequal : m = n - 0020
apply square_eq_injective - 0021
exact hsquare - 0022
rewrite hequal at horder - 0023
apply lt_irrefl_expanded - 0024
exact horder