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 z D N. (exists gr_search_real_coordinates_old gr_search_imaginary_coordinates_old. (((z)=((gr_search_real_coordinates_old) + (gr_search_imaginary_coordinates_old)) * S ((gr_search_real_coordinates_old) + (gr_search_imaginary_coordinates_old)) + ((gr_search_imaginary_coordinates_old) + (gr_search_imaginary_coordinates_old))) /\ ((exists ge_gap_coordinates_oldreal_bound. ge_gap_coordinates_oldreal_bound + (gr_search_real_coordinates_old) = (2*(D))) /\ (exists ge_gap_coordinates_oldimaginary_bound. ge_gap_coordinates_oldimaginary_bound + (gr_search_imaginary_coordinates_old) = (2*(D)))))) -> (exists ge_gap_coordinates_bound_order. ge_gap_coordinates_bound_order + (D) = (N)) -> (exists gr_search_real_coordinates_new gr_search_imaginary_coordinates_new. (((z)=((gr_search_real_coordinates_new) + (gr_search_imaginary_coordinates_new)) * S ((gr_search_real_coordinates_new) + (gr_search_imaginary_coordinates_new)) + ((gr_search_imaginary_coordinates_new) + (gr_search_imaginary_coordinates_new))) /\ ((exists ge_gap_coordinates_newreal_bound. ge_gap_coordinates_newreal_bound + (gr_search_real_coordinates_new) = (2*(N))) /\ (exists ge_gap_coordinates_newimaginary_bound. ge_gap_coordinates_newimaginary_bound + (gr_search_imaginary_coordinates_new) = (2*(N))))))Constructive proof overview
Generated structural guide
A larger norm bound preserves the two actual finite signed-coordinate bounds.
The unchanged tactic script uses 2 declared prerequisites and contains 32 exact native proof lines.
Alpha v34 checked-use · first admitted v30 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mul_le_mul_left Stable theorem; checked-use authorized le_trans 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.
01Fix variables and assumptionsL1–5
02Separate the logical casesL6–9
03Establish hscaleL10–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul le mul left.
04Construct an explicit witnessL16–17
05Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
split
06Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact hc_witness_witness_left
07Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
split
08Use earlier factsL21–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 32 lines
- 0001
intro z - 0002
intro D - 0003
intro N - 0004
intro hc - 0005
intro hb - 0006
cases hc - 0007
cases hc_witness - 0008
cases hc_witness_witness - 0009
cases hc_witness_witness_right - 0010
have hscale : (exists ge_gap_coordinates_scaled_order. ge_gap_coordinates_scaled_order + (2*D) = (2*N)) - 0011
specialize mul_le_mul_left (D) - 0012
specialize mul_le_mul_left (N) - 0013
specialize mul_le_mul_left (2) - 0014
apply mul_le_mul_left - 0015
exact hb - 0016
exists (x) - 0017
exists (x1) - 0018
split - 0019
exact hc_witness_witness_left - 0020
split - 0021
specialize le_trans (x) - 0022
specialize le_trans (2*D) - 0023
specialize le_trans (2*N) - 0024
apply le_trans - 0025
exact hc_witness_witness_right_left - 0026
exact hscale - 0027
specialize le_trans (x1) - 0028
specialize le_trans (2*D) - 0029
specialize le_trans (2*N) - 0030
apply le_trans - 0031
exact hc_witness_witness_right_right - 0032
exact hscale