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 k r z. k * r = z -> (exists gap. gap + S z = k * k) -> exists gap. gap + S r = kConstructive proof overview
Generated structural guide
A centered quaternion norm k·r strictly below k² forces its quotient r to be strictly smaller than k.
The unchanged tactic script uses 3 declared prerequisites and contains 22 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
Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.
Proof neighborhood
Direct dependencies
le_or_lt Stable theorem; checked-use authorized mul_le_mul_left Stable theorem; checked-use authorized 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.
01Fix variables and assumptionsL1–5
02Use earlier factsL6–7
03Separate the logical casesL8–9
04Establish hscaledL10–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul le mul left.
Original exact command ledger · 22 lines
- 0001
intro k - 0002
intro r - 0003
intro z - 0004
intro hnorm - 0005
intro hbound - 0006
specialize le_or_lt k - 0007
specialize le_or_lt r - 0008
cases le_or_lt - 0009
exfalso - 0010
have hscaled : exists t. t + k * k = k * r - 0011
specialize mul_le_mul_left k - 0012
specialize mul_le_mul_left r - 0013
specialize mul_le_mul_left k - 0014
apply mul_le_mul_left - 0015
exact le_or_lt_left - 0016
rewrite hnorm at hscaled - 0017
specialize lt_not_le z - 0018
specialize lt_not_le (k * k) - 0019
apply lt_not_le - 0020
exact hbound - 0021
exact hscaled - 0022
exact le_or_lt_right