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) → ∃ x. FpAdd(p,a,x,0) ∧ (∀ y. FpAdd(p,a,y,0) → y = x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 23 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
02Establish hbL5–10
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field negate exists.
- L5
have hb : ∃ b. FpAdd(p,a,b,0)Definitions: FpAdd(p,a,b,0)Original native command in the exact edition - L6
specialize prime_field_negate_exists (p) - L7
specialize prime_field_negate_exists (a) - L8
apply prime_field_negate_exists - L9
exact hp - L10
exact ha
03Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases hb
04Construct an explicit witnessL12–12
Supply the displayed value, then prove that it has the required property.
- L12
exists x
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
split
06Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hb_witness
07Fix variables and assumptionsL15–16
08Use earlier factsL17–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 23 lines
- 0001
intro p - 0002
intro a - 0003
intro hp - 0004
intro ha - 0005
have hb : ∃ b. FpAdd(p,a,b,0) - 0006
specialize prime_field_negate_exists (p) - 0007
specialize prime_field_negate_exists (a) - 0008
apply prime_field_negate_exists - 0009
exact hp - 0010
exact ha - 0011
cases hb - 0012
exists x - 0013
split - 0014
exact hb_witness - 0015
intro c - 0016
intro hc - 0017
specialize prime_field_negate_functional (p) - 0018
specialize prime_field_negate_functional (a) - 0019
specialize prime_field_negate_functional (c) - 0020
specialize prime_field_negate_functional (x) - 0021
apply prime_field_negate_functional - 0022
exact hc - 0023
exact hb_witness