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 = aConstructive 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
binary_canonical_residue_functional Alpha theorem; checked-use authorized FP0003 prime_field_residue_reflexiveDirect 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
02Use earlier factsL6–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L6
specialize binary_canonical_residue_functional (p) - L7
specialize binary_canonical_residue_functional (a) - L8
specialize binary_canonical_residue_functional (r) - L9
specialize binary_canonical_residue_functional (a) - L10
apply binary_canonical_residue_functional - L11
exact hr - L12
specialize prime_field_residue_reflexive (p) - L13
specialize prime_field_residue_reflexive (a) - L14
apply prime_field_residue_reflexive - L15
exact ha
Original exact command ledger · 15 lines
- 0001
intro p - 0002
intro a - 0003
intro r - 0004
intro ha - 0005
intro hr - 0006
specialize binary_canonical_residue_functional (p) - 0007
specialize binary_canonical_residue_functional (a) - 0008
specialize binary_canonical_residue_functional (r) - 0009
specialize binary_canonical_residue_functional (a) - 0010
apply binary_canonical_residue_functional - 0011
exact hr - 0012
specialize prime_field_residue_reflexive (p) - 0013
specialize prime_field_residue_reflexive (a) - 0014
apply prime_field_residue_reflexive - 0015
exact ha