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. ∀ B. ∀ C. ∀ a. ∀ v. FpNegPrefix(p,B,C,p) → Lt(a,p) → BetaAt(B,C,a,v) → FpAdd(p,a,v,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 26 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–8
02Establish hpointL9–12
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply htable.
- L9
have hpoint : ∃ w. BetaAt(B,C,a,w) ∧ FpAdd(p,a,w,0)Definitions: BetaAt(B,C,a,w)FpAdd(p,a,w,0)Original native command in the exact edition - L10
specialize htable (a) - L11
apply htable - L12
exact ha
03Separate the logical casesL13–14
04Establish heqL15–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
05Calculate and transport equalitiesL25–25
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L25
rewrite heq at hpoint_witness_right
06Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
exact hpoint_witness_right
Original defined command ledger · 26 lines
- 0001
intro p - 0002
intro B - 0003
intro C - 0004
intro a - 0005
intro v - 0006
intro htable - 0007
intro ha - 0008
intro hat - 0009
have hpoint : ∃ w. BetaAt(B,C,a,w) ∧ FpAdd(p,a,w,0) - 0010
specialize htable (a) - 0011
apply htable - 0012
exact ha - 0013
cases hpoint - 0014
cases hpoint_witness - 0015
have heq : x = v - 0016
specialize beta_at_unique (B) - 0017
specialize beta_at_unique (C) - 0018
specialize beta_at_unique (a) - 0019
specialize beta_at_unique (x) - 0020
specialize beta_at_unique (v) - 0021
apply beta_at_unique - 0022
exact hpoint_witness_left - 0023
exact hat - 0024
rewrite heq at hpoint_witness_right - 0025
rewrite heq at hpoint_witness_right - 0026
exact hpoint_witness_right