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. ∀ c. ModEq(k,a,0) → ModEq(k,b,c) → ModEq(k,a + b,c)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 c. (exists ftcn_left_fssq_zero_plus_first ftcn_right_fssq_zero_plus_first. (a) + (k) * ftcn_left_fssq_zero_plus_first = (0) + (k) * ftcn_right_fssq_zero_plus_first) -> (exists ftcn_left_fssq_zero_plus_second ftcn_right_fssq_zero_plus_second. (b) + (k) * ftcn_left_fssq_zero_plus_second = (c) + (k) * ftcn_right_fssq_zero_plus_second) -> (exists ftcn_left_fssq_zero_plus_result ftcn_right_fssq_zero_plus_result. (a + b) + (k) * ftcn_left_fssq_zero_plus_result = (c) + (k) * ftcn_right_fssq_zero_plus_result)Proof neighborhood
Direct theorem prerequisites
Direct 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.
01Fix variables and assumptionsL1–6
02Establish hsumL7–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod eq add.
Original defined command ledger · 19 lines
- 0001
intro k - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro ha - 0006
intro hb - 0007
have hsum : ModEq(k,a + b,0 + c)Exact native replay line
have hsum : exists ftcn_left_fssq_zero_plus_sum ftcn_right_fssq_zero_plus_sum. (a + b) + (k) * ftcn_left_fssq_zero_plus_sum = (0 + c) + (k) * ftcn_right_fssq_zero_plus_sum - 0008
specialize mod_eq_add k - 0009
specialize mod_eq_add a - 0010
specialize mod_eq_add 0 - 0011
specialize mod_eq_add b - 0012
specialize mod_eq_add c - 0013
apply mod_eq_add - 0014
exact ha - 0015
exact hb - 0016
have hzero : 0 + c = c - 0017
apply zero_add - 0018
rewrite hzero at hsum - 0019
exact hsum