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 b c L k a. (forall pfp_repeat_index_zero_power_source. (exists pfa_gap_zero_power_sourceindex. pfa_gap_zero_power_sourceindex + S (pfp_repeat_index_zero_power_source) = (L)) -> (((exists ff_h_pfp_zero_power_sourceentry. ff_h_pfp_zero_power_sourceentry + S (0) = S ((S (pfp_repeat_index_zero_power_source)) * c)) /\ exists ff_q_pfp_zero_power_sourceentry. b = ff_q_pfp_zero_power_sourceentry * S ((S (pfp_repeat_index_zero_power_source)) * c) + (0)))) -> ((exists pfrep_position_zero_power_entry. ((pfrep_position_zero_power_entry+S (k)=(L)) /\ ((((exists ff_h_pfp_zero_power_entryentry. ff_h_pfp_zero_power_entryentry + S (a) = S ((S (pfrep_position_zero_power_entry)) * c)) /\ exists ff_q_pfp_zero_power_entryentry. b = ff_q_pfp_zero_power_entryentry * S ((S (pfrep_position_zero_power_entry)) * c) + (a)))))) \/ (((exists pfrep_gap_zero_power_entryoutside. pfrep_gap_zero_power_entryoutside+(L)=(k)) /\ (((a)=0))))) -> a=0Constructive proof overview
Generated structural guide
Every formal power coefficient of an actual zero prefix is zero, including exterior powers.
The unchanged tactic script uses 2 declared prerequisites and contains 26 exact native proof lines.
Alpha v34 checked-use · first admitted v33 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_repeat_entry_eq Alpha theorem; checked-use authorized PX0009 prime_field_polynomial_power_index_boundDirect 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 (1)
01Fix variables and assumptionsL1–7
02Separate the logical casesL8–10
03Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize beta_repeat_entry_eq (b) - L12
specialize beta_repeat_entry_eq (c) - L13
specialize beta_repeat_entry_eq (0) - L14
specialize beta_repeat_entry_eq (L) - L15
specialize beta_repeat_entry_eq (x) - L16
specialize beta_repeat_entry_eq (a) - L17
apply beta_repeat_entry_eq - L18
exact hz - L19
specialize prime_field_polynomial_power_index_bound (x) - L20
specialize prime_field_polynomial_power_index_bound (k)
04Use earlier factsL21–24
05Separate the logical casesL25–25
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L25
cases ha_right
06Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
exact ha_right_right
Original exact command ledger · 26 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
intro k - 0005
intro a - 0006
intro hz - 0007
intro ha - 0008
cases ha - 0009
cases ha_left - 0010
cases ha_left_witness - 0011
specialize beta_repeat_entry_eq (b) - 0012
specialize beta_repeat_entry_eq (c) - 0013
specialize beta_repeat_entry_eq (0) - 0014
specialize beta_repeat_entry_eq (L) - 0015
specialize beta_repeat_entry_eq (x) - 0016
specialize beta_repeat_entry_eq (a) - 0017
apply beta_repeat_entry_eq - 0018
exact hz - 0019
specialize prime_field_polynomial_power_index_bound (x) - 0020
specialize prime_field_polynomial_power_index_bound (k) - 0021
specialize prime_field_polynomial_power_index_bound (L) - 0022
apply prime_field_polynomial_power_index_bound - 0023
exact ha_left_witness_left - 0024
exact ha_left_witness_right - 0025
cases ha_right - 0026
exact ha_right_right