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 ap an bp bn N k. (exists ee_real_square_scaled_source ee_imag_square_scaled_source. (((((ap) * (ap))) + (((an) * (an)))) = ((ee_real_square_scaled_source) + (((((ap) * (an))) + (((an) * (ap))))))) /\ ((((((bp) * (bp))) + (((bn) * (bn)))) = ((ee_imag_square_scaled_source) + (((((bp) * (bn))) + (((bn) * (bp))))))) /\ (N) = ee_real_square_scaled_source + 3 * ee_imag_square_scaled_source)) -> (exists ee_real_square_scaled_target ee_imag_square_scaled_target. (((((((k) * (ap))) * (((k) * (ap))))) + (((((k) * (an))) * (((k) * (an)))))) = ((ee_real_square_scaled_target) + (((((((k) * (ap))) * (((k) * (an))))) + (((((k) * (an))) * (((k) * (ap))))))))) /\ ((((((((k) * (bp))) * (((k) * (bp))))) + (((((k) * (bn))) * (((k) * (bn)))))) = ((ee_imag_square_scaled_target) + (((((((k) * (bp))) * (((k) * (bn))))) + (((((k) * (bn))) * (((k) * (bp))))))))) /\ ((k * k) * N) = ee_real_square_scaled_target + 3 * ee_imag_square_scaled_target))Constructive proof overview
Generated structural guide
Scaling both actual integer coordinates multiplies the weighted norm by the exact natural square of the scale.
The unchanged tactic script uses 5 declared prerequisites and contains 29 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
gaussian_signed_square_scaled Alpha theorem; checked-use authorized mul_add Stable theorem; checked-use authorized mul_assoc Stable theorem; checked-use authorized mul_comm Stable theorem; checked-use authorized natural_mul_swap_right_tail Alpha 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–7
02Separate the logical casesL8–11
03Construct an explicit witnessL12–13
04Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
split
05Use earlier factsL15–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
06Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
split
07Use earlier factsL22–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 29 lines
- 0001
intro ap - 0002
intro an - 0003
intro bp - 0004
intro bn - 0005
intro N - 0006
intro k - 0007
intro hnorm - 0008
cases hnorm - 0009
cases hnorm_witness - 0010
cases hnorm_witness_witness - 0011
cases hnorm_witness_witness_right - 0012
exists (k * k) * x - 0013
exists (k * k) * x1 - 0014
split - 0015
specialize gaussian_signed_square_scaled ap - 0016
specialize gaussian_signed_square_scaled an - 0017
specialize gaussian_signed_square_scaled x - 0018
specialize gaussian_signed_square_scaled k - 0019
apply gaussian_signed_square_scaled - 0020
exact hnorm_witness_witness_left - 0021
split - 0022
specialize gaussian_signed_square_scaled bp - 0023
specialize gaussian_signed_square_scaled bn - 0024
specialize gaussian_signed_square_scaled x1 - 0025
specialize gaussian_signed_square_scaled k - 0026
apply gaussian_signed_square_scaled - 0027
exact hnorm_witness_witness_right_left - 0028
rewrite hnorm_witness_witness_right_right - 0029
simp [mul_add, mul_assoc, mul_comm, natural_mul_swap_right_tail]