Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Each retained summand has a witnessed n=d*q and actual signed multiplication. Zero and nondivisors contribute zero. Input and output values at zero are unrestricted; uniqueness is for positive represented values. The separate inverse family proves the unit-at-one criterion. Full G009 multiplicative-function closure is now admitted in the separate Alpha-v32 multiplicative-convolution family.
Exact theorem in conservative defined notation
∀ F. ∀ G. ∀ n. ∀ l. ∀ M. ∀ d. ∀ z. DirichletPrefix(F,G,n,l,M) → Le(d,l) → DirichletEntry(F,G,n,d,z) → ArithAt(M,d,z)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 36 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–10
02Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases hp
03Establish hvL12–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor signed table lookup.
- L12
have hv : ∃ v. ArithAt(M,d,v)Definitions: ArithAt(M,d,v)Original native command in the exact edition - L13
specialize divisor_signed_table_lookup (l) - L14
specialize divisor_signed_table_lookup (M) - L15
specialize divisor_signed_table_lookup (d) - L16
apply divisor_signed_table_lookup - L17
exact hp_left - L18
exact hd
04Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases hv
05Establish heqL20–29
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply dirichlet convolution entry functional.
- L20
have heq : z=x - L21
specialize dirichlet_convolution_entry_functional (F) - L22
specialize dirichlet_convolution_entry_functional (G) - L23
specialize dirichlet_convolution_entry_functional (n) - L24
specialize dirichlet_convolution_entry_functional (d) - L25
specialize dirichlet_convolution_entry_functional (z) - L26
specialize dirichlet_convolution_entry_functional (x) - L27
apply dirichlet_convolution_entry_functional - L28
exact he - L29
specialize hp_right (d)
06Use earlier factsL30–33
07Calculate and transport equalitiesL34–35
08Use earlier factsL36–36
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L36
exact hv_witness
Original defined command ledger · 36 lines
- 0001
intro F - 0002
intro G - 0003
intro n - 0004
intro l - 0005
intro M - 0006
intro d - 0007
intro z - 0008
intro hp - 0009
intro hd - 0010
intro he - 0011
cases hp - 0012
have hv : ∃ v. ArithAt(M,d,v) - 0013
specialize divisor_signed_table_lookup (l) - 0014
specialize divisor_signed_table_lookup (M) - 0015
specialize divisor_signed_table_lookup (d) - 0016
apply divisor_signed_table_lookup - 0017
exact hp_left - 0018
exact hd - 0019
cases hv - 0020
have heq : z=x - 0021
specialize dirichlet_convolution_entry_functional (F) - 0022
specialize dirichlet_convolution_entry_functional (G) - 0023
specialize dirichlet_convolution_entry_functional (n) - 0024
specialize dirichlet_convolution_entry_functional (d) - 0025
specialize dirichlet_convolution_entry_functional (z) - 0026
specialize dirichlet_convolution_entry_functional (x) - 0027
apply dirichlet_convolution_entry_functional - 0028
exact he - 0029
specialize hp_right (d) - 0030
specialize hp_right (x) - 0031
apply hp_right - 0032
exact hd - 0033
exact hv_witness - 0034
rewrite heq - 0035
rewrite heq - 0036
exact hv_witness