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. (((exists fsd_center_bound_fssq_center. fsd_center_bound_fssq_center + (e + e) = k) /\ ((exists fsd_center_lower_fssq_center. a = k * fsd_center_lower_fssq_center + e) \/ (exists fsd_center_upper_fssq_center. a + e = k * fsd_center_upper_fssq_center)))) -> (exists ftcn_left_fssq_center_square ftcn_right_fssq_center_square. (a * a) + (k) * ftcn_left_fssq_center_square = (e * e) + (k) * ftcn_right_fssq_center_square)Constructive proof overview
Generated structural guide
Every centered signed remainder has square congruent to the original coordinate, independently of either sign branch.
The unchanged tactic script uses 3 declared prerequisites and contains 29 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
FS0059 four_square_signed_lower_remainder_congruent mod_eq_mul Stable theorem; checked-use authorized FS005A four_square_signed_opposite_remainder_square_congruentDirect 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 (2)
01Fix variables and assumptionsL1–4
02Separate the logical casesL5–7
03Establish hmodL8–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square signed lower remainder congruent.
- L8
have hmod : exists ftcn_left_fssq_center_lower ftcn_right_fssq_center_lower. (a) + (k) * ftcn_left_fssq_center_lower = (e) + (k) * ftcn_right_fssq_center_lower - L9
specialize four_square_signed_lower_remainder_congruent k - L10
specialize four_square_signed_lower_remainder_congruent a - L11
specialize four_square_signed_lower_remainder_congruent e - L12
specialize four_square_signed_lower_remainder_congruent x - L13
apply four_square_signed_lower_remainder_congruent - L14
exact hcenter_right_left_witness - L15
specialize mod_eq_mul k - L16
specialize mod_eq_mul a - L17
specialize mod_eq_mul e
04Use earlier factsL18–22
05Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
cases hcenter_right_right
06Use earlier factsL24–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
specialize four_square_signed_opposite_remainder_square_congruent k - L25
specialize four_square_signed_opposite_remainder_square_congruent a - L26
specialize four_square_signed_opposite_remainder_square_congruent e - L27
specialize four_square_signed_opposite_remainder_square_congruent x - L28
apply four_square_signed_opposite_remainder_square_congruent - L29
exact hcenter_right_right_witness
Original exact command ledger · 29 lines
- 0001
intro k - 0002
intro a - 0003
intro e - 0004
intro hcenter - 0005
cases hcenter - 0006
cases hcenter_right - 0007
cases hcenter_right_left - 0008
have hmod : exists ftcn_left_fssq_center_lower ftcn_right_fssq_center_lower. (a) + (k) * ftcn_left_fssq_center_lower = (e) + (k) * ftcn_right_fssq_center_lower - 0009
specialize four_square_signed_lower_remainder_congruent k - 0010
specialize four_square_signed_lower_remainder_congruent a - 0011
specialize four_square_signed_lower_remainder_congruent e - 0012
specialize four_square_signed_lower_remainder_congruent x - 0013
apply four_square_signed_lower_remainder_congruent - 0014
exact hcenter_right_left_witness - 0015
specialize mod_eq_mul k - 0016
specialize mod_eq_mul a - 0017
specialize mod_eq_mul e - 0018
specialize mod_eq_mul a - 0019
specialize mod_eq_mul e - 0020
apply mod_eq_mul - 0021
exact hmod - 0022
exact hmod - 0023
cases hcenter_right_right - 0024
specialize four_square_signed_opposite_remainder_square_congruent k - 0025
specialize four_square_signed_opposite_remainder_square_congruent a - 0026
specialize four_square_signed_opposite_remainder_square_congruent e - 0027
specialize four_square_signed_opposite_remainder_square_congruent x - 0028
apply four_square_signed_opposite_remainder_square_congruent - 0029
exact hcenter_right_right_witness