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 h a. p = 2 * h + 1 -> p = 4 * a + 3 -> h = 2 * a + 1Every purple notation token opens its conservative definition. This is a reading surface; the compiler expands the statement before the unchanged kernel checks it.
Definitions used by this theorem
In the theorem statement
0 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall p h a. p = 2 * h + 1 -> p = 4 * a + 3 -> h = 2 * a + 1Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. The untrusted compiler re-expands each one before the original tactic script is replayed; defined notation is never accepted by the kernel. Open the exact replay line beneath every changed 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.
Named ingredients (2)
01Fix variables and assumptionsL1–5
02Establish hcanonicalL6–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four mul eq double double.
Original defined command ledger · 19 lines
- 0001
intro p - 0002
intro h - 0003
intro a - 0004
intro hp - 0005
intro hfour - 0006
have hcanonical : p = 2 * (2 * a + 1) + 1 - 0007
trans 4 * a + 3 - 0008
exact hfour - 0009
simp [mul_add] - 0010
congr - 0011
congr - 0012
congr - 0013
apply four_mul_eq_double_double - 0014
specialize odd_half_unique p - 0015
specialize odd_half_unique h - 0016
specialize odd_half_unique (2 * a + 1) - 0017
apply odd_half_unique - 0018
exact hp - 0019
exact hcanonical