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 n. (exists a. S n = 2 * a) -> exists b. n = 2 * b + 1Structural proof guide
Generated structural guide
If a successor is even, its predecessor is odd.
Use the direct prerequisites parity_cases, successor_odd_of_even, even_not_odd as previously established PA formulas.
The proof proceeds by case analysis (2), 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 Stable checked-use theorem is independently kernel-checked when replayed.
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 (3)
01Fix variables and assumptionsL1–2
02Use earlier factsL3–3
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L3
specialize parity_cases n
03Separate the logical casesL4–6
04Establish hsoL7–9
05Construct an explicit witnessL10–10
Supply the displayed value, then prove that it has the required property.
- L10
exists x
06Use earlier factsL11–15
07Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists x
08Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact parity_cases_witness_right
Original exact command ledger · 17 lines
- 0001
intro n - 0002
intro hse - 0003
specialize parity_cases n - 0004
cases parity_cases - 0005
cases parity_cases_witness - 0006
exfalso - 0007
have hso : exists b. S n = 2 * b + 1 - 0008
specialize successor_odd_of_even n - 0009
apply successor_odd_of_even - 0010
exists x - 0011
exact parity_cases_witness_left - 0012
specialize even_not_odd (S n) - 0013
apply even_not_odd - 0014
exact hse - 0015
exact hso - 0016
exists x - 0017
exact parity_cases_witness_right