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. Prime(p) → Lt(a,p) → Lt(b,p) → ∃ x. FpAdd(p,a,b,x) ∧ (∀ y. FpAdd(p,a,b,y) → 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 28 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–6
02Establish hcL7–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field add exists.
- L7
have hc : ∃ c. FpAdd(p,a,b,c)Definitions: FpAdd(p,a,b,c)Original native command in the exact edition - L8
specialize prime_field_add_exists (p) - L9
specialize prime_field_add_exists (a) - L10
specialize prime_field_add_exists (b) - L11
apply prime_field_add_exists - L12
exact hp - L13
exact ha - L14
exact hb
03Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
cases hc
04Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists x
05Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
split
06Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact hc_witness
07Fix variables and assumptionsL19–20
08Use earlier factsL21–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 28 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro hp - 0005
intro ha - 0006
intro hb - 0007
have hc : ∃ c. FpAdd(p,a,b,c) - 0008
specialize prime_field_add_exists (p) - 0009
specialize prime_field_add_exists (a) - 0010
specialize prime_field_add_exists (b) - 0011
apply prime_field_add_exists - 0012
exact hp - 0013
exact ha - 0014
exact hb - 0015
cases hc - 0016
exists x - 0017
split - 0018
exact hc_witness - 0019
intro d - 0020
intro hd - 0021
specialize prime_field_add_functional (p) - 0022
specialize prime_field_add_functional (a) - 0023
specialize prime_field_add_functional (b) - 0024
specialize prime_field_add_functional (d) - 0025
specialize prime_field_add_functional (x) - 0026
apply prime_field_add_functional - 0027
exact hd - 0028
exact hc_witness