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. ∀ r. ∀ b. ∀ s. p = 8 · a + r → Lt(r,8) → p = 8 · b + s → Lt(s,8) → r = sEvery 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 r b s. p = 8 * a + r -> (exists u. u + S r = 8) -> p = 8 * b + s -> (exists v. v + S s = 8) -> r = sProof 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–9
02Establish huniqueL10–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply division remainder unique.
- L10
have hunique : a = b /\ r = s - L11
specialize division_remainder_unique 8 - L12
specialize division_remainder_unique p - L13
specialize division_remainder_unique a - L14
specialize division_remainder_unique r - L15
specialize division_remainder_unique b - L16
specialize division_remainder_unique s - L17
apply division_remainder_unique - L18
exact hfirst - L19
exact hrbound
03Use earlier factsL20–21
04Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
cases hunique
05Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
exact hunique_right
Original defined command ledger · 23 lines
- 0001
intro p - 0002
intro a - 0003
intro r - 0004
intro b - 0005
intro s - 0006
intro hfirst - 0007
intro hrbound - 0008
intro hsecond - 0009
intro hsbound - 0010
have hunique : a = b /\ r = s - 0011
specialize division_remainder_unique 8 - 0012
specialize division_remainder_unique p - 0013
specialize division_remainder_unique a - 0014
specialize division_remainder_unique r - 0015
specialize division_remainder_unique b - 0016
specialize division_remainder_unique s - 0017
apply division_remainder_unique - 0018
exact hfirst - 0019
exact hrbound - 0020
exact hsecond - 0021
exact hsbound - 0022
cases hunique - 0023
exact hunique_right