Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
All coefficients retain the established highest-degree-first order. Trimming handles empty and all-zero prefixes; monic normalization requires a nonzero leading coefficient. Synthetic division has a nonempty input of length S n and a quotient of length n, unique in decoded values. Its coefficient recurrence, actual evaluation remainder and positive-degree drop are checked. General polynomial Euclidean division, gcd/Bezout, an arbitrary-convolution factor theorem, irreducible-polynomial existence and the full G091 prime-power-field endpoint remain open. These exact theorems are first admitted to Alpha v32; Stable remains unchanged.
Exact theorem in conservative defined notation
∀ p. ∀ b. ∀ c. ∀ a. ∀ n. Prime(p) → BetaPrefixInto(b,c,S n,p) → Lt(a,p) → ∃ x. ∃ y. ∃ z. FpSyntheticDivision(p,b,c,a,n,x,y,z)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 38 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–8
02Establish heL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial horner exists.
- L9
have he : ∃ r. FpHorner(p,b,c,a,S n,r)Definitions: FpHorner(p,b,c,a,S n,r)Original native command in the exact edition - L10
specialize prime_field_polynomial_horner_exists (p) - L11
specialize prime_field_polynomial_horner_exists (b) - L12
specialize prime_field_polynomial_horner_exists (c) - L13
specialize prime_field_polynomial_horner_exists (a) - L14
specialize prime_field_polynomial_horner_exists (S n) - L15
apply prime_field_polynomial_horner_exists - L16
exact hp - L17
exact hc - L18
exact ha
03Separate the logical casesL19–21
04Establish hqL22–28
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta affine matrix slice exists.
- L22
have hq : ∃ qb. ∃ qc. MatrixAffineSlice(x1,x2,1,1,qb,qc,n)Definitions: MatrixAffineSlice(x1,x2,1,1,qb,qc,n)Original native command in the exact edition - L23
specialize beta_affine_matrix_slice_exists (x1) - L24
specialize beta_affine_matrix_slice_exists (x2) - L25
specialize beta_affine_matrix_slice_exists (1) - L26
specialize beta_affine_matrix_slice_exists (1) - L27
specialize beta_affine_matrix_slice_exists (n) - L28
apply beta_affine_matrix_slice_exists
05Separate the logical casesL29–30
06Construct an explicit witnessL31–35
07Separate the logical casesL36–36
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L36
split
Original defined command ledger · 38 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro a - 0005
intro n - 0006
intro hp - 0007
intro hc - 0008
intro ha - 0009
have he : ∃ r. FpHorner(p,b,c,a,S n,r) - 0010
specialize prime_field_polynomial_horner_exists (p) - 0011
specialize prime_field_polynomial_horner_exists (b) - 0012
specialize prime_field_polynomial_horner_exists (c) - 0013
specialize prime_field_polynomial_horner_exists (a) - 0014
specialize prime_field_polynomial_horner_exists (S n) - 0015
apply prime_field_polynomial_horner_exists - 0016
exact hp - 0017
exact hc - 0018
exact ha - 0019
cases he - 0020
cases he_witness - 0021
cases he_witness_witness - 0022
have hq : ∃ qb. ∃ qc. MatrixAffineSlice(x1,x2,1,1,qb,qc,n) - 0023
specialize beta_affine_matrix_slice_exists (x1) - 0024
specialize beta_affine_matrix_slice_exists (x2) - 0025
specialize beta_affine_matrix_slice_exists (1) - 0026
specialize beta_affine_matrix_slice_exists (1) - 0027
specialize beta_affine_matrix_slice_exists (n) - 0028
apply beta_affine_matrix_slice_exists - 0029
cases hq - 0030
cases hq_witness - 0031
exists x3 - 0032
exists x4 - 0033
exists x - 0034
exists x1 - 0035
exists x2 - 0036
split - 0037
exact he_witness_witness_witness - 0038
exact hq_witness_witness