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 first-order arithmetic statement
forall e. exists h b. ((((b = 0) \/ (b = 1)) /\ e = (h + h) + b))Constructive proof overview
Generated structural guide
Every exponent has an exact half and a witnessed zero-or-one binary digit.
The unchanged tactic script uses 2 declared prerequisites and contains 24 exact native proof lines.
Alpha v34 checked-use · first admitted v21 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
parity_cases Stable theorem; checked-use authorized two_mul_eq_add_self Alpha theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro e
02Use earlier factsL2–2
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L2
specialize parity_cases e
03Separate the logical casesL3–4
04Construct an explicit witnessL5–6
05Separate the logical casesL7–8
06Calculate and transport equalitiesL9–10
07Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
exact parity_cases_witness_left
08Calculate and transport equalitiesL12–12
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L12
trans x + x
09Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
apply two_mul_eq_add_self
10Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
simp
11Construct an explicit witnessL15–16
12Separate the logical casesL17–18
13Calculate and transport equalitiesL19–20
14Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact parity_cases_witness_right
15Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
congr
16Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply two_mul_eq_add_self
17Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
refl
Original exact command ledger · 24 lines
- 0001
intro e - 0002
specialize parity_cases e - 0003
cases parity_cases - 0004
cases parity_cases_witness - 0005
exists x - 0006
exists 0 - 0007
split - 0008
left - 0009
refl - 0010
trans 2 * x - 0011
exact parity_cases_witness_left - 0012
trans x + x - 0013
apply two_mul_eq_add_self - 0014
simp - 0015
exists x - 0016
exists 1 - 0017
split - 0018
right - 0019
refl - 0020
trans 2 * x + 1 - 0021
exact parity_cases_witness_right - 0022
congr - 0023
apply two_mul_eq_add_self - 0024
refl