These are genuine signed-table and finite-sum foundations, not full divisor-sum cancellation or Möbius inversion. G007 remains open. The historical MatrixMinorFourCode definition is reused solely as generic nested pairing of four beta parameters; no matrix-specific hypothesis is imported. Equality is equality of represented signed values, not equality of arbitrary component codes.
Exact theorem in conservative defined notation
∀ F. ∀ pb. ∀ pc. ∀ nb. ∀ nc. MatrixMinorFourCode(F,pb,pc,nb,nc) → SignedPrefixSum(F,0,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 24 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–6
02Establish hzL7–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor signed sum exists from components.
- L7
have hz : ∃ z. SignedPrefixSum(F,0,z)Definitions: SignedPrefixSum(F,0,z)Original native command in the exact edition - L8
specialize divisor_signed_sum_exists_from_components (F) - L9
specialize divisor_signed_sum_exists_from_components (pb) - L10
specialize divisor_signed_sum_exists_from_components (pc) - L11
specialize divisor_signed_sum_exists_from_components (nb) - L12
specialize divisor_signed_sum_exists_from_components (nc) - L13
specialize divisor_signed_sum_exists_from_components (0) - L14
apply divisor_signed_sum_exists_from_components - L15
exact hrep
03Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
cases hz
04Establish heqL17–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply divisor signed sum empty value.
Original defined command ledger · 24 lines
- 0001
intro F - 0002
intro pb - 0003
intro pc - 0004
intro nb - 0005
intro nc - 0006
intro hrep - 0007
have hz : ∃ z. SignedPrefixSum(F,0,z) - 0008
specialize divisor_signed_sum_exists_from_components (F) - 0009
specialize divisor_signed_sum_exists_from_components (pb) - 0010
specialize divisor_signed_sum_exists_from_components (pc) - 0011
specialize divisor_signed_sum_exists_from_components (nb) - 0012
specialize divisor_signed_sum_exists_from_components (nc) - 0013
specialize divisor_signed_sum_exists_from_components (0) - 0014
apply divisor_signed_sum_exists_from_components - 0015
exact hrep - 0016
cases hz - 0017
have heq : x = 0 - 0018
specialize divisor_signed_sum_empty_value (F) - 0019
specialize divisor_signed_sum_empty_value (x) - 0020
apply divisor_signed_sum_empty_value - 0021
exact hz_witness - 0022
rewrite heq at hz_witness - 0023
rewrite heq at hz_witness - 0024
exact hz_witness