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_coefficientsDirect 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–4
02Establish hrL5–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta repeat exists.
- 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)))) - L6
specialize beta_repeat_exists (a) - L7
specialize beta_repeat_exists (l) - L8
apply beta_repeat_exists
03Separate the logical casesL9–10
04Construct an explicit witnessL11–12
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
split
06Use earlier factsL14–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize prime_field_polynomial_repeat_coefficients (p) - L15
specialize prime_field_polynomial_repeat_coefficients (x) - L16
specialize prime_field_polynomial_repeat_coefficients (x1) - L17
specialize prime_field_polynomial_repeat_coefficients (a) - L18
specialize prime_field_polynomial_repeat_coefficients (l) - L19
apply prime_field_polynomial_repeat_coefficients - L20
exact ha - L21
exact hr_witness_witness - L22
exact hr_witness_witness
Original exact command ledger · 22 lines
- 0001
intro p - 0002
intro a - 0003
intro l - 0004
intro ha - 0005
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)))) - 0006
specialize beta_repeat_exists (a) - 0007
specialize beta_repeat_exists (l) - 0008
apply beta_repeat_exists - 0009
cases hr - 0010
cases hr_witness - 0011
exists x - 0012
exists x1 - 0013
split - 0014
specialize prime_field_polynomial_repeat_coefficients (p) - 0015
specialize prime_field_polynomial_repeat_coefficients (x) - 0016
specialize prime_field_polynomial_repeat_coefficients (x1) - 0017
specialize prime_field_polynomial_repeat_coefficients (a) - 0018
specialize prime_field_polynomial_repeat_coefficients (l) - 0019
apply prime_field_polynomial_repeat_coefficients - 0020
exact ha - 0021
exact hr_witness_witness - 0022
exact hr_witness_witness