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. ∀ n. Lt(n,p) → ¬n = 0 → ¬CanonicalModularResidue(p,n,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 15 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 (1)
01Fix variables and assumptionsL1–5
02Establish heqL6–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field residue bounded value.
Original defined command ledger · 15 lines
- 0001
intro p - 0002
intro n - 0003
intro hn - 0004
intro hpositive - 0005
intro hzero - 0006
have heq : 0 = n - 0007
specialize prime_field_residue_bounded_value (p) - 0008
specialize prime_field_residue_bounded_value (n) - 0009
specialize prime_field_residue_bounded_value (0) - 0010
apply prime_field_residue_bounded_value - 0011
exact hn - 0012
exact hzero - 0013
apply hpositive - 0014
symm - 0015
exact heq