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 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)Constructive proof overview
Generated structural guide
Multiplying an opposite signed congruence preserves its subtraction-free zero balance.
The unchanged tactic script uses 3 declared prerequisites and contains 19 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
Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.
Proof neighborhood
Direct dependencies
mod_eq_mul_right Stable theorem; checked-use authorized add_mul Stable theorem; checked-use authorized mul_zero_left Stable theorem; checked-use authorizedDirect 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.
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 : 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 - 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 exact command ledger · 19 lines
- 0001
intro k - 0002
intro a - 0003
intro e - 0004
intro t - 0005
intro hsource - 0006
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