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
∀ p. ∀ b. ∀ c. ∀ L. ∀ d. ∀ e. Prime(p) → BetaPrefixInto(b,c,L,p) → PolynomialShift(b,c,L,d,e) → BetaPrefixInto(d,e,S L,p)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 40 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–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
cases hs
03Fix variables and assumptionsL11–12
04Establish hoL13–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply finite lt succ eq or lt.
05Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
cases ho
06Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists 0
07Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
split
08Calculate and transport equalitiesL21–22
09Use earlier factsL23–26
10Establish haL27–30
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hc.
- L27
have ha : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,p)Definitions: BetaAt(b,c,i,a)Lt(a,p)Original native command in the exact edition - L28
specialize hc (i) - L29
apply hc - L30
exact ho_right
11Separate the logical casesL31–32
12Construct an explicit witnessL33–33
Supply the displayed value, then prove that it has the required property.
- L33
exists x
13Separate the logical casesL34–34
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L34
split
Original defined command ledger · 40 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro L - 0005
intro d - 0006
intro e - 0007
intro hp - 0008
intro hc - 0009
intro hs - 0010
cases hs - 0011
intro i - 0012
intro hi - 0013
have ho : i = L ∨ Lt(i,L) - 0014
specialize finite_lt_succ_eq_or_lt (L) - 0015
specialize finite_lt_succ_eq_or_lt (i) - 0016
apply finite_lt_succ_eq_or_lt - 0017
exact hi - 0018
cases ho - 0019
exists 0 - 0020
split - 0021
rewrite ho_left - 0022
rewrite ho_left - 0023
exact hs_right - 0024
specialize prime_field_zero_below_prime (p) - 0025
apply prime_field_zero_below_prime - 0026
exact hp - 0027
have ha : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,p) - 0028
specialize hc (i) - 0029
apply hc - 0030
exact ho_right - 0031
cases ha - 0032
cases ha_witness - 0033
exists x - 0034
split - 0035
specialize hs_left (i) - 0036
specialize hs_left (x) - 0037
apply hs_left - 0038
exact ho_right - 0039
exact ha_witness_left - 0040
exact ha_witness_right