Exact expanded first-order arithmetic statement
forall p a b. (~((p) = 1) /\ forall pfa_factor_left_no_zero_divisors_domain pfa_factor_right_no_zero_divisors_domain. (p) = pfa_factor_left_no_zero_divisors_domain * pfa_factor_right_no_zero_divisors_domain -> pfa_factor_left_no_zero_divisors_domain = 1 \/ pfa_factor_right_no_zero_divisors_domain = 1) -> (((exists pfa_gap_no_zero_divisors_productleft. pfa_gap_no_zero_divisors_productleft + S (a) = (p)) /\ (((exists pfa_gap_no_zero_divisors_productright. pfa_gap_no_zero_divisors_productright + S (b) = (p)) /\ ((((exists pfa_gap_no_zero_divisors_productresultbound. pfa_gap_no_zero_divisors_productresultbound + S (0) = (p)) /\ ((exists pfa_offset_left_no_zero_divisors_productresultcongruence pfa_offset_right_no_zero_divisors_productresultcongruence. ((a) * (b)) + (p) * pfa_offset_left_no_zero_divisors_productresultcongruence = (0) + (p) * pfa_offset_right_no_zero_divisors_productresultcongruence))))))))) -> a = 0 \/ b = 0Constructive proof overview
Generated structural guide
A zero canonical product has a zero factor, including the characteristic-two case.
The unchanged tactic script uses 3 declared prerequisites and contains 28 exact native proof lines.
Public research checkpoint: original HA and independently compiled Lean verified; not Alpha-enrolled, no Alpha checked-use authority; not Stable
Proof neighborhood
Direct dependencies
eq_decidable Alpha theorem; checked-use authorized FP0025 prime_field_multiply_cancel_nonzero_left FP0018 prime_field_multiply_zero_rightDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. The literal dependency-closed bundle is checked by original HA and the independently compiled Lean verifier. Public delivery grants no Alpha checked-use authority or 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–5
02Establish hcasesL6–9
03Separate the logical casesL10–11
04Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
exact hcases_left
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
right
06Use earlier factsL14–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize prime_field_multiply_cancel_nonzero_left (p) - L15
specialize prime_field_multiply_cancel_nonzero_left (a) - L16
specialize prime_field_multiply_cancel_nonzero_left (b) - L17
specialize prime_field_multiply_cancel_nonzero_left (0) - L18
specialize prime_field_multiply_cancel_nonzero_left (0) - L19
apply prime_field_multiply_cancel_nonzero_left - L20
exact hp - L21
exact hcases_right - L22
exact hm - L23
specialize prime_field_multiply_zero_right (p)
07Use earlier factsL24–26
08Separate the logical casesL27–27
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L27
cases hm
09Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hm_left
Original exact command ledger · 28 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro hp - 0005
intro hm - 0006
have hcases : a = 0 \/ ~(a = 0) - 0007
specialize eq_decidable (a) - 0008
specialize eq_decidable (0) - 0009
apply eq_decidable - 0010
cases hcases - 0011
left - 0012
exact hcases_left - 0013
right - 0014
specialize prime_field_multiply_cancel_nonzero_left (p) - 0015
specialize prime_field_multiply_cancel_nonzero_left (a) - 0016
specialize prime_field_multiply_cancel_nonzero_left (b) - 0017
specialize prime_field_multiply_cancel_nonzero_left (0) - 0018
specialize prime_field_multiply_cancel_nonzero_left (0) - 0019
apply prime_field_multiply_cancel_nonzero_left - 0020
exact hp - 0021
exact hcases_right - 0022
exact hm - 0023
specialize prime_field_multiply_zero_right (p) - 0024
specialize prime_field_multiply_zero_right (a) - 0025
apply prime_field_multiply_zero_right - 0026
exact hp - 0027
cases hm - 0028
exact hm_left