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. ∀ a. ∀ l. Lt(a,p) → ∃ x. ∃ y. BetaPrefixInto(x,y,l,p) ∧ Repeat(x,y,a,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 22 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–4
02Establish hrL5–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta repeat exists.
- L5
have hr : ∃ b. ∃ c. Repeat(b,c,a,l)Definitions: Repeat(b,c,a,l)Original native command in the exact edition - L6
specialize beta_repeat_exists (a) - L7
specialize beta_repeat_exists (l) - L8
apply beta_repeat_exists
03Separate the logical casesL9–10
04Construct an explicit witnessL11–12
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
split
06Use earlier factsL14–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize prime_field_polynomial_repeat_coefficients (p) - L15
specialize prime_field_polynomial_repeat_coefficients (x) - L16
specialize prime_field_polynomial_repeat_coefficients (x1) - L17
specialize prime_field_polynomial_repeat_coefficients (a) - L18
specialize prime_field_polynomial_repeat_coefficients (l) - L19
apply prime_field_polynomial_repeat_coefficients - L20
exact ha - L21
exact hr_witness_witness - L22
exact hr_witness_witness
Original defined command ledger · 22 lines
- 0001
intro p - 0002
intro a - 0003
intro l - 0004
intro ha - 0005
have hr : ∃ b. ∃ c. Repeat(b,c,a,l) - 0006
specialize beta_repeat_exists (a) - 0007
specialize beta_repeat_exists (l) - 0008
apply beta_repeat_exists - 0009
cases hr - 0010
cases hr_witness - 0011
exists x - 0012
exists x1 - 0013
split - 0014
specialize prime_field_polynomial_repeat_coefficients (p) - 0015
specialize prime_field_polynomial_repeat_coefficients (x) - 0016
specialize prime_field_polynomial_repeat_coefficients (x1) - 0017
specialize prime_field_polynomial_repeat_coefficients (a) - 0018
specialize prime_field_polynomial_repeat_coefficients (l) - 0019
apply prime_field_polynomial_repeat_coefficients - 0020
exact ha - 0021
exact hr_witness_witness - 0022
exact hr_witness_witness