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. ∀ k. ∀ q. Prime(p) → ¬k = 1 → Lt(k,p) → ¬p = k · qEvery 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 k q. ((~(p = 1) /\ forall frm_prime_left_fsd_p frm_prime_right_fsd_p. p = frm_prime_left_fsd_p * frm_prime_right_fsd_p -> frm_prime_left_fsd_p = 1 \/ frm_prime_right_fsd_p = 1)) -> ~(k = 1) -> (exists gap. gap + S k = p) -> ~(p = k * q)Proof 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–7
02Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
cases hprime
03Use earlier factsL9–10
04Establish hcasesL11–13
05Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
cases hcases
06Use earlier factsL15–16
07Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
rewrite hcases_right at hfactor
08Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
specialize mul_one k
09Calculate and transport equalitiesL19–20
Original defined command ledger · 23 lines
- 0001
intro p - 0002
intro k - 0003
intro q - 0004
intro hprime - 0005
intro hnonunit - 0006
intro hproper - 0007
intro hfactor - 0008
cases hprime - 0009
specialize hprime_right k - 0010
specialize hprime_right q - 0011
have hcases : k = 1 \/ q = 1 - 0012
apply hprime_right - 0013
exact hfactor - 0014
cases hcases - 0015
apply hnonunit - 0016
exact hcases_left - 0017
rewrite hcases_right at hfactor - 0018
specialize mul_one k - 0019
rewrite mul_one at hfactor - 0020
rewrite hfactor at hproper - 0021
specialize lt_irrefl_expanded k - 0022
apply lt_irrefl_expanded - 0023
exact hproper