PA00C9

odd_multiplier_parity_iff

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

An odd multiplier preserves both parity classes exactly.

Exact expanded PA statement

forall p q. (exists pod_odd_multiplier. p = 2 * pod_odd_multiplier + 1) -> (((((exists pod_even_product_even. p * q = 2 * pod_even_product_even) -> (exists pod_even_factor_even. q = 2 * pod_even_factor_even)) /\ ((exists pod_even_factor_even. q = 2 * pod_even_factor_even) -> (exists pod_even_product_even. p * q = 2 * pod_even_product_even)))) /\ ((((exists pod_odd_product_odd. p * q = 2 * pod_odd_product_odd + 1) -> (exists pod_odd_factor_odd. q = 2 * pod_odd_factor_odd + 1)) /\ ((exists pod_odd_factor_odd. q = 2 * pod_odd_factor_odd + 1) -> (exists pod_odd_product_odd. p * q = 2 * pod_odd_product_odd + 1)))))

Structural proof guide

Generated structural guide

An odd multiplier preserves both parity classes exactly.

Use the direct prerequisites odd_multiplier_even_product_iff, odd_multiplier_odd_product_iff as previously established PA formulas.

The proof proceeds by direct introduction and elimination.

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. 0004split
  5. 0005specialize odd_multiplier_even_product_iff p
  6. 0006specialize odd_multiplier_even_product_iff q
  7. 0007apply odd_multiplier_even_product_iff
  8. 0008exact hp
  9. 0009specialize odd_multiplier_odd_product_iff p
  10. 0010specialize odd_multiplier_odd_product_iff q
  11. 0011apply odd_multiplier_odd_product_iff
  12. 0012exact hp