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 p h x y. p = 2 * h + 1 -> (exists fsri_gap_sum_x. fsri_gap_sum_x + (x) = (h)) -> (exists fsri_gap_sum_y. fsri_gap_sum_y + (y) = (h)) -> (exists fsri_gap_sum_result. fsri_gap_sum_result + S (x + y) = (p))Constructive proof overview
Generated structural guide
The sum of two inclusive odd-half coordinates is strictly below the modulus.
The unchanged tactic script uses 5 declared prerequisites and contains 35 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
add_le_add_right Stable theorem; checked-use authorized add_le_add_left Stable theorem; checked-use authorized le_trans Stable theorem; checked-use authorized FS0043 four_square_half_double_below_odd lt_of_le_of_lt 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–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add right.
03Establish hsecondL14–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
04Establish hboundedL20–29
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply le trans.
- L20
have hbounded : exists fsri_gap_sum_bounded. fsri_gap_sum_bounded + (x + y) = (h + h) - L21
specialize le_trans (x + y) - L22
specialize le_trans (h + y) - L23
specialize le_trans (h + h) - L24
apply le_trans - L25
exact hfirst - L26
exact hsecond - L27
specialize lt_of_le_of_lt (x + y) - L28
specialize lt_of_le_of_lt (h + h) - L29
specialize lt_of_le_of_lt p
05Use earlier factsL30–35
Original exact command ledger · 35 lines
- 0001
intro p - 0002
intro h - 0003
intro x - 0004
intro y - 0005
intro hodd - 0006
intro hx - 0007
intro hy - 0008
have hfirst : exists fsri_gap_sum_first. fsri_gap_sum_first + (x + y) = (h + y) - 0009
specialize add_le_add_right x - 0010
specialize add_le_add_right h - 0011
specialize add_le_add_right y - 0012
apply add_le_add_right - 0013
exact hx - 0014
have hsecond : exists fsri_gap_sum_second. fsri_gap_sum_second + (h + y) = (h + h) - 0015
specialize add_le_add_left y - 0016
specialize add_le_add_left h - 0017
specialize add_le_add_left h - 0018
apply add_le_add_left - 0019
exact hy - 0020
have hbounded : exists fsri_gap_sum_bounded. fsri_gap_sum_bounded + (x + y) = (h + h) - 0021
specialize le_trans (x + y) - 0022
specialize le_trans (h + y) - 0023
specialize le_trans (h + h) - 0024
apply le_trans - 0025
exact hfirst - 0026
exact hsecond - 0027
specialize lt_of_le_of_lt (x + y) - 0028
specialize lt_of_le_of_lt (h + h) - 0029
specialize lt_of_le_of_lt p - 0030
apply lt_of_le_of_lt - 0031
exact hbounded - 0032
specialize four_square_half_double_below_odd p - 0033
specialize four_square_half_double_below_odd h - 0034
apply four_square_half_double_below_odd - 0035
exact hodd