PA006W

distinct_primes_right_not_divide_left

Alpha v16 checked-use theorem · independently closed; not Stable

The reverse orientation is nondivisible as well.

Exact expanded PA statement

forall p q. ((~(p = 1) /\ forall frm_prime_left_dpn_prime_p frm_prime_right_dpn_prime_p. p = frm_prime_left_dpn_prime_p * frm_prime_right_dpn_prime_p -> frm_prime_left_dpn_prime_p = 1 \/ frm_prime_right_dpn_prime_p = 1)) -> ((~(q = 1) /\ forall frm_prime_left_dpn_prime_q frm_prime_right_dpn_prime_q. q = frm_prime_left_dpn_prime_q * frm_prime_right_dpn_prime_q -> frm_prime_left_dpn_prime_q = 1 \/ frm_prime_right_dpn_prime_q = 1)) -> ~(p = q) -> (~(exists frm_factor_dpn_q_not_p. p = q * frm_factor_dpn_q_not_p))

Structural proof guide

Generated structural guide

The reverse orientation is nondivisible as well.

Use the direct prerequisites distinct_primes_left_not_divide_right as previously established PA formulas.

The proof proceeds by intermediate claims (1).

Referenced ingredients

Proof neighborhood

Direct dependencies

Direct dependents

Formal native tactic body

Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Alpha-v16 checked-use theorem is independently kernel-checked when replayed; it is not a Stable theorem.

  1. 0001intro p
  2. 0002intro q
  3. 0003intro hp
  4. 0004intro hq
  5. 0005intro hpq
  6. 0006have hqp : ~(q = p)
  7. 0007intro h
  8. 0008apply hpq
  9. 0009symm
  10. 0010exact h
  11. 0011specialize distinct_primes_left_not_divide_right q
  12. 0012specialize distinct_primes_left_not_divide_right p
  13. 0013intro hdiv
  14. 0014apply distinct_primes_left_not_divide_right
  15. 0015exact hq
  16. 0016exact hp
  17. 0017exact hqp
  18. 0018exact hdiv