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. ∀ e. ∀ t. ModEq(k,a + e,0) → ModEq(k,a · t + e · t,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 e t. (exists ftcn_left_fssq_negative_scale_source ftcn_right_fssq_negative_scale_source. (a + e) + (k) * ftcn_left_fssq_negative_scale_source = (0) + (k) * ftcn_right_fssq_negative_scale_source) -> (exists ftcn_left_fssq_negative_scale_result ftcn_right_fssq_negative_scale_result. (a * t + e * t) + (k) * ftcn_left_fssq_negative_scale_result = (0) + (k) * ftcn_right_fssq_negative_scale_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 hscaledL6–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod eq mul right.
- L6
have hscaled : ModEq(k,(a + e) · t,0 · t)Definitions: ModEq(k,(a + e) · t,0 · t)Original native command in the exact edition - L7
specialize mod_eq_mul_right k - L8
specialize mod_eq_mul_right (a + e) - L9
specialize mod_eq_mul_right 0 - L10
specialize mod_eq_mul_right t - L11
apply mod_eq_mul_right - L12
exact hsource
03Establish hleftL13–14
Original defined command ledger · 19 lines
- 0001
intro k - 0002
intro a - 0003
intro e - 0004
intro t - 0005
intro hsource - 0006
have hscaled : ModEq(k,(a + e) · t,0 · t)Exact native replay line
have hscaled : exists ftcn_left_fssq_negative_scaled ftcn_right_fssq_negative_scaled. ((a + e) * t) + (k) * ftcn_left_fssq_negative_scaled = (0 * t) + (k) * ftcn_right_fssq_negative_scaled - 0007
specialize mod_eq_mul_right k - 0008
specialize mod_eq_mul_right (a + e) - 0009
specialize mod_eq_mul_right 0 - 0010
specialize mod_eq_mul_right t - 0011
apply mod_eq_mul_right - 0012
exact hsource - 0013
have hleft : (a + e) * t = a * t + e * t - 0014
apply add_mul - 0015
have hright : 0 * t = 0 - 0016
apply mul_zero_left - 0017
rewrite hleft at hscaled - 0018
rewrite hright at hscaled - 0019
exact hscaled