Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Every grid, slice, row sum and intermediate table is constructed. Retained cells have witnessed n=(a*e)*c and value F(a)*(H(e)*G(c)). The flat endpoint is unused. Table associativity includes N=0 and compares only positive values, not encodings. Full G009 remains broader.
Exact theorem in conservative defined notation
∀ F. ∀ G. ∀ H. ∀ n. ∀ i. ArithTable(0,F) → ArithTable(0,G) → ArithTable(0,H) → ∃ x. DirichletFlatEntry(F,G,H,n,i,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 37 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 (1)
01Fix variables and assumptionsL1–8
02Establish hdL9–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply division remainder exists.
- L9
have hd : ∃ a. ∃ e. DivRem(i,S n,a,e)Definitions: DivRem(i,S n,a,e)Original native command in the exact edition - L10
specialize division_remainder_exists (S n) - L11
specialize division_remainder_exists (i) - L12
apply division_remainder_exists - L13
specialize succ_ne_zero (n) - L14
apply succ_ne_zero
03Separate the logical casesL15–17
04Establish hvL18–27
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply dirichlet grid entry exists.
- L18
have hv : ∃ z. DirichletGridEntry(F,G,H,n,x,x1,z)Definitions: DirichletGridEntry(F,G,H,n,x,x1,z)Original native command in the exact edition - L19
specialize dirichlet_grid_entry_exists (F) - L20
specialize dirichlet_grid_entry_exists (G) - L21
specialize dirichlet_grid_entry_exists (H) - L22
specialize dirichlet_grid_entry_exists (n) - L23
specialize dirichlet_grid_entry_exists (x) - L24
specialize dirichlet_grid_entry_exists (x1) - L25
apply dirichlet_grid_entry_exists - L26
exact hF - L27
exact hG
05Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hH
06Separate the logical casesL29–29
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L29
cases hv
07Construct an explicit witnessL30–32
08Separate the logical casesL33–33
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L33
split
09Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
exact hd_witness_witness_left
10Separate the logical casesL35–35
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L35
split
Original defined command ledger · 37 lines
- 0001
intro F - 0002
intro G - 0003
intro H - 0004
intro n - 0005
intro i - 0006
intro hF - 0007
intro hG - 0008
intro hH - 0009
have hd : ∃ a. ∃ e. DivRem(i,S n,a,e) - 0010
specialize division_remainder_exists (S n) - 0011
specialize division_remainder_exists (i) - 0012
apply division_remainder_exists - 0013
specialize succ_ne_zero (n) - 0014
apply succ_ne_zero - 0015
cases hd - 0016
cases hd_witness - 0017
cases hd_witness_witness - 0018
have hv : ∃ z. DirichletGridEntry(F,G,H,n,x,x1,z) - 0019
specialize dirichlet_grid_entry_exists (F) - 0020
specialize dirichlet_grid_entry_exists (G) - 0021
specialize dirichlet_grid_entry_exists (H) - 0022
specialize dirichlet_grid_entry_exists (n) - 0023
specialize dirichlet_grid_entry_exists (x) - 0024
specialize dirichlet_grid_entry_exists (x1) - 0025
apply dirichlet_grid_entry_exists - 0026
exact hF - 0027
exact hG - 0028
exact hH - 0029
cases hv - 0030
exists x2 - 0031
exists x - 0032
exists x1 - 0033
split - 0034
exact hd_witness_witness_left - 0035
split - 0036
exact hd_witness_witness_right - 0037
exact hv_witness