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. ∀ ab. ∀ ac. ∀ L. ∀ bb. ∀ bc. ∀ M. Prime(p) → BetaPrefixInto(ab,ac,L,p) → BetaPrefixInto(bb,bc,M,p) → ∃ x. ∃ y. ∃ z. ∃ n. BetaPrefixInto(x,y,L + M,p) ∧ (BetaPrefixInto(z,n,L + M,p) ∧ CommonRepresentatives(ab,ac,L,bb,bc,M,x,y,z,n,L + M))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 27 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–10
02Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize prime_field_polynomial_common_representatives_at_length_exists (p) - L12
specialize prime_field_polynomial_common_representatives_at_length_exists (ab) - L13
specialize prime_field_polynomial_common_representatives_at_length_exists (ac) - L14
specialize prime_field_polynomial_common_representatives_at_length_exists (L) - L15
specialize prime_field_polynomial_common_representatives_at_length_exists (bb) - L16
specialize prime_field_polynomial_common_representatives_at_length_exists (bc) - L17
specialize prime_field_polynomial_common_representatives_at_length_exists (M) - L18
specialize prime_field_polynomial_common_representatives_at_length_exists (L+M) - L19
apply prime_field_polynomial_common_representatives_at_length_exists - L20
exact hp
03Use earlier factsL21–25
04Construct an explicit witnessL26–26
Supply the displayed value, then prove that it has the required property.
- L26
exists L
05Calculate and transport equalitiesL27–27
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L27
refl
Original defined command ledger · 27 lines
- 0001
intro p - 0002
intro ab - 0003
intro ac - 0004
intro L - 0005
intro bb - 0006
intro bc - 0007
intro M - 0008
intro hp - 0009
intro ha - 0010
intro hb - 0011
specialize prime_field_polynomial_common_representatives_at_length_exists (p) - 0012
specialize prime_field_polynomial_common_representatives_at_length_exists (ab) - 0013
specialize prime_field_polynomial_common_representatives_at_length_exists (ac) - 0014
specialize prime_field_polynomial_common_representatives_at_length_exists (L) - 0015
specialize prime_field_polynomial_common_representatives_at_length_exists (bb) - 0016
specialize prime_field_polynomial_common_representatives_at_length_exists (bc) - 0017
specialize prime_field_polynomial_common_representatives_at_length_exists (M) - 0018
specialize prime_field_polynomial_common_representatives_at_length_exists (L+M) - 0019
apply prime_field_polynomial_common_representatives_at_length_exists - 0020
exact hp - 0021
exact ha - 0022
exact hb - 0023
specialize le_add_right (L) - 0024
specialize le_add_right (M) - 0025
apply le_add_right - 0026
exists L - 0027
refl