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 N e f. ~(N = 0) -> (exists ge_gap_first_half. ge_gap_first_half + (e + e) = (N)) -> (exists ge_gap_second_half. ge_gap_second_half + (f + f) = (N)) -> (exists ge_gap_two_half_norm. ge_gap_two_half_norm + S (e * e + f * f) = (N * N))Constructive proof overview
Generated structural guide
The sum of two genuinely half-bounded coordinate squares is strictly below the positive modulus square; no parity or positive-remainder assumption is needed.
The unchanged tactic script uses 6 declared prerequisites and contains 43 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
le_total Stable theorem; checked-use authorized natural_square_monotone_expanded Alpha theorem; checked-use authorized add_le_add_right Stable theorem; checked-use authorized add_le_add_left Stable theorem; checked-use authorized lt_of_le_of_lt Stable theorem; checked-use authorized GI0037 gaussian_half_double_square_strictDirect 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–6
02Use earlier factsL7–8
03Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases le_total
04Use earlier factsL10–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
specialize lt_of_le_of_lt e * e + f * f - L11
specialize lt_of_le_of_lt f * f + f * f - L12
specialize lt_of_le_of_lt N * N - L13
apply lt_of_le_of_lt - L14
specialize add_le_add_right e * e - L15
specialize add_le_add_right f * f - L16
specialize add_le_add_right f * f - L17
apply add_le_add_right - L18
specialize natural_square_monotone_expanded e - L19
specialize natural_square_monotone_expanded f
05Use earlier factsL20–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply natural_square_monotone_expanded - L21
exact le_total_left - L22
specialize gaussian_half_double_square_strict N - L23
specialize gaussian_half_double_square_strict f - L24
apply gaussian_half_double_square_strict - L25
exact hN - L26
exact hf - L27
specialize lt_of_le_of_lt e * e + f * f - L28
specialize lt_of_le_of_lt e * e + e * e - L29
specialize lt_of_le_of_lt N * N
06Use earlier factsL30–39
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
apply lt_of_le_of_lt - L31
specialize add_le_add_left f * f - L32
specialize add_le_add_left e * e - L33
specialize add_le_add_left e * e - L34
apply add_le_add_left - L35
specialize natural_square_monotone_expanded f - L36
specialize natural_square_monotone_expanded e - L37
apply natural_square_monotone_expanded - L38
exact le_total_right - L39
specialize gaussian_half_double_square_strict N
Original exact command ledger · 43 lines
- 0001
intro N - 0002
intro e - 0003
intro f - 0004
intro hN - 0005
intro he - 0006
intro hf - 0007
specialize le_total e - 0008
specialize le_total f - 0009
cases le_total - 0010
specialize lt_of_le_of_lt e * e + f * f - 0011
specialize lt_of_le_of_lt f * f + f * f - 0012
specialize lt_of_le_of_lt N * N - 0013
apply lt_of_le_of_lt - 0014
specialize add_le_add_right e * e - 0015
specialize add_le_add_right f * f - 0016
specialize add_le_add_right f * f - 0017
apply add_le_add_right - 0018
specialize natural_square_monotone_expanded e - 0019
specialize natural_square_monotone_expanded f - 0020
apply natural_square_monotone_expanded - 0021
exact le_total_left - 0022
specialize gaussian_half_double_square_strict N - 0023
specialize gaussian_half_double_square_strict f - 0024
apply gaussian_half_double_square_strict - 0025
exact hN - 0026
exact hf - 0027
specialize lt_of_le_of_lt e * e + f * f - 0028
specialize lt_of_le_of_lt e * e + e * e - 0029
specialize lt_of_le_of_lt N * N - 0030
apply lt_of_le_of_lt - 0031
specialize add_le_add_left f * f - 0032
specialize add_le_add_left e * e - 0033
specialize add_le_add_left e * e - 0034
apply add_le_add_left - 0035
specialize natural_square_monotone_expanded f - 0036
specialize natural_square_monotone_expanded e - 0037
apply natural_square_monotone_expanded - 0038
exact le_total_right - 0039
specialize gaussian_half_double_square_strict N - 0040
specialize gaussian_half_double_square_strict e - 0041
apply gaussian_half_double_square_strict - 0042
exact hN - 0043
exact he