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. Prime(p) → ¬FpMul(p,0,b,1)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 24 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 hcopyL5–6
Establish this local claim before using it. It is not an additional assumption.
03Separate the logical casesL7–8
04Establish hbadL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field multiply functional.
- L9
have hbad : 1 = 0 - L10
specialize prime_field_multiply_functional (p) - L11
specialize prime_field_multiply_functional (0) - L12
specialize prime_field_multiply_functional (b) - L13
specialize prime_field_multiply_functional (1) - L14
specialize prime_field_multiply_functional (0) - L15
apply prime_field_multiply_functional - L16
exact hm - L17
specialize prime_field_multiply_zero_left (p) - L18
specialize prime_field_multiply_zero_left (b)
Original defined command ledger · 24 lines
- 0001
intro p - 0002
intro b - 0003
intro hp - 0004
intro hm - 0005
have hcopy : FpMul(p,0,b,1) - 0006
exact hm - 0007
cases hcopy - 0008
cases hcopy_right - 0009
have hbad : 1 = 0 - 0010
specialize prime_field_multiply_functional (p) - 0011
specialize prime_field_multiply_functional (0) - 0012
specialize prime_field_multiply_functional (b) - 0013
specialize prime_field_multiply_functional (1) - 0014
specialize prime_field_multiply_functional (0) - 0015
apply prime_field_multiply_functional - 0016
exact hm - 0017
specialize prime_field_multiply_zero_left (p) - 0018
specialize prime_field_multiply_zero_left (b) - 0019
apply prime_field_multiply_zero_left - 0020
exact hp - 0021
exact hcopy_right_left - 0022
specialize succ_ne_zero (0) - 0023
apply succ_ne_zero - 0024
exact hbad