Exact expanded first-order arithmetic statement
forall p a b c. (((~((a) = 0)) /\ ((((exists pfa_gap_inverse_firstmultiplicationleft. pfa_gap_inverse_firstmultiplicationleft + S (a) = (p)) /\ (((exists pfa_gap_inverse_firstmultiplicationright. pfa_gap_inverse_firstmultiplicationright + S (b) = (p)) /\ ((((exists pfa_gap_inverse_firstmultiplicationresultbound. pfa_gap_inverse_firstmultiplicationresultbound + S (1) = (p)) /\ ((exists pfa_offset_left_inverse_firstmultiplicationresultcongruence pfa_offset_right_inverse_firstmultiplicationresultcongruence. ((a) * (b)) + (p) * pfa_offset_left_inverse_firstmultiplicationresultcongruence = (1) + (p) * pfa_offset_right_inverse_firstmultiplicationresultcongruence)))))))))))) -> (((~((a) = 0)) /\ ((((exists pfa_gap_inverse_secondmultiplicationleft. pfa_gap_inverse_secondmultiplicationleft + S (a) = (p)) /\ (((exists pfa_gap_inverse_secondmultiplicationright. pfa_gap_inverse_secondmultiplicationright + S (c) = (p)) /\ ((((exists pfa_gap_inverse_secondmultiplicationresultbound. pfa_gap_inverse_secondmultiplicationresultbound + S (1) = (p)) /\ ((exists pfa_offset_left_inverse_secondmultiplicationresultcongruence pfa_offset_right_inverse_secondmultiplicationresultcongruence. ((a) * (c)) + (p) * pfa_offset_left_inverse_secondmultiplicationresultcongruence = (1) + (p) * pfa_offset_right_inverse_secondmultiplicationresultcongruence)))))))))))) -> b = cConstructive proof overview
Generated structural guide
Multiplicative inverses are unique as bounded natural representatives.
The unchanged tactic script uses 1 declared prerequisite and contains 23 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.
01Fix variables and assumptionsL1–6
02Separate the logical casesL7–14
03Use earlier factsL15–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
specialize bounded_mod_inverse_unique (p) - L16
specialize bounded_mod_inverse_unique (a) - L17
specialize bounded_mod_inverse_unique (b) - L18
specialize bounded_mod_inverse_unique (c) - L19
apply bounded_mod_inverse_unique - L20
exact hb_right_right_left - L21
exact hc_right_right_left - L22
exact hb_right_right_right_right - L23
exact hc_right_right_right_right
Original exact command ledger · 23 lines
- 0001
intro p - 0002
intro a - 0003
intro b - 0004
intro c - 0005
intro hb - 0006
intro hc - 0007
cases hb - 0008
cases hb_right - 0009
cases hb_right_right - 0010
cases hb_right_right_right - 0011
cases hc - 0012
cases hc_right - 0013
cases hc_right_right - 0014
cases hc_right_right_right - 0015
specialize bounded_mod_inverse_unique (p) - 0016
specialize bounded_mod_inverse_unique (a) - 0017
specialize bounded_mod_inverse_unique (b) - 0018
specialize bounded_mod_inverse_unique (c) - 0019
apply bounded_mod_inverse_unique - 0020
exact hb_right_right_left - 0021
exact hc_right_right_left - 0022
exact hb_right_right_right_right - 0023
exact hc_right_right_right_right