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 products and sums use actual beta-coded coefficients; equality is formal coefficient equivalence, not equality of evaluations or raw codes. The zero gcd is included. Uniqueness is up to formal equivalence, not unique Bézout coefficients. This proves the polynomial gcd component, not G091 irreducible-polynomial existence or arbitrary prime-power-field construction.
Exact theorem in conservative defined notation
∀ p. ∀ k. ∀ bb. ∀ bc. ∀ sb. ∀ sc. ∀ M. ∀ i. ∀ b. ∀ s. FpPolyScale(p,k,bb,bc,sb,sc,M) → BetaZeroExtend(bb,bc,M,i,b) → BetaZeroExtend(sb,sc,M,i,s) → ModEq(p,k · b,s)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 63 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
03Separate the logical casesL14–15
04Establish htargetL16–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply polynomial zero extended entry inside.
- L16
have htarget : BetaAt(sb,sc,i,s)Definitions: BetaAt(sb,sc,i,s)Original native command in the exact edition - L17
specialize polynomial_zero_extended_entry_inside (sb) - L18
specialize polynomial_zero_extended_entry_inside (sc) - L19
specialize polynomial_zero_extended_entry_inside (M) - L20
specialize polynomial_zero_extended_entry_inside (i) - L21
specialize polynomial_zero_extended_entry_inside (s) - L22
apply polynomial_zero_extended_entry_inside - L23
exact hb_left_left - L24
exact hr
05Establish hmL25–34
Establish this local claim before using it. It is not an additional assumption.
- L25
- L26
specialize prime_field_polynomial_scale_entry (p) - L27
specialize prime_field_polynomial_scale_entry (k) - L28
specialize prime_field_polynomial_scale_entry (bb) - L29
specialize prime_field_polynomial_scale_entry (bc) - L30
specialize prime_field_polynomial_scale_entry (sb) - L31
specialize prime_field_polynomial_scale_entry (sc) - L32
specialize prime_field_polynomial_scale_entry (M) - L33
specialize prime_field_polynomial_scale_entry (i) - L34
specialize prime_field_polynomial_scale_entry (b)
06Use earlier factsL35–40
07Separate the logical casesL41–43
08Use earlier factsL44–44
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L44
exact hm_right_right_right
09Separate the logical casesL45–45
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L45
cases hb_right
10Establish hzL46–54
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply polynomial zero extended entry functional.
- L46
have hz : s=0 - L47
specialize polynomial_zero_extended_entry_functional (sb) - L48
specialize polynomial_zero_extended_entry_functional (sc) - L49
specialize polynomial_zero_extended_entry_functional (M) - L50
specialize polynomial_zero_extended_entry_functional (i) - L51
specialize polynomial_zero_extended_entry_functional (s) - L52
specialize polynomial_zero_extended_entry_functional (0) - L53
apply polynomial_zero_extended_entry_functional - L54
exact hr
11Separate the logical casesL55–56
12Use earlier factsL57–57
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L57
exact hb_right_left
13Calculate and transport equalitiesL58–60
14Construct an explicit witnessL61–62
15Calculate and transport equalitiesL63–63
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L63
simp
Original defined command ledger · 63 lines
- 0001
intro p - 0002
intro k - 0003
intro bb - 0004
intro bc - 0005
intro sb - 0006
intro sc - 0007
intro M - 0008
intro i - 0009
intro b - 0010
intro s - 0011
intro hs - 0012
intro hb - 0013
intro hr - 0014
cases hb - 0015
cases hb_left - 0016
have htarget : BetaAt(sb,sc,i,s) - 0017
specialize polynomial_zero_extended_entry_inside (sb) - 0018
specialize polynomial_zero_extended_entry_inside (sc) - 0019
specialize polynomial_zero_extended_entry_inside (M) - 0020
specialize polynomial_zero_extended_entry_inside (i) - 0021
specialize polynomial_zero_extended_entry_inside (s) - 0022
apply polynomial_zero_extended_entry_inside - 0023
exact hb_left_left - 0024
exact hr - 0025
have hm : FpMul(p,k,b,s) - 0026
specialize prime_field_polynomial_scale_entry (p) - 0027
specialize prime_field_polynomial_scale_entry (k) - 0028
specialize prime_field_polynomial_scale_entry (bb) - 0029
specialize prime_field_polynomial_scale_entry (bc) - 0030
specialize prime_field_polynomial_scale_entry (sb) - 0031
specialize prime_field_polynomial_scale_entry (sc) - 0032
specialize prime_field_polynomial_scale_entry (M) - 0033
specialize prime_field_polynomial_scale_entry (i) - 0034
specialize prime_field_polynomial_scale_entry (b) - 0035
specialize prime_field_polynomial_scale_entry (s) - 0036
apply prime_field_polynomial_scale_entry - 0037
exact hs - 0038
exact hb_left_left - 0039
exact hb_left_right - 0040
exact htarget - 0041
cases hm - 0042
cases hm_right - 0043
cases hm_right_right - 0044
exact hm_right_right_right - 0045
cases hb_right - 0046
have hz : s=0 - 0047
specialize polynomial_zero_extended_entry_functional (sb) - 0048
specialize polynomial_zero_extended_entry_functional (sc) - 0049
specialize polynomial_zero_extended_entry_functional (M) - 0050
specialize polynomial_zero_extended_entry_functional (i) - 0051
specialize polynomial_zero_extended_entry_functional (s) - 0052
specialize polynomial_zero_extended_entry_functional (0) - 0053
apply polynomial_zero_extended_entry_functional - 0054
exact hr - 0055
right - 0056
split - 0057
exact hb_right_left - 0058
refl - 0059
rewrite hb_right_right - 0060
rewrite hz - 0061
exists 0 - 0062
exists 0 - 0063
simp