Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
All products and sums use actual beta-coded coefficients; equality is formal coefficient equivalence, not equality of evaluations or raw codes. The zero gcd is included. Uniqueness is up to formal equivalence, not unique Bézout coefficients. This proves the polynomial gcd component, not G091 irreducible-polynomial existence or arbitrary prime-power-field construction.
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ L. ∀ d. ∀ e. ∀ k. ∀ a. PolynomialShift(b,c,L,d,e) → PolynomialPowerCoefficient(b,c,L,k,a) → PolynomialPowerCoefficient(d,e,S L,S k,a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 37 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay script.
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 defined 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