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. ∀ BB. ∀ BC. ∀ t. ∀ i. ∀ j. ∀ z. PolynomialLeftPad(bb,bc,M,t,BB,BC) → Lt(i,t + j) → PolynomialDiagonalTerm(ab,ac,L,BB,BC,t + 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 59 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 hindexL22–22
Establish this local claim before using it. It is not an additional assumption.
05Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
cases hbound
06Construct an explicit witnessL24–24
Supply the displayed value, then prove that it has the required property.
- L24
exists x3
07Use earlier factsL25–28
08Calculate and transport equalitiesL29–34
09Use earlier factsL35–36
10Establish hzeroL37–46
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply polynomial zero extended entry functional.
- L37
have hzero : x2=0 - L38
specialize polynomial_zero_extended_entry_functional (BB) - L39
specialize polynomial_zero_extended_entry_functional (BC) - L40
specialize polynomial_zero_extended_entry_functional (t+M) - L41
specialize polynomial_zero_extended_entry_functional (x) - L42
specialize polynomial_zero_extended_entry_functional (x2) - L43
specialize polynomial_zero_extended_entry_functional (0) - L44
apply polynomial_zero_extended_entry_functional - L45
exact ht_witness_witness_witness_right_right_left - L46
specialize polynomial_zero_extended_left_pad_before (bb)
11Use earlier factsL47–55
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L47
specialize polynomial_zero_extended_left_pad_before (bc) - L48
specialize polynomial_zero_extended_left_pad_before (M) - L49
specialize polynomial_zero_extended_left_pad_before (t) - L50
specialize polynomial_zero_extended_left_pad_before (BB) - L51
specialize polynomial_zero_extended_left_pad_before (BC) - L52
specialize polynomial_zero_extended_left_pad_before (x) - L53
apply polynomial_zero_extended_left_pad_before - L54
exact hpad - L55
exact hindex
12Calculate and transport equalitiesL56–56
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L56
trans x1*x2
13Use earlier factsL57–57
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L57
exact ht_witness_witness_witness_right_right_right
Original defined command ledger · 59 lines
- 0001
intro ab - 0002
intro ac - 0003
intro L - 0004
intro bb - 0005
intro bc - 0006
intro M - 0007
intro BB - 0008
intro BC - 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 hindex : Lt(x,t) - 0023
cases hbound - 0024
exists x3 - 0025
specialize add_right_cancel (x3+S x) - 0026
specialize add_right_cancel (t) - 0027
specialize add_right_cancel (j) - 0028
apply add_right_cancel - 0029
trans x3+S (j+x) - 0030
simp [add_assoc,add_comm,add_succ_left] - 0031
trans x3+S i - 0032
congr - 0033
refl - 0034
congr - 0035
exact ht_witness_witness_witness_left - 0036
exact hbound_witness - 0037
have hzero : x2=0 - 0038
specialize polynomial_zero_extended_entry_functional (BB) - 0039
specialize polynomial_zero_extended_entry_functional (BC) - 0040
specialize polynomial_zero_extended_entry_functional (t+M) - 0041
specialize polynomial_zero_extended_entry_functional (x) - 0042
specialize polynomial_zero_extended_entry_functional (x2) - 0043
specialize polynomial_zero_extended_entry_functional (0) - 0044
apply polynomial_zero_extended_entry_functional - 0045
exact ht_witness_witness_witness_right_right_left - 0046
specialize polynomial_zero_extended_left_pad_before (bb) - 0047
specialize polynomial_zero_extended_left_pad_before (bc) - 0048
specialize polynomial_zero_extended_left_pad_before (M) - 0049
specialize polynomial_zero_extended_left_pad_before (t) - 0050
specialize polynomial_zero_extended_left_pad_before (BB) - 0051
specialize polynomial_zero_extended_left_pad_before (BC) - 0052
specialize polynomial_zero_extended_left_pad_before (x) - 0053
apply polynomial_zero_extended_left_pad_before - 0054
exact hpad - 0055
exact hindex - 0056
trans x1*x2 - 0057
exact ht_witness_witness_witness_right_right_right - 0058
rewrite hzero - 0059
simp