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. ∀ t. ∀ a. (∀ x. Lt(x,p) → (BetaAt(u,v,x,1) → BetaAt(b,c,x,1) ∨ (∃ y. ModularSetMember(d,e,p,y) ∧ ModEq(p,y + t,x))) ∧ (BetaAt(b,c,x,1) ∨ (∃ y. ModularSetMember(d,e,p,y) ∧ ModEq(p,y + t,x)) → BetaAt(u,v,x,1))) → ModularSetMember(b,c,p,a) → ModularSetMember(u,v,p,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–10
02Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hmember
03Separate the logical casesL12–13
04Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hmember_left
05Establish heL15–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hupper.
- L15
have he : (BetaAt(u,v,a,1) → BetaAt(b,c,a,1) ∨ (∃ x. ModularSetMember(d,e,p,x) ∧ ModEq(p,x + t,a))) ∧ (BetaAt(b,c,a,1) ∨ (∃ x. ModularSetMember(d,e,p,x) ∧ ModEq(p,x + t,a)) → BetaAt(u,v,a,1))Definitions: BetaAt(u,v,a,1)BetaAt(b,c,a,1)ModularSetMember(d,e,p,x)ModEq(p,x + t,a)Original native command in the exact edition - L16
specialize hupper a - L17
apply hupper - L18
exact hmember_left
06Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases he
07Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply he_right
08Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
left
09Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact hmember_right
Original defined command ledger · 22 lines
- 0001
intro b - 0002
intro c - 0003
intro d - 0004
intro e - 0005
intro u - 0006
intro v - 0007
intro p - 0008
intro t - 0009
intro a - 0010
intro hupper - 0011
intro hmember - 0012
cases hmember - 0013
split - 0014
exact hmember_left - 0015
have he : (BetaAt(u,v,a,1) → BetaAt(b,c,a,1) ∨ (∃ x. ModularSetMember(d,e,p,x) ∧ ModEq(p,x + t,a))) ∧ (BetaAt(b,c,a,1) ∨ (∃ x. ModularSetMember(d,e,p,x) ∧ ModEq(p,x + t,a)) → BetaAt(u,v,a,1)) - 0016
specialize hupper a - 0017
apply hupper - 0018
exact hmember_left - 0019
cases he - 0020
apply he_right - 0021
left - 0022
exact hmember_right