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. (∀ x. Lt(x,p) → (BetaAt(u,v,x,1) → BetaAt(d,e,x,1) ∧ (∃ y. ModularSetMember(b,c,p,y) ∧ ModEq(p,x + t,y))) ∧ (BetaAt(d,e,x,1) ∧ (∃ y. ModularSetMember(b,c,p,y) ∧ ModEq(p,x + t,y)) → BetaAt(u,v,x,1))) → ModularSetSubset(u,v,d,e,p)
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–12
03Establish heL13–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hlower.
- L13
have he : (BetaAt(u,v,i,1) → BetaAt(d,e,i,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,i + t,x))) ∧ (BetaAt(d,e,i,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,i + t,x)) → BetaAt(u,v,i,1))Definitions: BetaAt(u,v,i,1)BetaAt(d,e,i,1)ModularSetMember(b,c,p,x)ModEq(p,i + t,x)Original native command in the exact edition - L14
specialize hlower i - L15
apply hlower - L16
exact hi
04Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases he
05Establish hbothL18–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply he left.
- L18
have hboth : BetaAt(d,e,i,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,i + t,x))Definitions: BetaAt(d,e,i,1)ModularSetMember(b,c,p,x)ModEq(p,i + t,x)Original native command in the exact edition - L19
apply he_left - L20
exact hmember
06Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hboth
07Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact hboth_left
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 hlower - 0010
intro i - 0011
intro hi - 0012
intro hmember - 0013
have he : (BetaAt(u,v,i,1) → BetaAt(d,e,i,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,i + t,x))) ∧ (BetaAt(d,e,i,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,i + t,x)) → BetaAt(u,v,i,1)) - 0014
specialize hlower i - 0015
apply hlower - 0016
exact hi - 0017
cases he - 0018
have hboth : BetaAt(d,e,i,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,i + t,x)) - 0019
apply he_left - 0020
exact hmember - 0021
cases hboth - 0022
exact hboth_left