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 a b c d. (exists ge_real_code_decode_zero ge_imaginary_code_decode_zero. (((z) = ((ge_real_code_decode_zero) + (ge_imaginary_code_decode_zero)) * S ((ge_real_code_decode_zero) + (ge_imaginary_code_decode_zero)) + ((ge_imaginary_code_decode_zero) + (ge_imaginary_code_decode_zero))) /\ (((((ge_real_code_decode_zero) = 2 * (a) /\ (b) = 0) \/ exists ge_signed_half_ge_decode_zero_real. (((ge_real_code_decode_zero) = 2 * ge_signed_half_ge_decode_zero_real + 1 /\ (a) = 0) /\ (b) = S ge_signed_half_ge_decode_zero_real))) /\ ((((ge_imaginary_code_decode_zero) = 2 * (c) /\ (d) = 0) \/ exists ge_signed_half_ge_decode_zero_imaginary. (((ge_imaginary_code_decode_zero) = 2 * ge_signed_half_ge_decode_zero_imaginary + 1 /\ (c) = 0) /\ (d) = S ge_signed_half_ge_decode_zero_imaginary)))))) -> ((z = 0 -> (a = b /\ c = d)) /\ ((a = b /\ c = d) -> z = 0))Constructive proof overview
Generated structural guide
The unchanged normalized signed-coordinate decoding detects the zero pair code in both directions.
The unchanged tactic script uses 2 declared prerequisites and contains 19 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
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–6
02Use earlier factsL7–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
specialize gaussian_representation_zero_iff z - L8
specialize gaussian_representation_zero_iff a - L9
specialize gaussian_representation_zero_iff b - L10
specialize gaussian_representation_zero_iff c - L11
specialize gaussian_representation_zero_iff d - L12
apply gaussian_representation_zero_iff - L13
specialize gaussian_decode_representation z - L14
specialize gaussian_decode_representation a - L15
specialize gaussian_decode_representation b - L16
specialize gaussian_decode_representation c
Original exact command ledger · 19 lines
- 0001
intro z - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro d - 0006
intro hdecode - 0007
specialize gaussian_representation_zero_iff z - 0008
specialize gaussian_representation_zero_iff a - 0009
specialize gaussian_representation_zero_iff b - 0010
specialize gaussian_representation_zero_iff c - 0011
specialize gaussian_representation_zero_iff d - 0012
apply gaussian_representation_zero_iff - 0013
specialize gaussian_decode_representation z - 0014
specialize gaussian_decode_representation a - 0015
specialize gaussian_decode_representation b - 0016
specialize gaussian_decode_representation c - 0017
specialize gaussian_decode_representation d - 0018
apply gaussian_decode_representation - 0019
exact hdecode