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 N h d. (d = 0 \/ d = 1) -> N = (h + h) + d -> (exists pc_le_split_upper_result. pc_le_split_upper_result + (N) = (S (h + h)))Constructive proof overview
Generated structural guide
An actual binary-split integer is at most twice its half plus one.
The unchanged tactic script uses 2 declared prerequisites and contains 19 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
le_succ_self Stable theorem; checked-use authorized le_refl Stable 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–5
02Calculate and transport equalitiesL6–6
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L6
rewrite he
03Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
cases hd
04Calculate and transport equalitiesL8–8
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L8
rewrite hd_left
05Establish hzL9–14
Original exact command ledger · 19 lines
- 0001
intro N - 0002
intro h - 0003
intro d - 0004
intro hd - 0005
intro he - 0006
rewrite he - 0007
cases hd - 0008
rewrite hd_left - 0009
have hz : (h + h) + 0 = h + h - 0010
apply PA3 - 0011
rewrite hz - 0012
specialize le_succ_self (h + h) - 0013
apply le_succ_self - 0014
rewrite hd_right - 0015
have hone : (h + h) + 1 = S (h + h) - 0016
simp - 0017
rewrite hone - 0018
specialize le_refl (S (h + h)) - 0019
apply le_refl