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
∀ N. ∃ M. MobiusTable(N,M)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 31 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 (3)
01Fix variables and assumptionsL1–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro N
02Induction on NL2–2
Split the argument into the base and successor obligations. The induction hypothesis is available only in the successor branch.
- L2
induction N
03Establish hbaseL3–5
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply arithmetic signed table singleton.
- L3
have hbase : ∃ F. ArithTable(0,F) ∧ ArithAt(F,0,0)Definitions: ArithTable(0,F)ArithAt(F,0,0)Original native command in the exact edition - L4
specialize arithmetic_signed_table_singleton (0) - L5
apply arithmetic_signed_table_singleton
04Separate the logical casesL6–7
05Construct an explicit witnessL8–8
Supply the displayed value, then prove that it has the required property.
- L8
exists x
06Use earlier factsL9–12
07Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases IH
08Establish hzL14–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mobius value exists.
09Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
cases hz
10Establish hnextL21–27
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mobius table append.
- L21
have hnext : ∃ G. MobiusTable(S N,G) ∧ ArithTableEqual(x,G,S N)Definitions: MobiusTable(S N,G)ArithTableEqual(x,G,S N)Original native command in the exact edition - L22
specialize mobius_table_append (N) - L23
specialize mobius_table_append (x) - L24
specialize mobius_table_append (x1) - L25
apply mobius_table_append - L26
exact IH_witness - L27
exact hz_witness
11Separate the logical casesL28–29
12Construct an explicit witnessL30–30
Supply the displayed value, then prove that it has the required property.
- L30
exists x2
13Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
exact hnext_witness_left
Original defined command ledger · 31 lines
- 0001
intro N - 0002
induction N - 0003
have hbase : ∃ F. ArithTable(0,F) ∧ ArithAt(F,0,0) - 0004
specialize arithmetic_signed_table_singleton (0) - 0005
apply arithmetic_signed_table_singleton - 0006
cases hbase - 0007
cases hbase_witness - 0008
exists x - 0009
specialize mobius_table_zero_constructor (x) - 0010
apply mobius_table_zero_constructor - 0011
exact hbase_witness_left - 0012
exact hbase_witness_right - 0013
cases IH - 0014
have hz : ∃ z. Mobius(S N,z) - 0015
specialize mobius_value_exists (S N) - 0016
apply mobius_value_exists - 0017
intro hzero - 0018
apply PA1 - 0019
exact hzero - 0020
cases hz - 0021
have hnext : ∃ G. MobiusTable(S N,G) ∧ ArithTableEqual(x,G,S N) - 0022
specialize mobius_table_append (N) - 0023
specialize mobius_table_append (x) - 0024
specialize mobius_table_append (x1) - 0025
apply mobius_table_append - 0026
exact IH_witness - 0027
exact hz_witness - 0028
cases hnext - 0029
cases hnext_witness - 0030
exists x2 - 0031
exact hnext_witness_left