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. ∀ i. ∀ a. PolynomialShift(b,c,L,d,e) → BetaZeroExtend(d,e,S L,i,a) → BetaZeroExtend(b,c,L,i,a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 39 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.
Named ingredients (1)
01Fix variables and assumptionsL1–9
02Establish hxL10–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply polynomial zero extended entry exists.
- L10
have hx : ∃ x. BetaZeroExtend(b,c,L,i,x)Definitions: BetaZeroExtend(b,c,L,i,x)Original native command in the exact edition - L11
specialize polynomial_zero_extended_entry_exists (b) - L12
specialize polynomial_zero_extended_entry_exists (c) - L13
specialize polynomial_zero_extended_entry_exists (L) - L14
specialize polynomial_zero_extended_entry_exists (i) - L15
apply polynomial_zero_extended_entry_exists
03Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
cases hx
04Establish heqL17–26
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply polynomial zero extended entry functional.
- L17
have heq : a=x - L18
specialize polynomial_zero_extended_entry_functional (d) - L19
specialize polynomial_zero_extended_entry_functional (e) - L20
specialize polynomial_zero_extended_entry_functional (S L) - L21
specialize polynomial_zero_extended_entry_functional (i) - L22
specialize polynomial_zero_extended_entry_functional (a) - L23
specialize polynomial_zero_extended_entry_functional (x) - L24
apply polynomial_zero_extended_entry_functional - L25
exact ha - L26
specialize polynomial_zero_extended_shift_forward (b)
05Use earlier factsL27–35
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
specialize polynomial_zero_extended_shift_forward (c) - L28
specialize polynomial_zero_extended_shift_forward (L) - L29
specialize polynomial_zero_extended_shift_forward (d) - L30
specialize polynomial_zero_extended_shift_forward (e) - L31
specialize polynomial_zero_extended_shift_forward (i) - L32
specialize polynomial_zero_extended_shift_forward (x) - L33
apply polynomial_zero_extended_shift_forward - L34
exact hs - L35
exact hx_witness
06Calculate and transport equalitiesL36–38
07Use earlier factsL39–39
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L39
exact hx_witness
Original defined command ledger · 39 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
intro d - 0005
intro e - 0006
intro i - 0007
intro a - 0008
intro hs - 0009
intro ha - 0010
have hx : ∃ x. BetaZeroExtend(b,c,L,i,x) - 0011
specialize polynomial_zero_extended_entry_exists (b) - 0012
specialize polynomial_zero_extended_entry_exists (c) - 0013
specialize polynomial_zero_extended_entry_exists (L) - 0014
specialize polynomial_zero_extended_entry_exists (i) - 0015
apply polynomial_zero_extended_entry_exists - 0016
cases hx - 0017
have heq : a=x - 0018
specialize polynomial_zero_extended_entry_functional (d) - 0019
specialize polynomial_zero_extended_entry_functional (e) - 0020
specialize polynomial_zero_extended_entry_functional (S L) - 0021
specialize polynomial_zero_extended_entry_functional (i) - 0022
specialize polynomial_zero_extended_entry_functional (a) - 0023
specialize polynomial_zero_extended_entry_functional (x) - 0024
apply polynomial_zero_extended_entry_functional - 0025
exact ha - 0026
specialize polynomial_zero_extended_shift_forward (b) - 0027
specialize polynomial_zero_extended_shift_forward (c) - 0028
specialize polynomial_zero_extended_shift_forward (L) - 0029
specialize polynomial_zero_extended_shift_forward (d) - 0030
specialize polynomial_zero_extended_shift_forward (e) - 0031
specialize polynomial_zero_extended_shift_forward (i) - 0032
specialize polynomial_zero_extended_shift_forward (x) - 0033
apply polynomial_zero_extended_shift_forward - 0034
exact hs - 0035
exact hx_witness - 0036
rewrite heq - 0037
rewrite heq - 0038
rewrite heq - 0039
exact hx_witness