FP0023

prime_field_inverse_symmetric

Alpha v34 independently verified · alpha_closed; checked-use authorized; not Stable

Inversion is symmetric on the nonzero elements, with both domains proved.

Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.

Exact expanded first-order arithmetic statement

forall p a b. (~((p) = 1) /\ forall pfa_factor_left_inverse_symmetric_domain pfa_factor_right_inverse_symmetric_domain. (p) = pfa_factor_left_inverse_symmetric_domain * pfa_factor_right_inverse_symmetric_domain -> pfa_factor_left_inverse_symmetric_domain = 1 \/ pfa_factor_right_inverse_symmetric_domain = 1) -> (((~((a) = 0)) /\ ((((exists pfa_gap_inverse_symmetric_sourcemultiplicationleft. pfa_gap_inverse_symmetric_sourcemultiplicationleft + S (a) = (p)) /\ (((exists pfa_gap_inverse_symmetric_sourcemultiplicationright. pfa_gap_inverse_symmetric_sourcemultiplicationright + S (b) = (p)) /\ ((((exists pfa_gap_inverse_symmetric_sourcemultiplicationresultbound. pfa_gap_inverse_symmetric_sourcemultiplicationresultbound + S (1) = (p)) /\ ((exists pfa_offset_left_inverse_symmetric_sourcemultiplicationresultcongruence pfa_offset_right_inverse_symmetric_sourcemultiplicationresultcongruence. ((a) * (b)) + (p) * pfa_offset_left_inverse_symmetric_sourcemultiplicationresultcongruence = (1) + (p) * pfa_offset_right_inverse_symmetric_sourcemultiplicationresultcongruence)))))))))))) -> (((~((b) = 0)) /\ ((((exists pfa_gap_inverse_symmetric_targetmultiplicationleft. pfa_gap_inverse_symmetric_targetmultiplicationleft + S (b) = (p)) /\ (((exists pfa_gap_inverse_symmetric_targetmultiplicationright. pfa_gap_inverse_symmetric_targetmultiplicationright + S (a) = (p)) /\ ((((exists pfa_gap_inverse_symmetric_targetmultiplicationresultbound. pfa_gap_inverse_symmetric_targetmultiplicationresultbound + S (1) = (p)) /\ ((exists pfa_offset_left_inverse_symmetric_targetmultiplicationresultcongruence pfa_offset_right_inverse_symmetric_targetmultiplicationresultcongruence. ((b) * (a)) + (p) * pfa_offset_left_inverse_symmetric_targetmultiplicationresultcongruence = (1) + (p) * pfa_offset_right_inverse_symmetric_targetmultiplicationresultcongruence))))))))))))

Constructive proof overview

Generated structural guide

Inversion is symmetric on the nonzero elements, with both domains proved.

The unchanged tactic script uses 2 declared prerequisites and contains 21 exact native proof lines.

Alpha v34 checked-use · first admitted v31 · independently kernel and Lean verified; not Stable

Proof neighborhood

Direct dependencies

Direct dependents

none

Formal native tactic body

Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.

Read the argument

Proof checkpoints

21 script commands · 6 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 (2)
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 b
  4. L4
    intro hp
  5. L5
    intro hi
02Separate the logical casesL6–6

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

  1. L6
    split
03Fix variables and assumptionsL7–7

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

  1. L7
    intro hz
04Use earlier factsL8–14

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

  1. L8
    specialize prime_field_inverse_output_nonzero (p)
  2. L9
    specialize prime_field_inverse_output_nonzero (a)
  3. L10
    specialize prime_field_inverse_output_nonzero (b)
  4. L11
    apply prime_field_inverse_output_nonzero
  5. L12
    exact hp
  6. L13
    exact hi
  7. L14
    exact hz
05Separate the logical casesL15–15

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

  1. L15
    cases hi
06Use earlier factsL16–21

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

  1. L16
    specialize prime_field_multiply_commutative (p)
  2. L17
    specialize prime_field_multiply_commutative (a)
  3. L18
    specialize prime_field_multiply_commutative (b)
  4. L19
    specialize prime_field_multiply_commutative (1)
  5. L20
    apply prime_field_multiply_commutative
  6. L21
    exact hi_right

Library-wide reading audit

Original exact command ledger · 21 lines
  1. 0001intro p
  2. 0002intro a
  3. 0003intro b
  4. 0004intro hp
  5. 0005intro hi
  6. 0006split
  7. 0007intro hz
  8. 0008specialize prime_field_inverse_output_nonzero (p)
  9. 0009specialize prime_field_inverse_output_nonzero (a)
  10. 0010specialize prime_field_inverse_output_nonzero (b)
  11. 0011apply prime_field_inverse_output_nonzero
  12. 0012exact hp
  13. 0013exact hi
  14. 0014exact hz
  15. 0015cases hi
  16. 0016specialize prime_field_multiply_commutative (p)
  17. 0017specialize prime_field_multiply_commutative (a)
  18. 0018specialize prime_field_multiply_commutative (b)
  19. 0019specialize prime_field_multiply_commutative (1)
  20. 0020apply prime_field_multiply_commutative
  21. 0021exact hi_right