Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Exact expanded first-order arithmetic statement
forall p a. (~((p) = 1) /\ forall pfa_factor_left_zero_add_domain pfa_factor_right_zero_add_domain. (p) = pfa_factor_left_zero_add_domain * pfa_factor_right_zero_add_domain -> pfa_factor_left_zero_add_domain = 1 \/ pfa_factor_right_zero_add_domain = 1) -> (exists pfa_gap_zero_add_bound. pfa_gap_zero_add_bound + S (a) = (p)) -> (((exists pfa_gap_zero_addleft. pfa_gap_zero_addleft + S (0) = (p)) /\ (((exists pfa_gap_zero_addright. pfa_gap_zero_addright + S (a) = (p)) /\ ((((exists pfa_gap_zero_addresultbound. pfa_gap_zero_addresultbound + S (a) = (p)) /\ ((exists pfa_offset_left_zero_addresultcongruence pfa_offset_right_zero_addresultcongruence. ((0) + (a)) + (p) * pfa_offset_left_zero_addresultcongruence = (a) + (p) * pfa_offset_right_zero_addresultcongruence)))))))))Constructive proof overview
Generated structural guide
Zero is also the left additive identity on every canonical representative.
The unchanged tactic script uses 2 declared prerequisites and contains 14 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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
02Use earlier factsL5–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L5
specialize prime_field_add_commutative (p) - L6
specialize prime_field_add_commutative (a) - L7
specialize prime_field_add_commutative (0) - L8
specialize prime_field_add_commutative (a) - L9
apply prime_field_add_commutative - L10
specialize prime_field_add_zero_right (p) - L11
specialize prime_field_add_zero_right (a) - L12
apply prime_field_add_zero_right - L13
exact hp - L14
exact ha
Original exact command ledger · 14 lines
- 0001
intro p - 0002
intro a - 0003
intro hp - 0004
intro ha - 0005
specialize prime_field_add_commutative (p) - 0006
specialize prime_field_add_commutative (a) - 0007
specialize prime_field_add_commutative (0) - 0008
specialize prime_field_add_commutative (a) - 0009
apply prime_field_add_commutative - 0010
specialize prime_field_add_zero_right (p) - 0011
specialize prime_field_add_zero_right (a) - 0012
apply prime_field_add_zero_right - 0013
exact hp - 0014
exact ha