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 zb zc l. (~((p) = 1) /\ forall pfa_factor_left_add_zero_prime pfa_factor_right_add_zero_prime. (p) = pfa_factor_left_add_zero_prime * pfa_factor_right_add_zero_prime -> pfa_factor_left_add_zero_prime = 1 \/ pfa_factor_right_add_zero_prime = 1) -> (forall fom_index_pfp_add_zero_coefficients. (exists fom_gap_pfp_add_zero_coefficients_index_bound. fom_gap_pfp_add_zero_coefficients_index_bound + S (fom_index_pfp_add_zero_coefficients) = l) -> exists fom_value_pfp_add_zero_coefficients. ((((exists fom_beta_height_pfp_add_zero_coefficients_entry. fom_beta_height_pfp_add_zero_coefficients_entry + S (fom_value_pfp_add_zero_coefficients) = S ((S (fom_index_pfp_add_zero_coefficients)) * c)) /\ exists fom_beta_quotient_pfp_add_zero_coefficients_entry. b = fom_beta_quotient_pfp_add_zero_coefficients_entry * S ((S (fom_index_pfp_add_zero_coefficients)) * c) + (fom_value_pfp_add_zero_coefficients))) /\ (exists fom_gap_pfp_add_zero_coefficients_value_bound. fom_gap_pfp_add_zero_coefficients_value_bound + S (fom_value_pfp_add_zero_coefficients) = p))) -> (forall pfp_repeat_index_add_zero_table. (exists pfa_gap_add_zero_tableindex. pfa_gap_add_zero_tableindex + S (pfp_repeat_index_add_zero_table) = (l)) -> (((exists ff_h_pfp_add_zero_tableentry. ff_h_pfp_add_zero_tableentry + S (0) = S ((S (pfp_repeat_index_add_zero_table)) * zc)) /\ exists ff_q_pfp_add_zero_tableentry. zb = ff_q_pfp_add_zero_tableentry * S ((S (pfp_repeat_index_add_zero_table)) * zc) + (0)))) -> (forall pfp_index_add_zero_result. (exists pfa_gap_add_zero_resultindex. pfa_gap_add_zero_resultindex + S (pfp_index_add_zero_result) = (l)) -> exists pfp_left_add_zero_result pfp_right_add_zero_result pfp_value_add_zero_result. ((((exists ff_h_pfp_add_zero_resultleft. ff_h_pfp_add_zero_resultleft + S (pfp_left_add_zero_result) = S ((S (pfp_index_add_zero_result)) * c)) /\ exists ff_q_pfp_add_zero_resultleft. b = ff_q_pfp_add_zero_resultleft * S ((S (pfp_index_add_zero_result)) * c) + (pfp_left_add_zero_result))) /\ (((((exists ff_h_pfp_add_zero_resultright. ff_h_pfp_add_zero_resultright + S (pfp_right_add_zero_result) = S ((S (pfp_index_add_zero_result)) * zc)) /\ exists ff_q_pfp_add_zero_resultright. zb = ff_q_pfp_add_zero_resultright * S ((S (pfp_index_add_zero_result)) * zc) + (pfp_right_add_zero_result))) /\ (((((exists ff_h_pfp_add_zero_resulttarget. ff_h_pfp_add_zero_resulttarget + S (pfp_value_add_zero_result) = S ((S (pfp_index_add_zero_result)) * c)) /\ exists ff_q_pfp_add_zero_resulttarget. b = ff_q_pfp_add_zero_resulttarget * S ((S (pfp_index_add_zero_result)) * c) + (pfp_value_add_zero_result))) /\ ((((exists pfa_gap_add_zero_resultoperationleft. pfa_gap_add_zero_resultoperationleft + S (pfp_left_add_zero_result) = (p)) /\ (((exists pfa_gap_add_zero_resultoperationright. pfa_gap_add_zero_resultoperationright + S (pfp_right_add_zero_result) = (p)) /\ ((((exists pfa_gap_add_zero_resultoperationresultbound. pfa_gap_add_zero_resultoperationresultbound + S (pfp_value_add_zero_result) = (p)) /\ ((exists pfa_offset_left_add_zero_resultoperationresultcongruence pfa_offset_right_add_zero_resultoperationresultcongruence. ((pfp_left_add_zero_result) + (pfp_right_add_zero_result)) + (p) * pfa_offset_left_add_zero_resultoperationresultcongruence = (pfp_value_add_zero_result) + (p) * pfa_offset_right_add_zero_resultoperationresultcongruence))))))))))))))))Constructive proof overview
Generated structural guide
An actual all-zero table is an additive identity at every finite representation length.
The unchanged tactic script uses 1 declared prerequisite and contains 33 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
prime_field_add_zero_right 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–10
02Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hi
03Establish haL12–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hc.
- L12
have ha : exists a. ((((exists ff_h_pfp_add_zero_chosen. ff_h_pfp_add_zero_chosen + S (a) = S ((S (i)) * c)) /\ exists ff_q_pfp_add_zero_chosen. b = ff_q_pfp_add_zero_chosen * S ((S (i)) * c) + (a))) /\ ((exists pfa_gap_add_zero_bound. pfa_gap_add_zero_bound + S (a) = (p)))) - L13
specialize hc (i) - L14
apply hc - L15
exact hi
04Separate the logical casesL16–17
05Construct an explicit witnessL18–20
06Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
split
07Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact ha_witness_left
08Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
split
09Use earlier factsL24–26
10Separate the logical casesL27–27
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L27
split
Original exact command ledger · 33 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro zb - 0005
intro zc - 0006
intro l - 0007
intro hp - 0008
intro hc - 0009
intro hz - 0010
intro i - 0011
intro hi - 0012
have ha : exists a. ((((exists ff_h_pfp_add_zero_chosen. ff_h_pfp_add_zero_chosen + S (a) = S ((S (i)) * c)) /\ exists ff_q_pfp_add_zero_chosen. b = ff_q_pfp_add_zero_chosen * S ((S (i)) * c) + (a))) /\ ((exists pfa_gap_add_zero_bound. pfa_gap_add_zero_bound + S (a) = (p)))) - 0013
specialize hc (i) - 0014
apply hc - 0015
exact hi - 0016
cases ha - 0017
cases ha_witness - 0018
exists x - 0019
exists 0 - 0020
exists x - 0021
split - 0022
exact ha_witness_left - 0023
split - 0024
specialize hz (i) - 0025
apply hz - 0026
exact hi - 0027
split - 0028
exact ha_witness_left - 0029
specialize prime_field_add_zero_right (p) - 0030
specialize prime_field_add_zero_right (x) - 0031
apply prime_field_add_zero_right - 0032
exact hp - 0033
exact ha_witness_right