Exact expanded first-order arithmetic statement
forall p n. (exists pfa_gap_small_nonzero_bound. pfa_gap_small_nonzero_bound + S (n) = (p)) -> ~(n = 0) -> ~(((exists pfa_gap_small_nonzerobound. pfa_gap_small_nonzerobound + S (0) = (p)) /\ ((exists pfa_offset_left_small_nonzerocongruence pfa_offset_right_small_nonzerocongruence. (n) + (p) * pfa_offset_left_small_nonzerocongruence = (0) + (p) * pfa_offset_right_small_nonzerocongruence))))Constructive proof overview
Generated structural guide
No positive natural below p has residue zero; the modulus boundary is sharp.
The unchanged tactic script uses 1 declared prerequisite and contains 15 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
Direct 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 (1)
01Fix variables and assumptionsL1–5
02Establish heqL6–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field residue bounded value.
Original exact command ledger · 15 lines
- 0001
intro p - 0002
intro n - 0003
intro hn - 0004
intro hpositive - 0005
intro hzero - 0006
have heq : 0 = n - 0007
specialize prime_field_residue_bounded_value (p) - 0008
specialize prime_field_residue_bounded_value (n) - 0009
specialize prime_field_residue_bounded_value (0) - 0010
apply prime_field_residue_bounded_value - 0011
exact hn - 0012
exact hzero - 0013
apply hpositive - 0014
symm - 0015
exact heq