Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Length is representation length, not polynomial degree. Leading zeros and the empty zero polynomial are allowed; the canonical argument guard x<p also applies to the empty case. Evaluation is defined by actual field-operation steps, not an assumed residue invariant. Polynomial division, gcd, irreducibles and general prime-power extension fields remain open; this does not close G091.
Exact theorem in conservative defined notation
∀ p. ∀ b. ∀ c. ∀ qb. ∀ qc. ∀ rb. ∀ rc. ∀ l. DivisionPrefix(p,b,c,qb,qc,rb,rc,l) → FpCoefficientReduction(p,b,c,rb,rc,l)
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–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hi
03Establish hpointL12–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h.
- L12
have hpoint : ∃ a. ∃ q. ∃ r. BetaAt(b,c,i,a) ∧ (BetaAt(qb,qc,i,q) ∧ (BetaAt(rb,rc,i,r) ∧ DivRem(a,p,q,r)))Definitions: BetaAt(b,c,i,a)BetaAt(qb,qc,i,q)BetaAt(rb,rc,i,r)DivRem(a,p,q,r)Original native command in the exact edition - L13
specialize h (i) - L14
apply h - L15
exact hi
04Separate the logical casesL16–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
05Construct an explicit witnessL23–24
06Separate the logical casesL25–25
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L25
split
07Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
exact hpoint_witness_witness_witness_left
08Separate the logical casesL27–27
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L27
split
09Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hpoint_witness_witness_witness_right_right_left
10Separate the logical casesL29–29
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L29
split
11Use earlier factsL30–35
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact hpoint_witness_witness_witness_right_right_right_right - L31
specialize remainder_decomposition_to_mod_eq (p) - L32
specialize remainder_decomposition_to_mod_eq (x) - L33
specialize remainder_decomposition_to_mod_eq (x1) - L34
specialize remainder_decomposition_to_mod_eq (x2) - L35
apply remainder_decomposition_to_mod_eq
12Calculate and transport equalitiesL36–36
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L36
trans p*x1+x2
13Use earlier factsL37–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L37
exact hpoint_witness_witness_witness_right_right_right_left
14Calculate and transport equalitiesL38–38
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L38
congr
15Use earlier factsL39–41
16Calculate and transport equalitiesL42–42
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L42
refl
Original defined command ledger · 42 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro qb - 0005
intro qc - 0006
intro rb - 0007
intro rc - 0008
intro l - 0009
intro h - 0010
intro i - 0011
intro hi - 0012
have hpoint : ∃ a. ∃ q. ∃ r. BetaAt(b,c,i,a) ∧ (BetaAt(qb,qc,i,q) ∧ (BetaAt(rb,rc,i,r) ∧ DivRem(a,p,q,r))) - 0013
specialize h (i) - 0014
apply h - 0015
exact hi - 0016
cases hpoint - 0017
cases hpoint_witness - 0018
cases hpoint_witness_witness - 0019
cases hpoint_witness_witness_witness - 0020
cases hpoint_witness_witness_witness_right - 0021
cases hpoint_witness_witness_witness_right_right - 0022
cases hpoint_witness_witness_witness_right_right_right - 0023
exists x - 0024
exists x2 - 0025
split - 0026
exact hpoint_witness_witness_witness_left - 0027
split - 0028
exact hpoint_witness_witness_witness_right_right_left - 0029
split - 0030
exact hpoint_witness_witness_witness_right_right_right_right - 0031
specialize remainder_decomposition_to_mod_eq (p) - 0032
specialize remainder_decomposition_to_mod_eq (x) - 0033
specialize remainder_decomposition_to_mod_eq (x1) - 0034
specialize remainder_decomposition_to_mod_eq (x2) - 0035
apply remainder_decomposition_to_mod_eq - 0036
trans p*x1+x2 - 0037
exact hpoint_witness_witness_witness_right_right_right_left - 0038
congr - 0039
specialize mul_comm (p) - 0040
specialize mul_comm (x1) - 0041
apply mul_comm - 0042
refl