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. ∃ x. ∃ y. PolynomialShift(b,c,L,x,y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 17 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–3
02Establish hL4–9
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta prefix extend.
- L4
have h : ∃ d. ∃ e. BetaAt(d,e,L,0) ∧ BetaPrefixEqual(b,c,d,e,L)Definitions: BetaAt(d,e,L,0)BetaPrefixEqual(b,c,d,e,L)Original native command in the exact edition - L5
specialize beta_prefix_extend (L) - L6
specialize beta_prefix_extend (b) - L7
specialize beta_prefix_extend (c) - L8
specialize beta_prefix_extend (0) - L9
apply beta_prefix_extend
03Separate the logical casesL10–12
04Construct an explicit witnessL13–14
05Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
Original defined command ledger · 17 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
have h : ∃ d. ∃ e. BetaAt(d,e,L,0) ∧ BetaPrefixEqual(b,c,d,e,L) - 0005
specialize beta_prefix_extend (L) - 0006
specialize beta_prefix_extend (b) - 0007
specialize beta_prefix_extend (c) - 0008
specialize beta_prefix_extend (0) - 0009
apply beta_prefix_extend - 0010
cases h - 0011
cases h_witness - 0012
cases h_witness_witness - 0013
exists x - 0014
exists x1 - 0015
split - 0016
exact h_witness_witness_right - 0017
exact h_witness_witness_left