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.
Statement with defined notation
∀ k. ∀ a. ∀ b. ModEq(k,a + b,0) → ModEq(k,b,0) → ModEq(k,a,0)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order 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)Proof neighborhood
Direct theorem prerequisites
FS005L four_square_signed_common_zero_cancelDirect theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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 : ModEq(k,0 + b,0)Definitions: ModEq(k,0 + b,0)Original native command in the exact edition
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 defined command ledger · 17 lines
- 0001
intro k - 0002
intro a - 0003
intro b - 0004
intro hsum - 0005
intro htail - 0006
have hpadded : ModEq(k,0 + b,0)Exact native replay line
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