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 PA statement
forall n a b. n = 2 * a -> n = 2 * b + 1 -> falseStructural proof guide
Generated structural guide
An even and an odd decomposition of the same natural are incompatible.
Use the direct prerequisites division_remainder_unique as previously established PA formulas.
The proof proceeds by case analysis (1), intermediate claims (1), equality transport (1), certified simplification (1), closed numeral normalization (2).
Referenced ingredients
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Stable checked-use theorem is independently kernel-checked when replayed.
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 exact 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