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 d e k a. (((forall mdr_i_pfp_shift_power_successor_relationprefix mdr_a_pfp_shift_power_successor_relationprefix. (exists mdr_gap_pfp_shift_power_successor_relationprefixb. mdr_gap_pfp_shift_power_successor_relationprefixb + S (mdr_i_pfp_shift_power_successor_relationprefix) = (L)) -> (((exists ff_h_mdr_pfp_shift_power_successor_relationprefixo. ff_h_mdr_pfp_shift_power_successor_relationprefixo + S (mdr_a_pfp_shift_power_successor_relationprefix) = S ((S (mdr_i_pfp_shift_power_successor_relationprefix)) * c)) /\ exists ff_q_mdr_pfp_shift_power_successor_relationprefixo. b = ff_q_mdr_pfp_shift_power_successor_relationprefixo * S ((S (mdr_i_pfp_shift_power_successor_relationprefix)) * c) + (mdr_a_pfp_shift_power_successor_relationprefix))) -> (((exists ff_h_mdr_pfp_shift_power_successor_relationprefixn. ff_h_mdr_pfp_shift_power_successor_relationprefixn + S (mdr_a_pfp_shift_power_successor_relationprefix) = S ((S (mdr_i_pfp_shift_power_successor_relationprefix)) * e)) /\ exists ff_q_mdr_pfp_shift_power_successor_relationprefixn. d = ff_q_mdr_pfp_shift_power_successor_relationprefixn * S ((S (mdr_i_pfp_shift_power_successor_relationprefix)) * e) + (mdr_a_pfp_shift_power_successor_relationprefix)))) /\ ((((exists ff_h_pfp_shift_power_successor_relationlast. ff_h_pfp_shift_power_successor_relationlast + S (0) = S ((S (L)) * e)) /\ exists ff_q_pfp_shift_power_successor_relationlast. d = ff_q_pfp_shift_power_successor_relationlast * S ((S (L)) * e) + (0)))))) -> ((exists pfrep_position_shift_power_successor_source. ((pfrep_position_shift_power_successor_source+S (k)=(L)) /\ ((((exists ff_h_pfp_shift_power_successor_sourceentry. ff_h_pfp_shift_power_successor_sourceentry + S (a) = S ((S (pfrep_position_shift_power_successor_source)) * c)) /\ exists ff_q_pfp_shift_power_successor_sourceentry. b = ff_q_pfp_shift_power_successor_sourceentry * S ((S (pfrep_position_shift_power_successor_source)) * c) + (a)))))) \/ (((exists pfrep_gap_shift_power_successor_sourceoutside. pfrep_gap_shift_power_successor_sourceoutside+(L)=(k)) /\ (((a)=0))))) -> ((exists pfrep_position_shift_power_successor_result. ((pfrep_position_shift_power_successor_result+S (S k)=(S L)) /\ ((((exists ff_h_pfp_shift_power_successor_resultentry. ff_h_pfp_shift_power_successor_resultentry + S (a) = S ((S (pfrep_position_shift_power_successor_result)) * e)) /\ exists ff_q_pfp_shift_power_successor_resultentry. d = ff_q_pfp_shift_power_successor_resultentry * S ((S (pfrep_position_shift_power_successor_result)) * e) + (a)))))) \/ (((exists pfrep_gap_shift_power_successor_resultoutside. pfrep_gap_shift_power_successor_resultoutside+(S L)=(S k)) /\ (((a)=0)))))Constructive proof overview
Generated structural guide
Each actual coefficient at power k becomes the same coefficient at power S k; together with constant zero this is genuine multiplication by X, not evaluation equality.
The unchanged tactic script uses 2 declared prerequisites and contains 37 exact native proof lines.
Alpha v34 checked-use · first admitted v34 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
prime_field_polynomial_power_index_bound Alpha theorem; checked-use authorized succ_le_succ 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–9
02Separate the logical casesL10–14
03Construct an explicit witnessL15–15
Supply the displayed value, then prove that it has the required property.
- L15
exists x
04Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
split
05Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
trans S (x+S k)
06Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
apply PA4
07Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
congr
08Use earlier factsL20–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact ha_left_witness_left - L21
specialize hs_left (x) - L22
specialize hs_left (a) - L23
apply hs_left - L24
specialize prime_field_polynomial_power_index_bound (x) - L25
specialize prime_field_polynomial_power_index_bound (k) - L26
specialize prime_field_polynomial_power_index_bound (L) - L27
apply prime_field_polynomial_power_index_bound - L28
exact ha_left_witness_left - L29
exact ha_left_witness_right
09Separate the logical casesL30–32
Original exact command ledger · 37 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
intro d - 0005
intro e - 0006
intro k - 0007
intro a - 0008
intro hs - 0009
intro ha - 0010
cases hs - 0011
cases ha - 0012
cases ha_left - 0013
cases ha_left_witness - 0014
left - 0015
exists x - 0016
split - 0017
trans S (x+S k) - 0018
apply PA4 - 0019
congr - 0020
exact ha_left_witness_left - 0021
specialize hs_left (x) - 0022
specialize hs_left (a) - 0023
apply hs_left - 0024
specialize prime_field_polynomial_power_index_bound (x) - 0025
specialize prime_field_polynomial_power_index_bound (k) - 0026
specialize prime_field_polynomial_power_index_bound (L) - 0027
apply prime_field_polynomial_power_index_bound - 0028
exact ha_left_witness_left - 0029
exact ha_left_witness_right - 0030
cases ha_right - 0031
right - 0032
split - 0033
specialize succ_le_succ (L) - 0034
specialize succ_le_succ (k) - 0035
apply succ_le_succ - 0036
exact ha_right_left - 0037
exact ha_right_right