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
∀ b. ∀ c. ∀ d. ∀ e. ∀ u. ∀ v. ∀ p. ModularSetSum(b,c,d,e,u,v,p) → ModularSetSumCover(b,c,d,e,u,v,p)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 34 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–17
03Establish heL18–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hsum.
- L18
have he : (BetaAt(u,v,z,1) → ∃ x. ∃ y. ModularSetMember(b,c,p,x) ∧ (ModularSetMember(d,e,p,y) ∧ ModEq(p,x + y,z))) ∧ ((∃ x. ∃ y. ModularSetMember(b,c,p,x) ∧ (ModularSetMember(d,e,p,y) ∧ ModEq(p,x + y,z))) → BetaAt(u,v,z,1))Definitions: BetaAt(u,v,z,1)ModularSetMember(b,c,p,x)ModularSetMember(d,e,p,y)ModEq(p,x + y,z)Original native command in the exact edition - L19
specialize hsum z - L20
apply hsum - L21
exact hz
04Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
cases he
05Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply he_right
06Construct an explicit witnessL24–25
07Separate the logical casesL26–27
08Use earlier factsL28–29
09Separate the logical casesL30–31
Original defined command ledger · 34 lines
- 0001
intro b - 0002
intro c - 0003
intro d - 0004
intro e - 0005
intro u - 0006
intro v - 0007
intro p - 0008
intro hsum - 0009
intro a - 0010
intro w - 0011
intro z - 0012
intro ha - 0013
intro hw - 0014
intro hz - 0015
intro hA - 0016
intro hB - 0017
intro hmod - 0018
have he : (BetaAt(u,v,z,1) → ∃ x. ∃ y. ModularSetMember(b,c,p,x) ∧ (ModularSetMember(d,e,p,y) ∧ ModEq(p,x + y,z))) ∧ ((∃ x. ∃ y. ModularSetMember(b,c,p,x) ∧ (ModularSetMember(d,e,p,y) ∧ ModEq(p,x + y,z))) → BetaAt(u,v,z,1)) - 0019
specialize hsum z - 0020
apply hsum - 0021
exact hz - 0022
cases he - 0023
apply he_right - 0024
exists a - 0025
exists w - 0026
split - 0027
split - 0028
exact ha - 0029
exact hA - 0030
split - 0031
split - 0032
exact hw - 0033
exact hB - 0034
exact hmod