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. ∀ z. SignedPrefixSum(F,0,z) → z = 0
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.
01Fix variables and assumptionsL1–3
02Separate the logical casesL4–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L4
cases h - L5
cases h_witness - L6
cases h_witness_witness - L7
cases h_witness_witness_witness - L8
cases h_witness_witness_witness_witness - L9
cases h_witness_witness_witness_witness_witness - L10
cases h_witness_witness_witness_witness_witness_witness - L11
cases h_witness_witness_witness_witness_witness_witness_right - L12
cases h_witness_witness_witness_witness_witness_witness_right_right
03Establish hpL13–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta sum zero.
04Establish hnL19–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta sum zero.
05Establish hzeroL25–30
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply signed balance zero iff.
06Separate the logical casesL31–31
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L31
cases hzero
07Use earlier factsL32–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
apply hzero_right
08Calculate and transport equalitiesL33–33
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L33
trans 0
09Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
exact hp
10Calculate and transport equalitiesL35–35
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L35
symm
11Use earlier factsL36–36
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L36
exact hn
Original defined command ledger · 36 lines
- 0001
intro F - 0002
intro z - 0003
intro h - 0004
cases h - 0005
cases h_witness - 0006
cases h_witness_witness - 0007
cases h_witness_witness_witness - 0008
cases h_witness_witness_witness_witness - 0009
cases h_witness_witness_witness_witness_witness - 0010
cases h_witness_witness_witness_witness_witness_witness - 0011
cases h_witness_witness_witness_witness_witness_witness_right - 0012
cases h_witness_witness_witness_witness_witness_witness_right_right - 0013
have hp : x4 = 0 - 0014
specialize beta_sum_zero (x) - 0015
specialize beta_sum_zero (x1) - 0016
specialize beta_sum_zero (x4) - 0017
apply beta_sum_zero - 0018
exact h_witness_witness_witness_witness_witness_witness_right_left - 0019
have hn : x5 = 0 - 0020
specialize beta_sum_zero (x2) - 0021
specialize beta_sum_zero (x3) - 0022
specialize beta_sum_zero (x5) - 0023
apply beta_sum_zero - 0024
exact h_witness_witness_witness_witness_witness_witness_right_right_left - 0025
have hzero : (z = 0 -> x4 = x5) /\ (x4 = x5 -> z = 0) - 0026
specialize signed_balance_zero_iff (z) - 0027
specialize signed_balance_zero_iff (x4) - 0028
specialize signed_balance_zero_iff (x5) - 0029
apply signed_balance_zero_iff - 0030
exact h_witness_witness_witness_witness_witness_witness_right_right_right - 0031
cases hzero - 0032
apply hzero_right - 0033
trans 0 - 0034
exact hp - 0035
symm - 0036
exact hn