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. ∀ F. ∀ l. ArithTable(N,F) → ∃ x. SignedPrefixSum(F,l,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 21 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.
01Fix variables and assumptionsL1–4
02Establish hrepL5–9
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor signed table components.
- L5
have hrep : ∃ pb. ∃ pc. ∃ nb. ∃ nc. MatrixMinorFourCode(F,pb,pc,nb,nc)Definitions: MatrixMinorFourCode(F,pb,pc,nb,nc)Original native command in the exact edition - L6
specialize divisor_signed_table_components (N) - L7
specialize divisor_signed_table_components (F) - L8
apply divisor_signed_table_components - L9
exact ht
03Separate the logical casesL10–13
04Use earlier factsL14–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize divisor_signed_sum_exists_from_components (F) - L15
specialize divisor_signed_sum_exists_from_components (x) - L16
specialize divisor_signed_sum_exists_from_components (x1) - L17
specialize divisor_signed_sum_exists_from_components (x2) - L18
specialize divisor_signed_sum_exists_from_components (x3) - L19
specialize divisor_signed_sum_exists_from_components (l) - L20
apply divisor_signed_sum_exists_from_components - L21
exact hrep_witness_witness_witness_witness
Original defined command ledger · 21 lines
- 0001
intro N - 0002
intro F - 0003
intro l - 0004
intro ht - 0005
have hrep : ∃ pb. ∃ pc. ∃ nb. ∃ nc. MatrixMinorFourCode(F,pb,pc,nb,nc) - 0006
specialize divisor_signed_table_components (N) - 0007
specialize divisor_signed_table_components (F) - 0008
apply divisor_signed_table_components - 0009
exact ht - 0010
cases hrep - 0011
cases hrep_witness - 0012
cases hrep_witness_witness - 0013
cases hrep_witness_witness_witness - 0014
specialize divisor_signed_sum_exists_from_components (F) - 0015
specialize divisor_signed_sum_exists_from_components (x) - 0016
specialize divisor_signed_sum_exists_from_components (x1) - 0017
specialize divisor_signed_sum_exists_from_components (x2) - 0018
specialize divisor_signed_sum_exists_from_components (x3) - 0019
specialize divisor_signed_sum_exists_from_components (l) - 0020
apply divisor_signed_sum_exists_from_components - 0021
exact hrep_witness_witness_witness_witness