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. ∀ u. ∀ v. ∀ p. ∀ t. ¬p = 0 → ModularSetPullback(b,c,u,v,p,t) → 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–9
02Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
cases hmember
03Establish hzL11–14
04Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
05Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hz
06Establish heL17–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hpull.
- L17
have he : (BetaAt(u,v,0,1) → BetaAt(b,c,t,1)) ∧ (BetaAt(b,c,t,1) → BetaAt(u,v,0,1))Definitions: BetaAt(u,v,0,1)BetaAt(b,c,t,1)Original native command in the exact edition - L18
specialize hpull 0 - L19
specialize hpull t - L20
apply hpull - L21
exact hz - L22
exact hmember_left
07Establish hzeroL23–29
08Separate the logical casesL30–30
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L30
cases he
Original defined command ledger · 32 lines
- 0001
intro b - 0002
intro c - 0003
intro u - 0004
intro v - 0005
intro p - 0006
intro t - 0007
intro hp - 0008
intro hpull - 0009
intro hmember - 0010
cases hmember - 0011
have hz : Lt(0,p) - 0012
specialize one_le_of_ne_zero p - 0013
apply one_le_of_ne_zero - 0014
exact hp - 0015
split - 0016
exact hz - 0017
have he : (BetaAt(u,v,0,1) → BetaAt(b,c,t,1)) ∧ (BetaAt(b,c,t,1) → BetaAt(u,v,0,1)) - 0018
specialize hpull 0 - 0019
specialize hpull t - 0020
apply hpull - 0021
exact hz - 0022
exact hmember_left - 0023
have hzero : 0+t=t - 0024
specialize zero_add t - 0025
apply zero_add - 0026
rewrite hzero - 0027
specialize mod_eq_refl p - 0028
specialize mod_eq_refl t - 0029
apply mod_eq_refl - 0030
cases he - 0031
apply he_right - 0032
exact hmember_right