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.
Sets are complete characteristic-bit codes with actual finite cardinality witnesses. The proof constructs translations and the sumset; no finite-choice oracle, supplied cardinality conclusion, or unproved polynomial-method premise is used.
Exact theorem in conservative defined notation
∀ p. ∀ t. ∀ d. ∀ a. ∀ b. t + d = p → ModEq(p,a + t,b) → ModEq(p,b + d,a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 22 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay 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.
01Fix variables and assumptionsL1–7
02Separate the logical casesL8–9
03Construct an explicit witnessL10–11
04Calculate and transport equalitiesL12–16
05Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact hmod_witness_witness
Original defined command ledger · 22 lines
- 0001
intro p - 0002
intro t - 0003
intro d - 0004
intro a - 0005
intro b - 0006
intro htd - 0007
intro hmod - 0008
cases hmod - 0009
cases hmod_witness - 0010
exists x1 - 0011
exists S x - 0012
trans (b+p*x1)+d - 0013
simp [add_assoc, add_comm] - 0014
trans ((a+t)+p*x)+d - 0015
congr - 0016
symm - 0017
exact hmod_witness_witness - 0018
refl - 0019
trans (a+(t+d))+p*x - 0020
simp [add_assoc, add_comm] - 0021
rewrite htd - 0022
simp [add_assoc, add_comm]