Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
Exact expanded first-order arithmetic statement
forall k a b. (exists ftcn_left_fssq_zero_cancel_sum ftcn_right_fssq_zero_cancel_sum. (a + b) + (k) * ftcn_left_fssq_zero_cancel_sum = (0) + (k) * ftcn_right_fssq_zero_cancel_sum) -> (exists ftcn_left_fssq_zero_cancel_tail ftcn_right_fssq_zero_cancel_tail. (b) + (k) * ftcn_left_fssq_zero_cancel_tail = (0) + (k) * ftcn_right_fssq_zero_cancel_tail) -> (exists ftcn_left_fssq_zero_cancel_result ftcn_right_fssq_zero_cancel_result. (a) + (k) * ftcn_left_fssq_zero_cancel_result = (0) + (k) * ftcn_right_fssq_zero_cancel_result)Constructive proof overview
Generated structural guide
Cancel a separately vanishing natural tail from a subtraction-free modular zero balance.
The unchanged tactic script uses 2 declared prerequisites and contains 17 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
zero_add Stable theorem; checked-use authorized FS005L four_square_signed_common_zero_cancelDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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
02Establish hpaddedL6–6
Establish this local claim before using it. It is not an additional assumption.
- L6
have hpadded : exists ftcn_left_fssq_zero_cancel_padded ftcn_right_fssq_zero_cancel_padded. (0 + b) + (k) * ftcn_left_fssq_zero_cancel_padded = (0) + (k) * ftcn_right_fssq_zero_cancel_padded
03Establish hpadL7–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply zero add.
- L7
have hpad : 0 + b = b - L8
apply zero_add - L9
rewrite hpad - L10
exact htail - L11
specialize four_square_signed_common_zero_cancel k - L12
specialize four_square_signed_common_zero_cancel a - L13
specialize four_square_signed_common_zero_cancel 0 - L14
specialize four_square_signed_common_zero_cancel b - L15
apply four_square_signed_common_zero_cancel - L16
exact hsum
04Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact hpadded
Original exact command ledger · 17 lines
- 0001
intro k - 0002
intro a - 0003
intro b - 0004
intro hsum - 0005
intro htail - 0006
have hpadded : exists ftcn_left_fssq_zero_cancel_padded ftcn_right_fssq_zero_cancel_padded. (0 + b) + (k) * ftcn_left_fssq_zero_cancel_padded = (0) + (k) * ftcn_right_fssq_zero_cancel_padded - 0007
have hpad : 0 + b = b - 0008
apply zero_add - 0009
rewrite hpad - 0010
exact htail - 0011
specialize four_square_signed_common_zero_cancel k - 0012
specialize four_square_signed_common_zero_cancel a - 0013
specialize four_square_signed_common_zero_cancel 0 - 0014
specialize four_square_signed_common_zero_cancel b - 0015
apply four_square_signed_common_zero_cancel - 0016
exact hsum - 0017
exact hpadded