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. ¬a = 0 → Lt(a,p) → ¬Dvd(p,a)Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.
Definitions used by this theorem
In the theorem statement
2 occurrences
In local proof propositions
1 occurrences
Exact expanded native-PA statement
forall p a. ~(a = 0) -> (exists wpo_gap_ecb_a_lt_p. wpo_gap_ecb_a_lt_p + S (a) = p) -> (~(exists frm_factor_ecb_not_divisor. a = p * frm_factor_ecb_not_divisor))Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed 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.
Named ingredients (2)
01Fix variables and assumptionsL1–5
02Establish hpaL6–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor le nonzero.
03Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hpa
Original defined command ledger · 16 lines
- 0001
intro p - 0002
intro a - 0003
intro ha0 - 0004
intro hap - 0005
intro hdiv - 0006
have hpa : Le(p,a)Exact native replay line
have hpa : exists t. t + p = a - 0007
specialize divisor_le_nonzero p - 0008
specialize divisor_le_nonzero a - 0009
apply divisor_le_nonzero - 0010
exact ha0 - 0011
exact hdiv - 0012
specialize lt_not_le a - 0013
specialize lt_not_le p - 0014
apply lt_not_le - 0015
exact hap - 0016
exact hpa