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. ∀ p. ∀ d. ∀ a. ∀ z. Prime(p) → AllBits(b,c,p) → ModularSetMember(b,c,p,a) → Lt(z,p) → ¬BetaAt(b,c,z,1) → ¬d = 0 → Lt(d,p) → ∃ x. ∃ y. ModularTranslationBoundary(b,c,p,d,x,y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 50 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.
Named ingredients (2)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–13
03Establish hpzeroL14–19
04Establish horbitL20–28
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime modular additive orbit hits.
- L20
have horbit : ∃ n. ModEq(p,a + n · d,z)Definitions: ModEq(p,a + n · d,z)Original native command in the exact edition - L21
specialize prime_modular_additive_orbit_hits p - L22
specialize prime_modular_additive_orbit_hits d - L23
specialize prime_modular_additive_orbit_hits a - L24
specialize prime_modular_additive_orbit_hits z - L25
apply prime_modular_additive_orbit_hits - L26
exact hp - L27
exact hd - L28
exact hdp
05Separate the logical casesL29–29
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L29
cases hstart
06Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact hstart_left
07Separate the logical casesL31–31
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L31
cases horbit
08Establish hcaseL32–41
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply finite modular orbit member or boundary.
- L32
have hcase : BetaAt(b,c,z,1) ∨ (∃ x. ∃ y. ModularTranslationBoundary(b,c,p,d,x,y))Definitions: BetaAt(b,c,z,1)ModularTranslationBoundary(b,c,p,d,x,y)Original native command in the exact edition - L33
specialize finite_modular_orbit_member_or_boundary b - L34
specialize finite_modular_orbit_member_or_boundary c - L35
specialize finite_modular_orbit_member_or_boundary p - L36
specialize finite_modular_orbit_member_or_boundary d - L37
specialize finite_modular_orbit_member_or_boundary a - L38
specialize finite_modular_orbit_member_or_boundary x - L39
specialize finite_modular_orbit_member_or_boundary z - L40
apply finite_modular_orbit_member_or_boundary - L41
exact hpzero
09Use earlier factsL42–45
10Separate the logical casesL46–47
Original defined command ledger · 50 lines
- 0001
intro b - 0002
intro c - 0003
intro p - 0004
intro d - 0005
intro a - 0006
intro z - 0007
intro hp - 0008
intro hbits - 0009
intro hstart - 0010
intro hz - 0011
intro hout - 0012
intro hd - 0013
intro hdp - 0014
have hpzero : ~(p=0) - 0015
intro he - 0016
specialize prime_nonzero p - 0017
apply prime_nonzero - 0018
exact hp - 0019
exact he - 0020
have horbit : ∃ n. ModEq(p,a + n · d,z) - 0021
specialize prime_modular_additive_orbit_hits p - 0022
specialize prime_modular_additive_orbit_hits d - 0023
specialize prime_modular_additive_orbit_hits a - 0024
specialize prime_modular_additive_orbit_hits z - 0025
apply prime_modular_additive_orbit_hits - 0026
exact hp - 0027
exact hd - 0028
exact hdp - 0029
cases hstart - 0030
exact hstart_left - 0031
cases horbit - 0032
have hcase : BetaAt(b,c,z,1) ∨ (∃ x. ∃ y. ModularTranslationBoundary(b,c,p,d,x,y)) - 0033
specialize finite_modular_orbit_member_or_boundary b - 0034
specialize finite_modular_orbit_member_or_boundary c - 0035
specialize finite_modular_orbit_member_or_boundary p - 0036
specialize finite_modular_orbit_member_or_boundary d - 0037
specialize finite_modular_orbit_member_or_boundary a - 0038
specialize finite_modular_orbit_member_or_boundary x - 0039
specialize finite_modular_orbit_member_or_boundary z - 0040
apply finite_modular_orbit_member_or_boundary - 0041
exact hpzero - 0042
exact hbits - 0043
exact hstart - 0044
exact hz - 0045
exact horbit_witness - 0046
cases hcase - 0047
exfalso - 0048
apply hout - 0049
exact hcase_left - 0050
exact hcase_right