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,0) → ModEq(k,b,0) → ModEq(k,a,b)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_equiv_left ftcn_right_fssq_zero_equiv_left. (a) + (k) * ftcn_left_fssq_zero_equiv_left = (0) + (k) * ftcn_right_fssq_zero_equiv_left) -> (exists ftcn_left_fssq_zero_equiv_right ftcn_right_fssq_zero_equiv_right. (b) + (k) * ftcn_left_fssq_zero_equiv_right = (0) + (k) * ftcn_right_fssq_zero_equiv_right) -> (exists ftcn_left_fssq_zero_equiv_result ftcn_right_fssq_zero_equiv_result. (a) + (k) * ftcn_left_fssq_zero_equiv_result = (b) + (k) * ftcn_right_fssq_zero_equiv_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–5
02Establish hreverseL6–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod eq symm.
Original defined command ledger · 18 lines
- 0001
intro k - 0002
intro a - 0003
intro b - 0004
intro ha - 0005
intro hb - 0006
have hreverse : ModEq(k,0,b)Exact native replay line
have hreverse : exists ftcn_left_fssq_zero_equiv_reverse ftcn_right_fssq_zero_equiv_reverse. (0) + (k) * ftcn_left_fssq_zero_equiv_reverse = (b) + (k) * ftcn_right_fssq_zero_equiv_reverse - 0007
specialize mod_eq_symm k - 0008
specialize mod_eq_symm b - 0009
specialize mod_eq_symm 0 - 0010
apply mod_eq_symm - 0011
exact hb - 0012
specialize mod_eq_trans k - 0013
specialize mod_eq_trans a - 0014
specialize mod_eq_trans 0 - 0015
specialize mod_eq_trans b - 0016
apply mod_eq_trans - 0017
exact ha - 0018
exact hreverse