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. ∀ r. ∀ s. ∀ b. ∀ c. ∀ z. ∀ d. (∀ x. Lt(x,p) → ∃ y. BetaAt(r,s,x,y) ∧ (Lt(y,p) ∧ ModEq(p,x + t,y))) → (∀ x. ∀ y. ∀ n. Lt(x,p) → BetaAt(r,s,x,y) → BetaAt(b,c,y,n) → BetaAt(z,d,x,n)) → AllBits(b,c,p) → AllBits(z,d,p)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 36 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–10
02Fix variables and assumptionsL11–13
03Establish hjL14–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hindices.
- L14
have hj : ∃ j. BetaAt(r,s,i,j) ∧ (Lt(j,p) ∧ ModEq(p,i + t,j))Definitions: BetaAt(r,s,i,j)Lt(j,p)ModEq(p,i + t,j)Original native command in the exact edition - L15
specialize hindices i - L16
apply hindices - L17
exact hi
04Separate the logical casesL18–20
05Establish hvL21–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hbits.
- L21
have hv : ∃ v. BetaAt(b,c,x,v) ∧ (v = 0 ∨ v = 1)Definitions: BetaAt(b,c,x,v)Original native command in the exact edition - L22
specialize hbits x - L23
apply hbits - L24
exact hj_witness_right_left
06Separate the logical casesL25–26
07Construct an explicit witnessL27–27
Supply the displayed value, then prove that it has the required property.
- L27
exists x1
08Separate the logical casesL28–28
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L28
split
Original defined command ledger · 36 lines
- 0001
intro p - 0002
intro t - 0003
intro r - 0004
intro s - 0005
intro b - 0006
intro c - 0007
intro z - 0008
intro d - 0009
intro hindices - 0010
intro hcompose - 0011
intro hbits - 0012
intro i - 0013
intro hi - 0014
have hj : ∃ j. BetaAt(r,s,i,j) ∧ (Lt(j,p) ∧ ModEq(p,i + t,j)) - 0015
specialize hindices i - 0016
apply hindices - 0017
exact hi - 0018
cases hj - 0019
cases hj_witness - 0020
cases hj_witness_right - 0021
have hv : ∃ v. BetaAt(b,c,x,v) ∧ (v = 0 ∨ v = 1) - 0022
specialize hbits x - 0023
apply hbits - 0024
exact hj_witness_right_left - 0025
cases hv - 0026
cases hv_witness - 0027
exists x1 - 0028
split - 0029
specialize hcompose i - 0030
specialize hcompose x - 0031
specialize hcompose x1 - 0032
apply hcompose - 0033
exact hi - 0034
exact hj_witness_left - 0035
exact hv_witness_left - 0036
exact hv_witness_right