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 p n h. p = S n -> p = 2 * h + 1 -> n = h + hConstructive proof overview
Generated structural guide
An odd successor has predecessor equal to twice its odd half.
The unchanged tactic script uses 2 declared prerequisites and contains 25 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
mul_comm Stable theorem; checked-use authorized zero_add Stable theorem; checked-use authorizedDirect 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
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–5
02Establish hdoubleL6–11
03Establish hsuccessorsL12–18
Original exact command ledger · 25 lines
- 0001
intro p - 0002
intro n - 0003
intro h - 0004
intro hpredecessor - 0005
intro hodd - 0006
have hdouble : h + h = 2 * h - 0007
trans h * 2 - 0008
simp [zero_add] - 0009
specialize mul_comm h - 0010
specialize mul_comm 2 - 0011
apply mul_comm - 0012
have hsuccessors : S n = S (2 * h) - 0013
trans p - 0014
symm - 0015
exact hpredecessor - 0016
trans 2 * h + 1 - 0017
exact hodd - 0018
simp - 0019
have hpredecessors : n = 2 * h - 0020
apply PA2 - 0021
exact hsuccessors - 0022
trans 2 * h - 0023
exact hpredecessors - 0024
symm - 0025
exact hdouble