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.
Exact expanded first-order arithmetic 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 = sConstructive proof overview
Generated structural guide
Two bounded decompositions modulo eight have the same remainder.
The unchanged tactic script uses 1 declared prerequisite and contains 23 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
division_remainder_unique Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 exact 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