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 p a. (exists fsri_gap_bounded_multiple. fsri_gap_bounded_multiple + S (a) = (p)) -> (exists fsri_factor_bounded_multiple. (a) = (p) * fsri_factor_bounded_multiple) -> a = 0Constructive proof overview
Generated structural guide
A natural strictly below a modulus can be divisible by that modulus only when it is zero.
The unchanged tactic script uses 2 declared prerequisites and contains 17 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
eq_decidable Stable theorem; checked-use authorized bounded_nonzero_not_divides Alpha 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–4
02Establish hcaseL5–8
03Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases hcase
04Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
exact hcase_left
05Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
exfalso
Original exact command ledger · 17 lines
- 0001
intro p - 0002
intro a - 0003
intro hbound - 0004
intro hmultiple - 0005
have hcase : a = 0 \/ ~(a = 0) - 0006
specialize eq_decidable a - 0007
specialize eq_decidable 0 - 0008
exact eq_decidable - 0009
cases hcase - 0010
exact hcase_left - 0011
exfalso - 0012
specialize bounded_nonzero_not_divides p - 0013
specialize bounded_nonzero_not_divides a - 0014
apply bounded_nonzero_not_divides - 0015
exact hcase_right - 0016
exact hbound - 0017
exact hmultiple