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. ∀ e. ∀ f. ModEq(k,a,e) → ModEq(k,b + f,0) → ModEq(k,a · f + b · e,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 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)Proof neighborhood
Direct theorem prerequisites
FS005K four_square_signed_negative_scale_zero mul_comm · Stable closed add_comm · Stable closed mod_eq_refl · Stable closed mod_eq_add · Stable closed mod_eq_trans · Stable closedDirect 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.
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 : ModEq(k,a · f,e · f)Definitions: ModEq(k,a · f,e · f)Original native command in the exact edition - 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 : ModEq(k,b · e + f · e,0)Definitions: ModEq(k,b · e + f · e,0)Original native command in the exact edition - 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 : ModEq(k,a · f + b · e,e · f + b · e)Definitions: ModEq(k,a · f + b · e,e · f + b · e)Original native command in the exact edition - 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 defined 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 : ModEq(k,a · f,e · f)Exact native replay line
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 : ModEq(k,b · e + f · e,0)Exact native replay line
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 : ModEq(k,a · f + b · e,e · f + b · e)Exact native replay line
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