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 p b c l. (~((p) = 1) /\ forall pfa_factor_left_neg_zero_prime pfa_factor_right_neg_zero_prime. (p) = pfa_factor_left_neg_zero_prime * pfa_factor_right_neg_zero_prime -> pfa_factor_left_neg_zero_prime = 1 \/ pfa_factor_right_neg_zero_prime = 1) -> (forall pfp_repeat_index_neg_zero_prefix. (exists pfa_gap_neg_zero_prefixindex. pfa_gap_neg_zero_prefixindex + S (pfp_repeat_index_neg_zero_prefix) = (l)) -> (((exists ff_h_pfp_neg_zero_prefixentry. ff_h_pfp_neg_zero_prefixentry + S (0) = S ((S (pfp_repeat_index_neg_zero_prefix)) * c)) /\ exists ff_q_pfp_neg_zero_prefixentry. b = ff_q_pfp_neg_zero_prefixentry * S ((S (pfp_repeat_index_neg_zero_prefix)) * c) + (0)))) -> (forall pfs_index_neg_zero_result. (exists pfa_gap_neg_zero_resultindex. pfa_gap_neg_zero_resultindex + S (pfs_index_neg_zero_result) = (l)) -> exists pfs_source_neg_zero_result pfs_result_neg_zero_result. ((((exists ff_h_pfp_neg_zero_resultsource. ff_h_pfp_neg_zero_resultsource + S (pfs_source_neg_zero_result) = S ((S (pfs_index_neg_zero_result)) * c)) /\ exists ff_q_pfp_neg_zero_resultsource. b = ff_q_pfp_neg_zero_resultsource * S ((S (pfs_index_neg_zero_result)) * c) + (pfs_source_neg_zero_result))) /\ (((((exists ff_h_pfp_neg_zero_resultresult. ff_h_pfp_neg_zero_resultresult + S (pfs_result_neg_zero_result) = S ((S (pfs_index_neg_zero_result)) * c)) /\ exists ff_q_pfp_neg_zero_resultresult. b = ff_q_pfp_neg_zero_resultresult * S ((S (pfs_index_neg_zero_result)) * c) + (pfs_result_neg_zero_result))) /\ ((((exists pfa_gap_neg_zero_resultoperationadditionleft. pfa_gap_neg_zero_resultoperationadditionleft + S (pfs_source_neg_zero_result) = (p)) /\ (((exists pfa_gap_neg_zero_resultoperationadditionright. pfa_gap_neg_zero_resultoperationadditionright + S (pfs_result_neg_zero_result) = (p)) /\ ((((exists pfa_gap_neg_zero_resultoperationadditionresultbound. pfa_gap_neg_zero_resultoperationadditionresultbound + S (0) = (p)) /\ ((exists pfa_offset_left_neg_zero_resultoperationadditionresultcongruence pfa_offset_right_neg_zero_resultoperationadditionresultcongruence. ((pfs_source_neg_zero_result) + (pfs_result_neg_zero_result)) + (p) * pfa_offset_left_neg_zero_resultoperationadditionresultcongruence = (0) + (p) * pfa_offset_right_neg_zero_resultoperationadditionresultcongruence))))))))))))))Constructive proof overview
Generated structural guide
A genuinely encoded all-zero coefficient prefix is its own additive inverse.
The unchanged tactic script uses 2 declared prerequisites and contains 25 exact native proof lines.
Alpha v34 checked-use · first admitted v32 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
prime_field_add_zero_right Alpha theorem; checked-use authorized prime_field_zero_below_prime 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–8
02Construct an explicit witnessL9–10
03Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
split
04Use earlier factsL12–14
05Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
06Use earlier factsL16–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 25 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro l - 0005
intro hp - 0006
intro hz - 0007
intro i - 0008
intro hi - 0009
exists 0 - 0010
exists 0 - 0011
split - 0012
specialize hz (i) - 0013
apply hz - 0014
exact hi - 0015
split - 0016
specialize hz (i) - 0017
apply hz - 0018
exact hi - 0019
specialize prime_field_add_zero_right (p) - 0020
specialize prime_field_add_zero_right (0) - 0021
apply prime_field_add_zero_right - 0022
exact hp - 0023
specialize prime_field_zero_below_prime (p) - 0024
apply prime_field_zero_below_prime - 0025
exact hp