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 b t p. (exists gap. gap + S (t + t) = b) -> (exists gap. gap + S b = p + p) -> exists gap. gap + S t = pConstructive proof overview
Generated structural guide
A genuine two-step strict halving below twice a power lies below that power.
The unchanged tactic script uses 2 declared prerequisites and contains 14 exact native proof lines.
Alpha v34 checked-use · first admitted v23 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
lt_trans Stable theorem; checked-use authorized EL0002 euclidean_log_strict_half_cancelDirect 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.
Named ingredients (1)
01Fix variables and assumptionsL1–5
02Use earlier factsL6–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original exact command ledger · 14 lines
- 0001
intro b - 0002
intro t - 0003
intro p - 0004
intro hhalf - 0005
intro hupper - 0006
specialize euclidean_log_strict_half_cancel t - 0007
specialize euclidean_log_strict_half_cancel p - 0008
apply euclidean_log_strict_half_cancel - 0009
specialize lt_trans (t + t) - 0010
specialize lt_trans b - 0011
specialize lt_trans (p + p) - 0012
apply lt_trans - 0013
exact hhalf - 0014
exact hupper
Separate complete second-wave branches: Full T13 proof · Alpha v27.