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 b e f. (exists ftcn_left_fssq_cross_mixed_a ftcn_right_fssq_cross_mixed_a. (a) + (k) * ftcn_left_fssq_cross_mixed_a = (e) + (k) * ftcn_right_fssq_cross_mixed_a) -> (exists ftcn_left_fssq_cross_mixed_b ftcn_right_fssq_cross_mixed_b. (b + f) + (k) * ftcn_left_fssq_cross_mixed_b = (0) + (k) * ftcn_right_fssq_cross_mixed_b) -> (exists ftcn_left_fssq_cross_mixed_result ftcn_right_fssq_cross_mixed_result. (a * f + b * e) + (k) * ftcn_left_fssq_cross_mixed_result = (0) + (k) * ftcn_right_fssq_cross_mixed_result)Constructive proof overview
Generated structural guide
Opposite signed coordinate orientations make the sum of their crossed bilinear products vanish modulo the multiplier.
The unchanged tactic script uses 7 declared prerequisites and contains 45 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
Proof neighborhood
Direct dependencies
mod_eq_mul_right Stable theorem; checked-use authorized FS005K four_square_signed_negative_scale_zero mul_comm Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorized mod_eq_refl Stable theorem; checked-use authorized mod_eq_add Stable theorem; checked-use authorized mod_eq_trans 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.
Named ingredients (1)
01Fix variables and assumptionsL1–7
02Establish hfirstL8–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod eq mul right.
- L8
have hfirst : exists ftcn_left_fssq_cross_mixed_first ftcn_right_fssq_cross_mixed_first. (a * f) + (k) * ftcn_left_fssq_cross_mixed_first = (e * f) + (k) * ftcn_right_fssq_cross_mixed_first - L9
specialize mod_eq_mul_right k - L10
specialize mod_eq_mul_right a - L11
specialize mod_eq_mul_right e - L12
specialize mod_eq_mul_right f - L13
apply mod_eq_mul_right - L14
exact ha
03Establish hsecondL15–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square signed negative scale zero.
- L15
have hsecond : exists ftcn_left_fssq_cross_mixed_second ftcn_right_fssq_cross_mixed_second. (b * e + f * e) + (k) * ftcn_left_fssq_cross_mixed_second = (0) + (k) * ftcn_right_fssq_cross_mixed_second - L16
specialize four_square_signed_negative_scale_zero k - L17
specialize four_square_signed_negative_scale_zero b - L18
specialize four_square_signed_negative_scale_zero f - L19
specialize four_square_signed_negative_scale_zero e - L20
apply four_square_signed_negative_scale_zero - L21
exact hb
04Establish hswap_factorL22–24
05Establish hswap_sumL25–27
06Establish hleftL28–37
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mod eq add.
- L28
have hleft : exists ftcn_left_fssq_cross_mixed_sum ftcn_right_fssq_cross_mixed_sum. (a * f + b * e) + (k) * ftcn_left_fssq_cross_mixed_sum = (e * f + b * e) + (k) * ftcn_right_fssq_cross_mixed_sum - L29
specialize mod_eq_add k - L30
specialize mod_eq_add (a * f) - L31
specialize mod_eq_add (e * f) - L32
specialize mod_eq_add (b * e) - L33
specialize mod_eq_add (b * e) - L34
apply mod_eq_add - L35
exact hfirst - L36
specialize mod_eq_refl k - L37
specialize mod_eq_refl (b * e)
07Use earlier factsL38–45
Original exact command ledger · 45 lines
- 0001
intro k - 0002
intro a - 0003
intro b - 0004
intro e - 0005
intro f - 0006
intro ha - 0007
intro hb - 0008
have hfirst : exists ftcn_left_fssq_cross_mixed_first ftcn_right_fssq_cross_mixed_first. (a * f) + (k) * ftcn_left_fssq_cross_mixed_first = (e * f) + (k) * ftcn_right_fssq_cross_mixed_first - 0009
specialize mod_eq_mul_right k - 0010
specialize mod_eq_mul_right a - 0011
specialize mod_eq_mul_right e - 0012
specialize mod_eq_mul_right f - 0013
apply mod_eq_mul_right - 0014
exact ha - 0015
have hsecond : exists ftcn_left_fssq_cross_mixed_second ftcn_right_fssq_cross_mixed_second. (b * e + f * e) + (k) * ftcn_left_fssq_cross_mixed_second = (0) + (k) * ftcn_right_fssq_cross_mixed_second - 0016
specialize four_square_signed_negative_scale_zero k - 0017
specialize four_square_signed_negative_scale_zero b - 0018
specialize four_square_signed_negative_scale_zero f - 0019
specialize four_square_signed_negative_scale_zero e - 0020
apply four_square_signed_negative_scale_zero - 0021
exact hb - 0022
have hswap_factor : f * e = e * f - 0023
apply mul_comm - 0024
rewrite hswap_factor at hsecond - 0025
have hswap_sum : b * e + e * f = e * f + b * e - 0026
apply add_comm - 0027
rewrite hswap_sum at hsecond - 0028
have hleft : exists ftcn_left_fssq_cross_mixed_sum ftcn_right_fssq_cross_mixed_sum. (a * f + b * e) + (k) * ftcn_left_fssq_cross_mixed_sum = (e * f + b * e) + (k) * ftcn_right_fssq_cross_mixed_sum - 0029
specialize mod_eq_add k - 0030
specialize mod_eq_add (a * f) - 0031
specialize mod_eq_add (e * f) - 0032
specialize mod_eq_add (b * e) - 0033
specialize mod_eq_add (b * e) - 0034
apply mod_eq_add - 0035
exact hfirst - 0036
specialize mod_eq_refl k - 0037
specialize mod_eq_refl (b * e) - 0038
exact mod_eq_refl - 0039
specialize mod_eq_trans k - 0040
specialize mod_eq_trans (a * f + b * e) - 0041
specialize mod_eq_trans (e * f + b * e) - 0042
specialize mod_eq_trans 0 - 0043
apply mod_eq_trans - 0044
exact hleft - 0045
exact hsecond