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. ∀ d. ∀ e. ∀ l. ∀ i. ∀ a. ∀ r. FpCoefficientReduction(p,b,c,d,e,l) → Lt(i,l) → BetaAt(b,c,i,a) → BetaAt(d,e,i,r) → CanonicalModularResidue(p,a,r)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 43 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–13
03Establish hpointL14–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h.
- L14
have hpoint : ∃ u. ∃ v. BetaAt(b,c,i,u) ∧ (BetaAt(d,e,i,v) ∧ CanonicalModularResidue(p,u,v))Definitions: BetaAt(b,c,i,u)BetaAt(d,e,i,v)CanonicalModularResidue(p,u,v)Original native command in the exact edition - L15
specialize h (i) - L16
apply h - L17
exact hi
04Separate the logical casesL18–21
05Establish heqL22–30
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
06Establish hresL31–40
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
- L31
have hres : x1=r - L32
specialize beta_at_unique (d) - L33
specialize beta_at_unique (e) - L34
specialize beta_at_unique (i) - L35
specialize beta_at_unique (x1) - L36
specialize beta_at_unique (r) - L37
apply beta_at_unique - L38
exact hpoint_witness_witness_right_left - L39
exact hr - L40
rewrite heq at hpoint_witness_witness_right_right
07Calculate and transport equalitiesL41–42
08Use earlier factsL43–43
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L43
exact hpoint_witness_witness_right_right
Original defined command ledger · 43 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro e - 0006
intro l - 0007
intro i - 0008
intro a - 0009
intro r - 0010
intro h - 0011
intro hi - 0012
intro ha - 0013
intro hr - 0014
have hpoint : ∃ u. ∃ v. BetaAt(b,c,i,u) ∧ (BetaAt(d,e,i,v) ∧ CanonicalModularResidue(p,u,v)) - 0015
specialize h (i) - 0016
apply h - 0017
exact hi - 0018
cases hpoint - 0019
cases hpoint_witness - 0020
cases hpoint_witness_witness - 0021
cases hpoint_witness_witness_right - 0022
have heq : x=a - 0023
specialize beta_at_unique (b) - 0024
specialize beta_at_unique (c) - 0025
specialize beta_at_unique (i) - 0026
specialize beta_at_unique (x) - 0027
specialize beta_at_unique (a) - 0028
apply beta_at_unique - 0029
exact hpoint_witness_witness_left - 0030
exact ha - 0031
have hres : x1=r - 0032
specialize beta_at_unique (d) - 0033
specialize beta_at_unique (e) - 0034
specialize beta_at_unique (i) - 0035
specialize beta_at_unique (x1) - 0036
specialize beta_at_unique (r) - 0037
apply beta_at_unique - 0038
exact hpoint_witness_witness_right_left - 0039
exact hr - 0040
rewrite heq at hpoint_witness_witness_right_right - 0041
rewrite hres at hpoint_witness_witness_right_right - 0042
rewrite hres at hpoint_witness_witness_right_right - 0043
exact hpoint_witness_witness_right_right