PF000B

pythagorean_coprime_swap

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

Natural common-divisor coprimality is symmetric with no gcd choice or excluded middle.

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 original first-admission records.

Exact expanded first-order arithmetic statement

forall x y. (forall pff_divisor_swap_forward. (exists pff_left_swap_forward. (x) = pff_divisor_swap_forward * pff_left_swap_forward) -> (exists pff_right_swap_forward. (y) = pff_divisor_swap_forward * pff_right_swap_forward) -> pff_divisor_swap_forward = 1) -> (forall pff_divisor_swap_backward. (exists pff_left_swap_backward. (y) = pff_divisor_swap_backward * pff_left_swap_backward) -> (exists pff_right_swap_backward. (x) = pff_divisor_swap_backward * pff_right_swap_backward) -> pff_divisor_swap_backward = 1)

Constructive proof overview

Generated structural guide

Natural common-divisor coprimality is symmetric with no gcd choice or excluded middle.

The unchanged tactic script uses 0 declared prerequisites and contains 10 exact native proof lines.

dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged

Proof neighborhood

Direct dependencies

none

Direct dependents

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

10 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.

01Fix variables and assumptionsL1–6

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

  1. L1
    intro x
  2. L2
    intro y
  3. L3
    intro hcoprime
  4. L4
    intro divisor
  5. L5
    intro hright
  6. L6
    intro hleft
02Use earlier factsL7–10

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

  1. L7
    specialize hcoprime divisor
  2. L8
    apply hcoprime
  3. L9
    exact hleft
  4. L10
    exact hright

Library-wide reading audit

Original exact command ledger · 10 lines
  1. 0001intro x
  2. 0002intro y
  3. 0003intro hcoprime
  4. 0004intro divisor
  5. 0005intro hright
  6. 0006intro hleft
  7. 0007specialize hcoprime divisor
  8. 0008apply hcoprime
  9. 0009exact hleft
  10. 0010exact hright