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 a b. n = 2 * a -> n = 2 * b + 1 -> falseEvery 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 a b. n = 2 * a -> n = 2 * b + 1 -> falseProof 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 (1)
01Fix variables and assumptionsL1–5
02Establish huL6–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply division remainder unique.
- L6
have hu : a = b /\ 0 = 1 - L7
specialize division_remainder_unique 2 - L8
specialize division_remainder_unique n - L9
specialize division_remainder_unique a - L10
specialize division_remainder_unique 0 - L11
specialize division_remainder_unique b - L12
specialize division_remainder_unique 1 - L13
apply division_remainder_unique - L14
rewrite he - L15
simp
03Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists 1
04Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
norm_num
05Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact ho
06Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists 0
07Calculate and transport equalitiesL20–20
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L20
norm_num
08Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hu
09Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
apply PA1
10Calculate and transport equalitiesL23–23
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L23
symm
11Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
exact hu_right
Original defined command ledger · 24 lines
- 0001
intro n - 0002
intro a - 0003
intro b - 0004
intro he - 0005
intro ho - 0006
have hu : a = b /\ 0 = 1 - 0007
specialize division_remainder_unique 2 - 0008
specialize division_remainder_unique n - 0009
specialize division_remainder_unique a - 0010
specialize division_remainder_unique 0 - 0011
specialize division_remainder_unique b - 0012
specialize division_remainder_unique 1 - 0013
apply division_remainder_unique - 0014
rewrite he - 0015
simp - 0016
exists 1 - 0017
norm_num - 0018
exact ho - 0019
exists 0 - 0020
norm_num - 0021
cases hu - 0022
apply PA1 - 0023
symm - 0024
exact hu_right