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 s a b. ((~(p = 1) /\ forall frm_prime_left_ftsp_prime frm_prime_right_ftsp_prime. p = frm_prime_left_ftsp_prime * frm_prime_right_ftsp_prime -> frm_prime_left_ftsp_prime = 1 \/ frm_prime_right_ftsp_prime = 1)) -> (((exists bcs_sqrt_lower_gap_ftsp_prime_floor. bcs_sqrt_lower_gap_ftsp_prime_floor + (s) * (s) = (p)) /\ exists bcs_sqrt_upper_gap_ftsp_prime_floor. bcs_sqrt_upper_gap_ftsp_prime_floor + S (p) = S (s) * S (s))) -> (exists ftsp_weak_norm_first_bound. ftsp_weak_norm_first_bound + (a) = s) -> (exists ftsp_weak_norm_second_bound. ftsp_weak_norm_second_bound + (b) = s) -> (exists ftsp_gap_norm_upper. ftsp_gap_norm_upper + S (a * a + b * b) = p + p)Constructive proof overview
Generated structural guide
Any two coordinates bounded by the prime floor square root have norm strictly below twice the prime.
The unchanged tactic script uses 2 declared prerequisites and contains 30 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
Direct 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–8
02Establish hfirstsquareL9–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime floor bounded coordinate square strict.
- L9
have hfirstsquare : exists k. k + S (a * a) = p - L10
specialize prime_floor_bounded_coordinate_square_strict p - L11
specialize prime_floor_bounded_coordinate_square_strict s - L12
specialize prime_floor_bounded_coordinate_square_strict a - L13
apply prime_floor_bounded_coordinate_square_strict - L14
exact hprime - L15
exact hfloor - L16
exact hfirst
03Establish hsecondsquareL17–26
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime floor bounded coordinate square strict.
- L17
have hsecondsquare : exists k. k + S (b * b) = p - L18
specialize prime_floor_bounded_coordinate_square_strict p - L19
specialize prime_floor_bounded_coordinate_square_strict s - L20
specialize prime_floor_bounded_coordinate_square_strict b - L21
apply prime_floor_bounded_coordinate_square_strict - L22
exact hprime - L23
exact hfloor - L24
exact hsecond - L25
specialize two_strict_values_sum_below_double (a * a) - L26
specialize two_strict_values_sum_below_double (b * b)
Original exact command ledger · 30 lines
- 0001
intro p - 0002
intro s - 0003
intro a - 0004
intro b - 0005
intro hprime - 0006
intro hfloor - 0007
intro hfirst - 0008
intro hsecond - 0009
have hfirstsquare : exists k. k + S (a * a) = p - 0010
specialize prime_floor_bounded_coordinate_square_strict p - 0011
specialize prime_floor_bounded_coordinate_square_strict s - 0012
specialize prime_floor_bounded_coordinate_square_strict a - 0013
apply prime_floor_bounded_coordinate_square_strict - 0014
exact hprime - 0015
exact hfloor - 0016
exact hfirst - 0017
have hsecondsquare : exists k. k + S (b * b) = p - 0018
specialize prime_floor_bounded_coordinate_square_strict p - 0019
specialize prime_floor_bounded_coordinate_square_strict s - 0020
specialize prime_floor_bounded_coordinate_square_strict b - 0021
apply prime_floor_bounded_coordinate_square_strict - 0022
exact hprime - 0023
exact hfloor - 0024
exact hsecond - 0025
specialize two_strict_values_sum_below_double (a * a) - 0026
specialize two_strict_values_sum_below_double (b * b) - 0027
specialize two_strict_values_sum_below_double p - 0028
apply two_strict_values_sum_below_double - 0029
exact hfirstsquare - 0030
exact hsecondsquare