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.
Statement with defined notation
forall p n h. p = S n -> p = 2 * h + 1 -> n = h + hEvery purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order statement
forall p n h. p = S n -> p = 2 * h + 1 -> n = h + hProof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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 defined 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