FP0007

prime_field_residue_modulus_zero

Public research checkpoint, not admitted to Alpha or Stable. Alpha v30 remains 3222 checked-use theorems; Stable remains 432. The on-demand Alpha Lean service does not yet expose these checkpoint theorems; their independently checked literal bundles and unchanged sources are available below.

Public research checkpoint: original HA and independently compiled Lean verified; not Alpha-enrolled, no Alpha checked-use authority; not Stable

The modulus itself has canonical residue zero, the characteristic-p boundary.

Exact expanded first-order arithmetic statement

forall p. (~((p) = 1) /\ forall pfa_factor_left_modulus_domain pfa_factor_right_modulus_domain. (p) = pfa_factor_left_modulus_domain * pfa_factor_right_modulus_domain -> pfa_factor_left_modulus_domain = 1 \/ pfa_factor_right_modulus_domain = 1) -> (((exists pfa_gap_modulus_zerobound. pfa_gap_modulus_zerobound + S (0) = (p)) /\ ((exists pfa_offset_left_modulus_zerocongruence pfa_offset_right_modulus_zerocongruence. (p) + (p) * pfa_offset_left_modulus_zerocongruence = (0) + (p) * pfa_offset_right_modulus_zerocongruence))))

Constructive proof overview

Generated structural guide

The modulus itself has canonical residue zero, the characteristic-p boundary.

The unchanged tactic script uses 2 declared prerequisites and contains 9 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

9 script commands · 5 reading checkpoints · 0 local claims

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–2

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro p
  2. L2
    intro hp
02Separate the logical casesL3–3

Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.

  1. L3
    split
03Use earlier factsL4–6

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L4
    specialize prime_field_zero_below_prime (p)
  2. L5
    apply prime_field_zero_below_prime
  3. L6
    exact hp
04Construct an explicit witnessL7–8

Supply the displayed value, then prove that it has the required property.

  1. L7
    exists 0
  2. L8
    exists 1
05Calculate and transport equalitiesL9–9

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L9
    simp [zero_add]

Library-wide reading audit

Original exact command ledger · 9 lines
  1. 0001intro p
  2. 0002intro hp
  3. 0003split
  4. 0004specialize prime_field_zero_below_prime (p)
  5. 0005apply prime_field_zero_below_prime
  6. 0006exact hp
  7. 0007exists 0
  8. 0008exists 1
  9. 0009simp [zero_add]