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
∀ d. ∀ n. ∀ q. ∀ r. n = d · q + r → ¬r = 0 → Lt(r,d) → ¬Dvd(d,n)Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
2 occurrences
In local proof propositions
3 occurrences
Exact expanded native-PA statement
forall d n q r. n = d * q + r -> ~(r = 0) -> (exists bpr_gap_bb8rn_lt. bpr_gap_bb8rn_lt + S (r) = d) -> ~(exists bpr_quotient_bb8rn_divides. n = (d) * bpr_quotient_bb8rn_divides)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic script.
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 (4)
01Fix variables and assumptionsL1–8
02Establish hselfL9–11
Establish this local claim before using it. It is not an additional assumption.
03Establish hremL12–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divides remainder.
04Establish hleL22–31
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor le nonzero.
05Use earlier factsL32–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
exact hle
Original defined command ledger · 32 lines
- 0001
intro d - 0002
intro n - 0003
intro q - 0004
intro r - 0005
intro heq - 0006
intro hr0 - 0007
intro hlt - 0008
intro hdivides - 0009
have hself : Dvd(d,d)Exact native replay line
have hself : exists u. d = d * u - 0010
specialize multiple_refl d - 0011
exact multiple_refl - 0012
have hrem : Dvd(d,r)Exact native replay line
have hrem : exists u. r = d * u - 0013
specialize divides_remainder d - 0014
specialize divides_remainder n - 0015
specialize divides_remainder d - 0016
specialize divides_remainder q - 0017
specialize divides_remainder r - 0018
apply divides_remainder - 0019
exact hdivides - 0020
exact hself - 0021
exact heq - 0022
have hle : Le(d,r)Exact native replay line
have hle : exists k. k + d = r - 0023
specialize divisor_le_nonzero d - 0024
specialize divisor_le_nonzero r - 0025
apply divisor_le_nonzero - 0026
exact hr0 - 0027
exact hrem - 0028
specialize lt_not_le r - 0029
specialize lt_not_le d - 0030
apply lt_not_le - 0031
exact hlt - 0032
exact hle