Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
A genuine divisor mask has S n entries, indexed zero through n, and forces its zeroth entry to zero regardless of F(0). Möbius values remain positive-domain only. This family constructs divisor sums and Möbius tables; cancellation and the full G007 endpoint are separately proved later in the same release.
Exact theorem in conservative defined notation
∀ F. ∀ n. ∀ l. ∀ M. ∀ d. ∀ q. ∀ z. DivisorMask(F,n,l,M) → Le(d,l) → ¬d = 0 → n = d · q → ArithAt(F,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 45 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–12
03Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases hm
04Establish huL14–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor signed table lookup.
- L14
have hu : ∃ u. ArithAt(M,d,u)Definitions: ArithAt(M,d,u)Original native command in the exact edition - L15
specialize divisor_signed_table_lookup (l) - L16
specialize divisor_signed_table_lookup (M) - L17
specialize divisor_signed_table_lookup (d) - L18
apply divisor_signed_table_lookup - L19
exact hm_left - L20
exact hbound
05Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hu
06Establish heqL22–31
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor mask entry functional.
- L22
have heq : x=z - L23
specialize divisor_mask_entry_functional (F) - L24
specialize divisor_mask_entry_functional (n) - L25
specialize divisor_mask_entry_functional (d) - L26
specialize divisor_mask_entry_functional (x) - L27
specialize divisor_mask_entry_functional (z) - L28
apply divisor_mask_entry_functional - L29
specialize hm_right (d) - L30
specialize hm_right (x) - L31
apply hm_right
07Use earlier factsL32–41
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
exact hbound - L33
exact hu_witness - L34
specialize divisor_mask_entry_from_quotient (F) - L35
specialize divisor_mask_entry_from_quotient (n) - L36
specialize divisor_mask_entry_from_quotient (d) - L37
specialize divisor_mask_entry_from_quotient (q) - L38
specialize divisor_mask_entry_from_quotient (z) - L39
apply divisor_mask_entry_from_quotient - L40
exact hd - L41
exact hq
08Use earlier factsL42–42
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L42
exact hz
09Calculate and transport equalitiesL43–44
10Use earlier factsL45–45
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L45
exact hu_witness
Original defined command ledger · 45 lines
- 0001
intro F - 0002
intro n - 0003
intro l - 0004
intro M - 0005
intro d - 0006
intro q - 0007
intro z - 0008
intro hm - 0009
intro hbound - 0010
intro hd - 0011
intro hq - 0012
intro hz - 0013
cases hm - 0014
have hu : ∃ u. ArithAt(M,d,u) - 0015
specialize divisor_signed_table_lookup (l) - 0016
specialize divisor_signed_table_lookup (M) - 0017
specialize divisor_signed_table_lookup (d) - 0018
apply divisor_signed_table_lookup - 0019
exact hm_left - 0020
exact hbound - 0021
cases hu - 0022
have heq : x=z - 0023
specialize divisor_mask_entry_functional (F) - 0024
specialize divisor_mask_entry_functional (n) - 0025
specialize divisor_mask_entry_functional (d) - 0026
specialize divisor_mask_entry_functional (x) - 0027
specialize divisor_mask_entry_functional (z) - 0028
apply divisor_mask_entry_functional - 0029
specialize hm_right (d) - 0030
specialize hm_right (x) - 0031
apply hm_right - 0032
exact hbound - 0033
exact hu_witness - 0034
specialize divisor_mask_entry_from_quotient (F) - 0035
specialize divisor_mask_entry_from_quotient (n) - 0036
specialize divisor_mask_entry_from_quotient (d) - 0037
specialize divisor_mask_entry_from_quotient (q) - 0038
specialize divisor_mask_entry_from_quotient (z) - 0039
apply divisor_mask_entry_from_quotient - 0040
exact hd - 0041
exact hq - 0042
exact hz - 0043
rewrite heq at hu_witness - 0044
rewrite heq at hu_witness - 0045
exact hu_witness