Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
This checkpoint constructs prime-order fields (k=1), with genuine finite arithmetic tables, cardinality, and characteristic. Inversion is proved only for nonzero elements; the table's zero entry is a zero-to-zero convention. G091 for every prime power p^k, with an irreducible polynomial of degree k, remains open. No extension-field construction or G091 closure is claimed.
Exact theorem in conservative defined notation
∀ p. ∀ a. Prime(p) → Lt(a,p) → FpMul(p,1,a,a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 14 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 (2)
01Fix variables and assumptionsL1–4
02Use earlier factsL5–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L5
specialize prime_field_multiply_commutative (p) - L6
specialize prime_field_multiply_commutative (a) - L7
specialize prime_field_multiply_commutative (1) - L8
specialize prime_field_multiply_commutative (a) - L9
apply prime_field_multiply_commutative - L10
specialize prime_field_multiply_one_right (p) - L11
specialize prime_field_multiply_one_right (a) - L12
apply prime_field_multiply_one_right - L13
exact hp - L14
exact ha
Original defined command ledger · 14 lines
- 0001
intro p - 0002
intro a - 0003
intro hp - 0004
intro ha - 0005
specialize prime_field_multiply_commutative (p) - 0006
specialize prime_field_multiply_commutative (a) - 0007
specialize prime_field_multiply_commutative (1) - 0008
specialize prime_field_multiply_commutative (a) - 0009
apply prime_field_multiply_commutative - 0010
specialize prime_field_multiply_one_right (p) - 0011
specialize prime_field_multiply_one_right (a) - 0012
apply prime_field_multiply_one_right - 0013
exact hp - 0014
exact ha