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) → ¬a = 0 → Coprime(a,p)
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–5
02Establish hiL6–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field inverse exists.
03Separate the logical casesL13–17
04Use earlier factsL18–22
Original defined command ledger · 22 lines
- 0001
intro p - 0002
intro a - 0003
intro hp - 0004
intro ha - 0005
intro hn - 0006
have hi : ∃ b. FpInv(p,a,b) - 0007
specialize prime_field_inverse_exists (p) - 0008
specialize prime_field_inverse_exists (a) - 0009
apply prime_field_inverse_exists - 0010
exact hp - 0011
exact ha - 0012
exact hn - 0013
cases hi - 0014
cases hi_witness - 0015
cases hi_witness_right - 0016
cases hi_witness_right_right - 0017
cases hi_witness_right_right_right - 0018
specialize mod_inverse_implies_coprime (a) - 0019
specialize mod_inverse_implies_coprime (p) - 0020
specialize mod_inverse_implies_coprime (x) - 0021
apply mod_inverse_implies_coprime - 0022
exact hi_witness_right_right_right_right