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_decoded_representation ge_imaginary_code_decoded_representation. (((z) = ((ge_real_code_decoded_representation) + (ge_imaginary_code_decoded_representation)) * S ((ge_real_code_decoded_representation) + (ge_imaginary_code_decoded_representation)) + ((ge_imaginary_code_decoded_representation) + (ge_imaginary_code_decoded_representation))) /\ (((((ge_real_code_decoded_representation) = 2 * (a) /\ (b) = 0) \/ exists ge_signed_half_ge_decoded_representation_real. (((ge_real_code_decoded_representation) = 2 * ge_signed_half_ge_decoded_representation_real + 1 /\ (a) = 0) /\ (b) = S ge_signed_half_ge_decoded_representation_real))) /\ ((((ge_imaginary_code_decoded_representation) = 2 * (c) /\ (d) = 0) \/ exists ge_signed_half_ge_decoded_representation_imaginary. (((ge_imaginary_code_decoded_representation) = 2 * ge_signed_half_ge_decoded_representation_imaginary + 1 /\ (c) = 0) /\ (d) = S ge_signed_half_ge_decoded_representation_imaginary)))))) -> (exists ge_representation_real_code_decoded_representation_target ge_representation_imaginary_code_decoded_representation_target. (((z) = ((ge_representation_real_code_decoded_representation_target) + (ge_representation_imaginary_code_decoded_representation_target)) * S ((ge_representation_real_code_decoded_representation_target) + (ge_representation_imaginary_code_decoded_representation_target)) + ((ge_representation_imaginary_code_decoded_representation_target) + (ge_representation_imaginary_code_decoded_representation_target))) /\ ((exists ge_balance_positive_decoded_representation_targetreal ge_balance_negative_decoded_representation_targetreal. (((((ge_representation_real_code_decoded_representation_target) = 2 * (ge_balance_positive_decoded_representation_targetreal) /\ (ge_balance_negative_decoded_representation_targetreal) = 0) \/ exists ge_signed_half_decoded_representation_targetrealdecode. (((ge_representation_real_code_decoded_representation_target) = 2 * ge_signed_half_decoded_representation_targetrealdecode + 1 /\ (ge_balance_positive_decoded_representation_targetreal) = 0) /\ (ge_balance_negative_decoded_representation_targetreal) = S ge_signed_half_decoded_representation_targetrealdecode))) /\ ((a) + ge_balance_negative_decoded_representation_targetreal = (b) + ge_balance_positive_decoded_representation_targetreal))) /\ (exists ge_balance_positive_decoded_representation_targetimaginary ge_balance_negative_decoded_representation_targetimaginary. (((((ge_representation_imaginary_code_decoded_representation_target) = 2 * (ge_balance_positive_decoded_representation_targetimaginary) /\ (ge_balance_negative_decoded_representation_targetimaginary) = 0) \/ exists ge_signed_half_decoded_representation_targetimaginarydecode. (((ge_representation_imaginary_code_decoded_representation_target) = 2 * ge_signed_half_decoded_representation_targetimaginarydecode + 1 /\ (ge_balance_positive_decoded_representation_targetimaginary) = 0) /\ (ge_balance_negative_decoded_representation_targetimaginary) = S ge_signed_half_decoded_representation_targetimaginarydecode))) /\ ((c) + ge_balance_negative_decoded_representation_targetimaginary = (d) + ge_balance_positive_decoded_representation_targetimaginary))))))Constructive proof overview
Generated structural guide
Every normalized Gaussian decoding also represents its two actual integer coordinates.
The unchanged tactic script uses 1 declared prerequisite and contains 25 exact native proof lines.
Alpha v34 checked-use · first admitted v28 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
signed_decode_to_balance 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–6
02Separate the logical casesL7–10
03Construct an explicit witnessL11–12
04Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
split
05Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hdecode_witness_witness_left
06Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
07Use earlier factsL16–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
specialize signed_decode_to_balance x - L17
specialize signed_decode_to_balance a - L18
specialize signed_decode_to_balance b - L19
apply signed_decode_to_balance - L20
exact hdecode_witness_witness_right_left - L21
specialize signed_decode_to_balance x1 - L22
specialize signed_decode_to_balance c - L23
specialize signed_decode_to_balance d - L24
apply signed_decode_to_balance - L25
exact hdecode_witness_witness_right_right
Original exact command ledger · 25 lines
- 0001
intro z - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro d - 0006
intro hdecode - 0007
cases hdecode - 0008
cases hdecode_witness - 0009
cases hdecode_witness_witness - 0010
cases hdecode_witness_witness_right - 0011
exists x - 0012
exists x1 - 0013
split - 0014
exact hdecode_witness_witness_left - 0015
split - 0016
specialize signed_decode_to_balance x - 0017
specialize signed_decode_to_balance a - 0018
specialize signed_decode_to_balance b - 0019
apply signed_decode_to_balance - 0020
exact hdecode_witness_witness_right_left - 0021
specialize signed_decode_to_balance x1 - 0022
specialize signed_decode_to_balance c - 0023
specialize signed_decode_to_balance d - 0024
apply signed_decode_to_balance - 0025
exact hdecode_witness_witness_right_right