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. ∀ c. ∀ d. FpAdd(p,a,b,c) → FpAdd(p,a,b,d) → c = d
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 18 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–7
02Separate the logical casesL8–11
03Use earlier factsL12–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize binary_canonical_residue_functional (p) - L13
specialize binary_canonical_residue_functional (a + b) - L14
specialize binary_canonical_residue_functional (c) - L15
specialize binary_canonical_residue_functional (d) - L16
apply binary_canonical_residue_functional - L17
exact hc_right_right - L18
exact hd_right_right
Original defined command ledger · 18 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro d - 0006
intro hc - 0007
intro hd - 0008
cases hc - 0009
cases hc_right - 0010
cases hd - 0011
cases hd_right - 0012
specialize binary_canonical_residue_functional (p) - 0013
specialize binary_canonical_residue_functional (a + b) - 0014
specialize binary_canonical_residue_functional (c) - 0015
specialize binary_canonical_residue_functional (d) - 0016
apply binary_canonical_residue_functional - 0017
exact hc_right_right - 0018
exact hd_right_right