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 n h. n = h + h -> ~(n = 1)Every 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 n h. n = h + h -> ~(n = 1)Proof 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–4
02Establish heven_twoL5–12
03Establish hone_oddL13–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply even odd exclusive pointwise.
Original defined command ledger · 21 lines
- 0001
intro n - 0002
intro h - 0003
intro heven - 0004
intro hone - 0005
have heven_two : n = 2 * h - 0006
trans h + h - 0007
exact heven - 0008
trans h * 2 - 0009
simp [zero_add] - 0010
specialize mul_comm h - 0011
specialize mul_comm 2 - 0012
apply mul_comm - 0013
have hone_odd : n = 2 * 0 + 1 - 0014
rewrite hone - 0015
norm_num - 0016
specialize even_odd_exclusive_pointwise n - 0017
specialize even_odd_exclusive_pointwise h - 0018
specialize even_odd_exclusive_pointwise 0 - 0019
apply even_odd_exclusive_pointwise - 0020
exact heven_two - 0021
exact hone_odd