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. ∀ j. ∀ t. Lt(0,j) → PolynomialDiagonalTerm(ub,uc,1,ab,ac,L,i,j,t) → t = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 33 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
02Separate the logical casesL11–16
03Establish hzL17–25
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 hz : x1=0 - L18
specialize polynomial_zero_extended_entry_functional (ub) - L19
specialize polynomial_zero_extended_entry_functional (uc) - L20
specialize polynomial_zero_extended_entry_functional (1) - L21
specialize polynomial_zero_extended_entry_functional (j) - L22
specialize polynomial_zero_extended_entry_functional (x1) - L23
specialize polynomial_zero_extended_entry_functional (0) - L24
apply polynomial_zero_extended_entry_functional - L25
exact ht_witness_witness_witness_right_left
04Separate the logical casesL26–27
05Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hj
06Calculate and transport equalitiesL29–30
07Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
exact ht_witness_witness_witness_right_right_right
08Calculate and transport equalitiesL32–32
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L32
rewrite hz
09Use earlier factsL33–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L33
apply mul_zero_left
Original defined command ledger · 33 lines
- 0001
intro ub - 0002
intro uc - 0003
intro ab - 0004
intro ac - 0005
intro L - 0006
intro i - 0007
intro j - 0008
intro t - 0009
intro hj - 0010
intro ht - 0011
cases ht - 0012
cases ht_witness - 0013
cases ht_witness_witness - 0014
cases ht_witness_witness_witness - 0015
cases ht_witness_witness_witness_right - 0016
cases ht_witness_witness_witness_right_right - 0017
have hz : x1=0 - 0018
specialize polynomial_zero_extended_entry_functional (ub) - 0019
specialize polynomial_zero_extended_entry_functional (uc) - 0020
specialize polynomial_zero_extended_entry_functional (1) - 0021
specialize polynomial_zero_extended_entry_functional (j) - 0022
specialize polynomial_zero_extended_entry_functional (x1) - 0023
specialize polynomial_zero_extended_entry_functional (0) - 0024
apply polynomial_zero_extended_entry_functional - 0025
exact ht_witness_witness_witness_right_left - 0026
right - 0027
split - 0028
exact hj - 0029
refl - 0030
trans x1*x2 - 0031
exact ht_witness_witness_witness_right_right_right - 0032
rewrite hz - 0033
apply mul_zero_left