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. ∀ b. ∀ c. ∀ z. Prime(p) → ¬a = 0 → FpMul(p,a,b,z) → FpMul(p,a,c,z) → b = c
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 48 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–9
02Separate the logical casesL10–15
03Use earlier factsL16–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
specialize mod_eq_bounded_unique (p) - L17
specialize mod_eq_bounded_unique (b) - L18
specialize mod_eq_bounded_unique (c) - L19
apply mod_eq_bounded_unique - L20
exact hb_right_left - L21
exact hc_right_left - L22
specialize mod_eq_cancel_coprime (p) - L23
specialize mod_eq_cancel_coprime (a) - L24
specialize mod_eq_cancel_coprime (b) - L25
specialize mod_eq_cancel_coprime (c)
04Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
apply mod_eq_cancel_coprime
05Fix variables and assumptionsL27–27
Work with arbitrary variables or the premises of the current implication.
- L27
intro hz
06Use earlier factsL28–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
07Use earlier factsL38–47
Instantiate or apply named facts and discharge the corresponding proof obligations.
08Use earlier factsL48–48
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L48
exact hc_right_right_right
Original defined command ledger · 48 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro z - 0006
intro hp - 0007
intro hn - 0008
intro hb - 0009
intro hc - 0010
cases hb - 0011
cases hb_right - 0012
cases hb_right_right - 0013
cases hc - 0014
cases hc_right - 0015
cases hc_right_right - 0016
specialize mod_eq_bounded_unique (p) - 0017
specialize mod_eq_bounded_unique (b) - 0018
specialize mod_eq_bounded_unique (c) - 0019
apply mod_eq_bounded_unique - 0020
exact hb_right_left - 0021
exact hc_right_left - 0022
specialize mod_eq_cancel_coprime (p) - 0023
specialize mod_eq_cancel_coprime (a) - 0024
specialize mod_eq_cancel_coprime (b) - 0025
specialize mod_eq_cancel_coprime (c) - 0026
apply mod_eq_cancel_coprime - 0027
intro hz - 0028
specialize prime_nonzero (p) - 0029
apply prime_nonzero - 0030
exact hp - 0031
exact hz - 0032
specialize prime_field_nonzero_coprime (p) - 0033
specialize prime_field_nonzero_coprime (a) - 0034
apply prime_field_nonzero_coprime - 0035
exact hp - 0036
exact hb_left - 0037
exact hn - 0038
specialize mod_eq_trans (p) - 0039
specialize mod_eq_trans (a * b) - 0040
specialize mod_eq_trans (z) - 0041
specialize mod_eq_trans (a * c) - 0042
apply mod_eq_trans - 0043
exact hb_right_right_right - 0044
specialize mod_eq_symm (p) - 0045
specialize mod_eq_symm (a * c) - 0046
specialize mod_eq_symm (z) - 0047
apply mod_eq_symm - 0048
exact hc_right_right_right