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. ∀ n. ∀ q. ∀ d. ∀ Q. ∀ D. DivRem(n,p,q,d) → DivRem(n,p,Q,D) → q = Q ∧ d = DEvery 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 n q d Q D. (((n) = (p) * (q) + (d)) /\ (exists ldc_lt_native_bound. ldc_lt_native_bound + S (d) = p)) -> (((n) = (p) * (Q) + (D)) /\ (exists ldc_lt_alternate_bound. ldc_lt_alternate_bound + S (D) = p)) -> ((q = Q) /\ (d = D))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–8
02Separate the logical casesL9–10
03Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize division_remainder_unique p - L12
specialize division_remainder_unique n - L13
specialize division_remainder_unique q - L14
specialize division_remainder_unique d - L15
specialize division_remainder_unique Q - L16
specialize division_remainder_unique D - L17
apply division_remainder_unique - L18
exact hfirst_left - L19
exact hfirst_right - L20
exact hsecond_left
04Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hsecond_right
Original defined command ledger · 21 lines
- 0001
intro p - 0002
intro n - 0003
intro q - 0004
intro d - 0005
intro Q - 0006
intro D - 0007
intro hfirst - 0008
intro hsecond - 0009
cases hfirst - 0010
cases hsecond - 0011
specialize division_remainder_unique p - 0012
specialize division_remainder_unique n - 0013
specialize division_remainder_unique q - 0014
specialize division_remainder_unique d - 0015
specialize division_remainder_unique Q - 0016
specialize division_remainder_unique D - 0017
apply division_remainder_unique - 0018
exact hfirst_left - 0019
exact hfirst_right - 0020
exact hsecond_left - 0021
exact hsecond_right