Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Coefficients are highest-degree-first. The divisor has a nonzero decoded head; primality supplies its actual inverse. Empty quotients and remainders are included. Functionality compares the constructed execution lengths and decoded coefficients, never arbitrary beta codes. Formal polynomial equivalence compares every coefficient, not evaluations on a finite field. The formal identity and remainder-degree bound are proved separately, not assumed by the execution graph. Arbitrary quotient/remainder-pair uniqueness from a formal identity, multiplication associativity, gcd/Bezout, irreducible-polynomial existence, and the full G091 prime-power-field goal remain open. The seven displayed new names are conservative first-order notation, not new kernel primitives.
Exact theorem in conservative defined notation
∀ ab. ∀ ac. ∀ L. ∀ bb. ∀ bc. ∀ M. ∀ AB. ∀ AC. ∀ t. ∀ i. ∀ j. ∀ z. PolynomialLeftPad(ab,ac,L,t,AB,AC) → Lt(j,t) → PolynomialDiagonalTerm(AB,AC,t + L,bb,bc,M,i,j,z) → z = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 45 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–10
02Fix variables and assumptionsL11–15
03Separate the logical casesL16–21
04Establish hzeroL22–31
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply polynomial zero extended entry functional.
- L22
have hzero : x1=0 - L23
specialize polynomial_zero_extended_entry_functional (AB) - L24
specialize polynomial_zero_extended_entry_functional (AC) - L25
specialize polynomial_zero_extended_entry_functional (t+L) - L26
specialize polynomial_zero_extended_entry_functional (j) - L27
specialize polynomial_zero_extended_entry_functional (x1) - L28
specialize polynomial_zero_extended_entry_functional (0) - L29
apply polynomial_zero_extended_entry_functional - L30
exact ht_witness_witness_witness_right_left - L31
specialize polynomial_zero_extended_left_pad_before (ab)
05Use earlier factsL32–40
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
specialize polynomial_zero_extended_left_pad_before (ac) - L33
specialize polynomial_zero_extended_left_pad_before (L) - L34
specialize polynomial_zero_extended_left_pad_before (t) - L35
specialize polynomial_zero_extended_left_pad_before (AB) - L36
specialize polynomial_zero_extended_left_pad_before (AC) - L37
specialize polynomial_zero_extended_left_pad_before (j) - L38
apply polynomial_zero_extended_left_pad_before - L39
exact hpad - L40
exact hbound
06Calculate and transport equalitiesL41–41
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L41
trans x1*x2
07Use earlier factsL42–42
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L42
exact ht_witness_witness_witness_right_right_right
08Calculate and transport equalitiesL43–43
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L43
rewrite hzero
Original defined command ledger · 45 lines
- 0001
intro ab - 0002
intro ac - 0003
intro L - 0004
intro bb - 0005
intro bc - 0006
intro M - 0007
intro AB - 0008
intro AC - 0009
intro t - 0010
intro i - 0011
intro j - 0012
intro z - 0013
intro hpad - 0014
intro hbound - 0015
intro ht - 0016
cases ht - 0017
cases ht_witness - 0018
cases ht_witness_witness - 0019
cases ht_witness_witness_witness - 0020
cases ht_witness_witness_witness_right - 0021
cases ht_witness_witness_witness_right_right - 0022
have hzero : x1=0 - 0023
specialize polynomial_zero_extended_entry_functional (AB) - 0024
specialize polynomial_zero_extended_entry_functional (AC) - 0025
specialize polynomial_zero_extended_entry_functional (t+L) - 0026
specialize polynomial_zero_extended_entry_functional (j) - 0027
specialize polynomial_zero_extended_entry_functional (x1) - 0028
specialize polynomial_zero_extended_entry_functional (0) - 0029
apply polynomial_zero_extended_entry_functional - 0030
exact ht_witness_witness_witness_right_left - 0031
specialize polynomial_zero_extended_left_pad_before (ab) - 0032
specialize polynomial_zero_extended_left_pad_before (ac) - 0033
specialize polynomial_zero_extended_left_pad_before (L) - 0034
specialize polynomial_zero_extended_left_pad_before (t) - 0035
specialize polynomial_zero_extended_left_pad_before (AB) - 0036
specialize polynomial_zero_extended_left_pad_before (AC) - 0037
specialize polynomial_zero_extended_left_pad_before (j) - 0038
apply polynomial_zero_extended_left_pad_before - 0039
exact hpad - 0040
exact hbound - 0041
trans x1*x2 - 0042
exact ht_witness_witness_witness_right_right_right - 0043
rewrite hzero - 0044
specialize mul_zero_left (x2) - 0045
apply mul_zero_left