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
∀ ub. ∀ uc. ∀ ab. ∀ ac. ∀ L. ∀ i. ∀ a. ∀ t. BetaAt(ub,uc,0,1) → Lt(i,L) → BetaAt(ab,ac,i,a) → PolynomialDiagonalTerm(ub,uc,1,ab,ac,L,i,0,t) → t = a
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 42 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–10
02Fix variables and assumptionsL11–12
03Use earlier factsL13–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
specialize polynomial_diagonal_term_functional (ub) - L14
specialize polynomial_diagonal_term_functional (uc) - L15
specialize polynomial_diagonal_term_functional (1) - L16
specialize polynomial_diagonal_term_functional (ab) - L17
specialize polynomial_diagonal_term_functional (ac) - L18
specialize polynomial_diagonal_term_functional (L) - L19
specialize polynomial_diagonal_term_functional (i) - L20
specialize polynomial_diagonal_term_functional (0) - L21
specialize polynomial_diagonal_term_functional (t) - L22
specialize polynomial_diagonal_term_functional (a)
04Use earlier factsL23–24
05Construct an explicit witnessL25–27
06Separate the logical casesL28–28
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L28
split
07Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
apply zero_add
08Separate the logical casesL30–32
09Construct an explicit witnessL33–33
Supply the displayed value, then prove that it has the required property.
- L33
exists 0
10Use earlier factsL34–35
11Separate the logical casesL36–38
12Use earlier factsL39–40
13Calculate and transport equalitiesL41–41
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L41
symm
14Use earlier factsL42–42
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L42
apply one_mul
Original defined command ledger · 42 lines
- 0001
intro ub - 0002
intro uc - 0003
intro ab - 0004
intro ac - 0005
intro L - 0006
intro i - 0007
intro a - 0008
intro t - 0009
intro hu - 0010
intro hi - 0011
intro ha - 0012
intro ht - 0013
specialize polynomial_diagonal_term_functional (ub) - 0014
specialize polynomial_diagonal_term_functional (uc) - 0015
specialize polynomial_diagonal_term_functional (1) - 0016
specialize polynomial_diagonal_term_functional (ab) - 0017
specialize polynomial_diagonal_term_functional (ac) - 0018
specialize polynomial_diagonal_term_functional (L) - 0019
specialize polynomial_diagonal_term_functional (i) - 0020
specialize polynomial_diagonal_term_functional (0) - 0021
specialize polynomial_diagonal_term_functional (t) - 0022
specialize polynomial_diagonal_term_functional (a) - 0023
apply polynomial_diagonal_term_functional - 0024
exact ht - 0025
exists i - 0026
exists 1 - 0027
exists a - 0028
split - 0029
apply zero_add - 0030
split - 0031
left - 0032
split - 0033
exists 0 - 0034
apply zero_add - 0035
exact hu - 0036
split - 0037
left - 0038
split - 0039
exact hi - 0040
exact ha - 0041
symm - 0042
apply one_mul