FP0006

prime_field_residue_bounded_value

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

No two distinct representatives below p denote the same residue class.

Exact expanded first-order arithmetic statement

forall p a r. (exists pfa_gap_bounded_value. pfa_gap_bounded_value + S (a) = (p)) -> (((exists pfa_gap_bounded_resultbound. pfa_gap_bounded_resultbound + S (r) = (p)) /\ ((exists pfa_offset_left_bounded_resultcongruence pfa_offset_right_bounded_resultcongruence. (a) + (p) * pfa_offset_left_bounded_resultcongruence = (r) + (p) * pfa_offset_right_bounded_resultcongruence)))) -> r = a

Constructive proof overview

Generated structural guide

No two distinct representatives below p denote the same residue class.

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

15 script commands · 2 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–5

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

  1. L1
    intro p
  2. L2
    intro a
  3. L3
    intro r
  4. L4
    intro ha
  5. L5
    intro hr
02Use earlier factsL6–15

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

  1. L6
    specialize binary_canonical_residue_functional (p)
  2. L7
    specialize binary_canonical_residue_functional (a)
  3. L8
    specialize binary_canonical_residue_functional (r)
  4. L9
    specialize binary_canonical_residue_functional (a)
  5. L10
    apply binary_canonical_residue_functional
  6. L11
    exact hr
  7. L12
    specialize prime_field_residue_reflexive (p)
  8. L13
    specialize prime_field_residue_reflexive (a)
  9. L14
    apply prime_field_residue_reflexive
  10. L15
    exact ha

Library-wide reading audit

Original exact command ledger · 15 lines
  1. 0001intro p
  2. 0002intro a
  3. 0003intro r
  4. 0004intro ha
  5. 0005intro hr
  6. 0006specialize binary_canonical_residue_functional (p)
  7. 0007specialize binary_canonical_residue_functional (a)
  8. 0008specialize binary_canonical_residue_functional (r)
  9. 0009specialize binary_canonical_residue_functional (a)
  10. 0010apply binary_canonical_residue_functional
  11. 0011exact hr
  12. 0012specialize prime_field_residue_reflexive (p)
  13. 0013specialize prime_field_residue_reflexive (a)
  14. 0014apply prime_field_residue_reflexive
  15. 0015exact ha