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. ∀ b. ∀ x. ∀ y. ∀ z. CanonicalModularResidue(p,a,x) → CanonicalModularResidue(p,b,y) → FpMul(p,x,y,z) → CanonicalModularResidue(p,a · b,z)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 30 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–9
02Separate the logical casesL10–15
03Use earlier factsL16–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 30 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro x - 0005
intro y - 0006
intro z - 0007
intro ha - 0008
intro hb - 0009
intro hz - 0010
cases ha - 0011
cases hb - 0012
cases hz - 0013
cases hz_right - 0014
cases hz_right_right - 0015
split - 0016
exact hz_right_right_left - 0017
specialize mod_eq_trans (p) - 0018
specialize mod_eq_trans (a * b) - 0019
specialize mod_eq_trans (x * y) - 0020
specialize mod_eq_trans (z) - 0021
apply mod_eq_trans - 0022
specialize mod_eq_mul (p) - 0023
specialize mod_eq_mul (a) - 0024
specialize mod_eq_mul (x) - 0025
specialize mod_eq_mul (b) - 0026
specialize mod_eq_mul (y) - 0027
apply mod_eq_mul - 0028
exact ha_right - 0029
exact hb_right - 0030
exact hz_right_right_right