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 b. (~((p) = 1) /\ forall pfa_factor_left_zero_inverse_domain pfa_factor_right_zero_inverse_domain. (p) = pfa_factor_left_zero_inverse_domain * pfa_factor_right_zero_inverse_domain -> pfa_factor_left_zero_inverse_domain = 1 \/ pfa_factor_right_zero_inverse_domain = 1) -> ~(((exists pfa_gap_zero_inverseleft. pfa_gap_zero_inverseleft + S (0) = (p)) /\ (((exists pfa_gap_zero_inverseright. pfa_gap_zero_inverseright + S (b) = (p)) /\ ((((exists pfa_gap_zero_inverseresultbound. pfa_gap_zero_inverseresultbound + S (1) = (p)) /\ ((exists pfa_offset_left_zero_inverseresultcongruence pfa_offset_right_zero_inverseresultcongruence. ((0) * (b)) + (p) * pfa_offset_left_zero_inverseresultcongruence = (1) + (p) * pfa_offset_right_zero_inverseresultcongruence)))))))))Constructive proof overview
Generated structural guide
Zero has no product equal to one; this follows from multiplication, not from the inverse definition's guard.
The unchanged tactic script uses 3 declared prerequisites and contains 24 exact native proof lines.
Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
FP0019 prime_field_multiply_zero_left FP000D prime_field_multiply_functional succ_ne_zero Stable theorem; checked-use authorizedDirect 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
02Establish hcopyL5–6
Establish this local claim before using it. It is not an additional assumption.
- L5
have hcopy : ((exists pfa_gap_zero_inverse_copyleft. pfa_gap_zero_inverse_copyleft + S (0) = (p)) /\ (((exists pfa_gap_zero_inverse_copyright. pfa_gap_zero_inverse_copyright + S (b) = (p)) /\ ((((exists pfa_gap_zero_inverse_copyresultbound. pfa_gap_zero_inverse_copyresultbound + S (1) = (p)) /\ ((exists pfa_offset_left_zero_inverse_copyresultcongruence pfa_offset_right_zero_inverse_copyresultcongruence. ((0) * (b)) + (p) * pfa_offset_left_zero_inverse_copyresultcongruence = (1) + (p) * pfa_offset_right_zero_inverse_copyresultcongruence)))))))) - L6
exact hm
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 exact command ledger · 24 lines
- 0001
intro p - 0002
intro b - 0003
intro hp - 0004
intro hm - 0005
have hcopy : ((exists pfa_gap_zero_inverse_copyleft. pfa_gap_zero_inverse_copyleft + S (0) = (p)) /\ (((exists pfa_gap_zero_inverse_copyright. pfa_gap_zero_inverse_copyright + S (b) = (p)) /\ ((((exists pfa_gap_zero_inverse_copyresultbound. pfa_gap_zero_inverse_copyresultbound + S (1) = (p)) /\ ((exists pfa_offset_left_zero_inverse_copyresultcongruence pfa_offset_right_zero_inverse_copyresultcongruence. ((0) * (b)) + (p) * pfa_offset_left_zero_inverse_copyresultcongruence = (1) + (p) * pfa_offset_right_zero_inverse_copyresultcongruence)))))))) - 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