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
∀ N. ∀ F. ∀ i. ArithTable(N,F) → Le(i,N) → ∃ x. ArithAt(F,i,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 34 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 (1)
01Fix variables and assumptionsL1–5
02Separate the logical casesL6–10
03Establish hvalueL11–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply ht witness witness witness witness right.
- L11
have hvalue : ∃ p. ∃ n. ∃ z. BetaAt(x,x1,i,p) ∧ (BetaAt(x2,x3,i,n) ∧ SignedBalance(z,p,n))Definitions: BetaAt(x,x1,i,p)BetaAt(x2,x3,i,n)SignedBalance(z,p,n)Original native command in the exact edition - L12
specialize ht_witness_witness_witness_witness_right (i) - L13
apply ht_witness_witness_witness_witness_right - L14
exact hi
04Separate the logical casesL15–19
05Construct an explicit witnessL20–20
Supply the displayed value, then prove that it has the required property.
- L20
exists x6
06Use earlier factsL21–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
specialize divisor_signed_table_at_from_components (F) - L22
specialize divisor_signed_table_at_from_components (x) - L23
specialize divisor_signed_table_at_from_components (x1) - L24
specialize divisor_signed_table_at_from_components (x2) - L25
specialize divisor_signed_table_at_from_components (x3) - L26
specialize divisor_signed_table_at_from_components (i) - L27
specialize divisor_signed_table_at_from_components (x4) - L28
specialize divisor_signed_table_at_from_components (x5) - L29
specialize divisor_signed_table_at_from_components (x6) - L30
apply divisor_signed_table_at_from_components
07Use earlier factsL31–34
Original defined command ledger · 34 lines
- 0001
intro N - 0002
intro F - 0003
intro i - 0004
intro ht - 0005
intro hi - 0006
cases ht - 0007
cases ht_witness - 0008
cases ht_witness_witness - 0009
cases ht_witness_witness_witness - 0010
cases ht_witness_witness_witness_witness - 0011
have hvalue : ∃ p. ∃ n. ∃ z. BetaAt(x,x1,i,p) ∧ (BetaAt(x2,x3,i,n) ∧ SignedBalance(z,p,n)) - 0012
specialize ht_witness_witness_witness_witness_right (i) - 0013
apply ht_witness_witness_witness_witness_right - 0014
exact hi - 0015
cases hvalue - 0016
cases hvalue_witness - 0017
cases hvalue_witness_witness - 0018
cases hvalue_witness_witness_witness - 0019
cases hvalue_witness_witness_witness_right - 0020
exists x6 - 0021
specialize divisor_signed_table_at_from_components (F) - 0022
specialize divisor_signed_table_at_from_components (x) - 0023
specialize divisor_signed_table_at_from_components (x1) - 0024
specialize divisor_signed_table_at_from_components (x2) - 0025
specialize divisor_signed_table_at_from_components (x3) - 0026
specialize divisor_signed_table_at_from_components (i) - 0027
specialize divisor_signed_table_at_from_components (x4) - 0028
specialize divisor_signed_table_at_from_components (x5) - 0029
specialize divisor_signed_table_at_from_components (x6) - 0030
apply divisor_signed_table_at_from_components - 0031
exact ht_witness_witness_witness_witness_left - 0032
exact hvalue_witness_witness_witness_left - 0033
exact hvalue_witness_witness_witness_right_left - 0034
exact hvalue_witness_witness_witness_right_right