PP000A

prime_field_polynomial_repeat_exists

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

Construct a finite coefficient table containing exactly the chosen canonical coefficient at every position.

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 a l. (exists pfa_gap_repeat_domain. pfa_gap_repeat_domain + S (a) = (p)) -> exists b c. ((forall fom_index_pfp_repeat_table. (exists fom_gap_pfp_repeat_table_index_bound. fom_gap_pfp_repeat_table_index_bound + S (fom_index_pfp_repeat_table) = l) -> exists fom_value_pfp_repeat_table. ((((exists fom_beta_height_pfp_repeat_table_entry. fom_beta_height_pfp_repeat_table_entry + S (fom_value_pfp_repeat_table) = S ((S (fom_index_pfp_repeat_table)) * c)) /\ exists fom_beta_quotient_pfp_repeat_table_entry. b = fom_beta_quotient_pfp_repeat_table_entry * S ((S (fom_index_pfp_repeat_table)) * c) + (fom_value_pfp_repeat_table))) /\ (exists fom_gap_pfp_repeat_table_value_bound. fom_gap_pfp_repeat_table_value_bound + S (fom_value_pfp_repeat_table) = p))) /\ ((forall pfp_repeat_index_repeat_value. (exists pfa_gap_repeat_valueindex. pfa_gap_repeat_valueindex + S (pfp_repeat_index_repeat_value) = (l)) -> (((exists ff_h_pfp_repeat_valueentry. ff_h_pfp_repeat_valueentry + S (a) = S ((S (pfp_repeat_index_repeat_value)) * c)) /\ exists ff_q_pfp_repeat_valueentry. b = ff_q_pfp_repeat_valueentry * S ((S (pfp_repeat_index_repeat_value)) * c) + (a))))))

Constructive proof overview

Generated structural guide

Construct a finite coefficient table containing exactly the chosen canonical coefficient at every position.

The unchanged tactic script uses 2 declared prerequisites and contains 22 exact native proof lines.

Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable

Proof neighborhood

Direct dependencies

beta_repeat_exists Stable theorem; checked-use authorized PP0009 prime_field_polynomial_repeat_coefficients

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

22 script commands · 6 reading checkpoints · 1 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–4

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

  1. L1
    intro p
  2. L2
    intro a
  3. L3
    intro l
  4. L4
    intro ha
02Establish hrL5–8

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta repeat exists.

  1. L5
    have hr : exists b c. (forall pfp_repeat_index_repeat_chosen. (exists pfa_gap_repeat_chosenindex. pfa_gap_repeat_chosenindex + S (pfp_repeat_index_repeat_chosen) = (l)) -> (((exists ff_h_pfp_repeat_chosenentry. ff_h_pfp_repeat_chosenentry + S (a) = S ((S (pfp_repeat_index_repeat_chosen)) * c)) /\ exists ff_q_pfp_repeat_chosenentry. b = ff_q_pfp_repeat_chosenentry * S ((S (pfp_repeat_index_repeat_chosen)) * c) + (a))))
  2. L6
    specialize beta_repeat_exists (a)
  3. L7
    specialize beta_repeat_exists (l)
  4. L8
    apply beta_repeat_exists
03Separate the logical casesL9–10

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

  1. L9
    cases hr
  2. L10
    cases hr_witness
04Construct an explicit witnessL11–12

Supply the displayed value, then prove that it has the required property.

  1. L11
    exists x
  2. L12
    exists x1
05Separate the logical casesL13–13

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

  1. L13
    split
06Use earlier factsL14–22

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

  1. L14
    specialize prime_field_polynomial_repeat_coefficients (p)
  2. L15
    specialize prime_field_polynomial_repeat_coefficients (x)
  3. L16
    specialize prime_field_polynomial_repeat_coefficients (x1)
  4. L17
    specialize prime_field_polynomial_repeat_coefficients (a)
  5. L18
    specialize prime_field_polynomial_repeat_coefficients (l)
  6. L19
    apply prime_field_polynomial_repeat_coefficients
  7. L20
    exact ha
  8. L21
    exact hr_witness_witness
  9. L22
    exact hr_witness_witness

Library-wide reading audit

Original exact command ledger · 22 lines
  1. 0001intro p
  2. 0002intro a
  3. 0003intro l
  4. 0004intro ha
  5. 0005have hr : exists b c. (forall pfp_repeat_index_repeat_chosen. (exists pfa_gap_repeat_chosenindex. pfa_gap_repeat_chosenindex + S (pfp_repeat_index_repeat_chosen) = (l)) -> (((exists ff_h_pfp_repeat_chosenentry. ff_h_pfp_repeat_chosenentry + S (a) = S ((S (pfp_repeat_index_repeat_chosen)) * c)) /\ exists ff_q_pfp_repeat_chosenentry. b = ff_q_pfp_repeat_chosenentry * S ((S (pfp_repeat_index_repeat_chosen)) * c) + (a))))
  6. 0006specialize beta_repeat_exists (a)
  7. 0007specialize beta_repeat_exists (l)
  8. 0008apply beta_repeat_exists
  9. 0009cases hr
  10. 0010cases hr_witness
  11. 0011exists x
  12. 0012exists x1
  13. 0013split
  14. 0014specialize prime_field_polynomial_repeat_coefficients (p)
  15. 0015specialize prime_field_polynomial_repeat_coefficients (x)
  16. 0016specialize prime_field_polynomial_repeat_coefficients (x1)
  17. 0017specialize prime_field_polynomial_repeat_coefficients (a)
  18. 0018specialize prime_field_polynomial_repeat_coefficients (l)
  19. 0019apply prime_field_polynomial_repeat_coefficients
  20. 0020exact ha
  21. 0021exact hr_witness_witness
  22. 0022exact hr_witness_witness