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
∀ p. ∀ a. Lt(a,p) → Dvd(p,a) → a = 0Every 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 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 = 0Proof neighborhood
Direct theorem prerequisites
Direct 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.
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 defined 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