PX0021

prime_field_polynomial_zero_power_coefficient

Alpha v34 independently verified · alpha_closed; checked-use authorized; not Stable

Every formal power coefficient of an actual zero prefix is zero, including exterior powers.

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=0

Constructive 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_bound

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

26 script commands · 6 reading checkpoints · 0 local claims

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

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro b
  2. L2
    intro c
  3. L3
    intro L
  4. L4
    intro k
  5. L5
    intro a
  6. L6
    intro hz
  7. L7
    intro ha
02Separate the logical casesL8–10

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L8
    cases ha
  2. L9
    cases ha_left
  3. L10
    cases ha_left_witness
03Use earlier factsL11–20

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L11
    specialize beta_repeat_entry_eq (b)
  2. L12
    specialize beta_repeat_entry_eq (c)
  3. L13
    specialize beta_repeat_entry_eq (0)
  4. L14
    specialize beta_repeat_entry_eq (L)
  5. L15
    specialize beta_repeat_entry_eq (x)
  6. L16
    specialize beta_repeat_entry_eq (a)
  7. L17
    apply beta_repeat_entry_eq
  8. L18
    exact hz
  9. L19
    specialize prime_field_polynomial_power_index_bound (x)
  10. L20
    specialize prime_field_polynomial_power_index_bound (k)
04Use earlier factsL21–24

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L21
    specialize prime_field_polynomial_power_index_bound (L)
  2. L22
    apply prime_field_polynomial_power_index_bound
  3. L23
    exact ha_left_witness_left
  4. L24
    exact ha_left_witness_right
05Separate the logical casesL25–25

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L25
    cases ha_right
06Use earlier factsL26–26

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L26
    exact ha_right_right

Library-wide reading audit

Original exact command ledger · 26 lines
  1. 0001intro b
  2. 0002intro c
  3. 0003intro L
  4. 0004intro k
  5. 0005intro a
  6. 0006intro hz
  7. 0007intro ha
  8. 0008cases ha
  9. 0009cases ha_left
  10. 0010cases ha_left_witness
  11. 0011specialize beta_repeat_entry_eq (b)
  12. 0012specialize beta_repeat_entry_eq (c)
  13. 0013specialize beta_repeat_entry_eq (0)
  14. 0014specialize beta_repeat_entry_eq (L)
  15. 0015specialize beta_repeat_entry_eq (x)
  16. 0016specialize beta_repeat_entry_eq (a)
  17. 0017apply beta_repeat_entry_eq
  18. 0018exact hz
  19. 0019specialize prime_field_polynomial_power_index_bound (x)
  20. 0020specialize prime_field_polynomial_power_index_bound (k)
  21. 0021specialize prime_field_polynomial_power_index_bound (L)
  22. 0022apply prime_field_polynomial_power_index_bound
  23. 0023exact ha_left_witness_left
  24. 0024exact ha_left_witness_right
  25. 0025cases ha_right
  26. 0026exact ha_right_right