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 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-v25 checked-use theorem is independently kernel-checked when replayed; it is not a Stable theorem.
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.
Named ingredients (2)
01Fix variables and assumptionsL1–3
02Separate the logical casesL4–4
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L4
split
03Use earlier factsL5–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 12 lines
- 0001
intro p - 0002
intro q - 0003
intro hp - 0004
split - 0005
specialize odd_multiplier_even_product_iff p - 0006
specialize odd_multiplier_even_product_iff q - 0007
apply odd_multiplier_even_product_iff - 0008
exact hp - 0009
specialize odd_multiplier_odd_product_iff p - 0010
specialize odd_multiplier_odd_product_iff q - 0011
apply odd_multiplier_odd_product_iff - 0012
exact hp