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))) → ModularSetMember(d,e,p,0) → ModularSetMember(b,c,p,t) → ModularSetMember(u,v,p,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 32 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 ht
03Separate the logical casesL12–13
04Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hzero_left
05Establish heL15–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hlower.
- L15
have he : (BetaAt(u,v,0,1) → BetaAt(d,e,0,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,0 + t,x))) ∧ (BetaAt(d,e,0,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,0 + t,x)) → BetaAt(u,v,0,1))Definitions: BetaAt(u,v,0,1)BetaAt(d,e,0,1)ModularSetMember(b,c,p,x)ModEq(p,0 + t,x)Original native command in the exact edition - L16
specialize hlower 0 - L17
apply hlower - L18
exact hzero_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
split
09Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact hzero_right
10Construct an explicit witnessL23–23
Supply the displayed value, then prove that it has the required property.
- L23
exists t
11Separate the logical casesL24–24
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L24
split
12Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
exact ht
Original defined command ledger · 32 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 hzero - 0011
intro ht - 0012
cases hzero - 0013
split - 0014
exact hzero_left - 0015
have he : (BetaAt(u,v,0,1) → BetaAt(d,e,0,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,0 + t,x))) ∧ (BetaAt(d,e,0,1) ∧ (∃ x. ModularSetMember(b,c,p,x) ∧ ModEq(p,0 + t,x)) → BetaAt(u,v,0,1)) - 0016
specialize hlower 0 - 0017
apply hlower - 0018
exact hzero_left - 0019
cases he - 0020
apply he_right - 0021
split - 0022
exact hzero_right - 0023
exists t - 0024
split - 0025
exact ht - 0026
have hz : 0+t=t - 0027
specialize zero_add t - 0028
apply zero_add - 0029
rewrite hz - 0030
specialize mod_eq_refl p - 0031
specialize mod_eq_refl t - 0032
apply mod_eq_refl