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 expanded first-order arithmetic statement
forall F n d z. (d=0 \/ ~(exists pvs_factor_zero_guard. (n) = (d) * pvs_factor_zero_guard)) -> ((((~((d)=0)) /\ (exists dm_quotient_zero_mask. (((n)=(d)*dm_quotient_zero_mask) /\ (exists dst_positive_code_zero_maskinput dst_positive_scale_zero_maskinput dst_negative_code_zero_maskinput dst_negative_scale_zero_maskinput dst_positive_zero_maskinput dst_negative_zero_maskinput. (((F) = (((((dst_positive_code_zero_maskinput) + (dst_positive_scale_zero_maskinput)) * S ((dst_positive_code_zero_maskinput) + (dst_positive_scale_zero_maskinput)) + ((dst_positive_scale_zero_maskinput) + (dst_positive_scale_zero_maskinput))) + (((dst_negative_code_zero_maskinput) + (dst_negative_scale_zero_maskinput)) * S ((dst_negative_code_zero_maskinput) + (dst_negative_scale_zero_maskinput)) + ((dst_negative_scale_zero_maskinput) + (dst_negative_scale_zero_maskinput)))) * S ((((dst_positive_code_zero_maskinput) + (dst_positive_scale_zero_maskinput)) * S ((dst_positive_code_zero_maskinput) + (dst_positive_scale_zero_maskinput)) + ((dst_positive_scale_zero_maskinput) + (dst_positive_scale_zero_maskinput))) + (((dst_negative_code_zero_maskinput) + (dst_negative_scale_zero_maskinput)) * S ((dst_negative_code_zero_maskinput) + (dst_negative_scale_zero_maskinput)) + ((dst_negative_scale_zero_maskinput) + (dst_negative_scale_zero_maskinput)))) + ((((dst_negative_code_zero_maskinput) + (dst_negative_scale_zero_maskinput)) * S ((dst_negative_code_zero_maskinput) + (dst_negative_scale_zero_maskinput)) + ((dst_negative_scale_zero_maskinput) + (dst_negative_scale_zero_maskinput))) + (((dst_negative_code_zero_maskinput) + (dst_negative_scale_zero_maskinput)) * S ((dst_negative_code_zero_maskinput) + (dst_negative_scale_zero_maskinput)) + ((dst_negative_scale_zero_maskinput) + (dst_negative_scale_zero_maskinput)))))) /\ (((((exists ff_h_pvs_zero_maskinputpositive. ff_h_pvs_zero_maskinputpositive + S (dst_positive_zero_maskinput) = S ((S (d)) * dst_positive_scale_zero_maskinput)) /\ exists ff_q_pvs_zero_maskinputpositive. dst_positive_code_zero_maskinput = ff_q_pvs_zero_maskinputpositive * S ((S (d)) * dst_positive_scale_zero_maskinput) + (dst_positive_zero_maskinput))) /\ (((((exists ff_h_pvs_zero_maskinputnegative. ff_h_pvs_zero_maskinputnegative + S (dst_negative_zero_maskinput) = S ((S (d)) * dst_negative_scale_zero_maskinput)) /\ exists ff_q_pvs_zero_maskinputnegative. dst_negative_code_zero_maskinput = ff_q_pvs_zero_maskinputnegative * S ((S (d)) * dst_negative_scale_zero_maskinput) + (dst_negative_zero_maskinput))) /\ (exists ge_balance_positive_zero_maskinputvalue ge_balance_negative_zero_maskinputvalue. (((((z) = 2 * (ge_balance_positive_zero_maskinputvalue) /\ (ge_balance_negative_zero_maskinputvalue) = 0) \/ exists ge_signed_half_zero_maskinputvaluedecode. (((z) = 2 * ge_signed_half_zero_maskinputvaluedecode + 1 /\ (ge_balance_positive_zero_maskinputvalue) = 0) /\ (ge_balance_negative_zero_maskinputvalue) = S ge_signed_half_zero_maskinputvaluedecode))) /\ ((dst_positive_zero_maskinput) + ge_balance_negative_zero_maskinputvalue = (dst_negative_zero_maskinput) + ge_balance_positive_zero_maskinputvalue))))))))))))) \/ ((((d)=0 \/ ~(exists pvs_factor_zero_masknondivisor. (n) = (d) * pvs_factor_zero_masknondivisor)) /\ ((z)=0)))) -> z=0Constructive proof overview
Generated structural guide
Every omitted index is exactly canonical zero, including the explicit d=0 branch for arbitrary F(0).
The unchanged tactic script uses 0 declared prerequisites and contains 19 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · 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.
01Fix variables and assumptionsL1–6
02Separate the logical casesL7–12
03Use earlier factsL13–15
04Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists x
05Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact he_left_right_witness_left
06Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
cases he_right
07Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact he_right_right
Original exact command ledger · 19 lines
- 0001
intro F - 0002
intro n - 0003
intro d - 0004
intro z - 0005
intro hc - 0006
intro he - 0007
cases he - 0008
cases he_left - 0009
cases he_left_right - 0010
cases he_left_right_witness - 0011
exfalso - 0012
cases hc - 0013
apply he_left_left - 0014
exact hc_left - 0015
apply hc_right - 0016
exists x - 0017
exact he_left_right_witness_left - 0018
cases he_right - 0019
exact he_right_right