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 h. (exists pc_le_triple_input. pc_le_triple_input + (2) = (h)) -> (exists pc_le_triple_result. pc_le_triple_result + (S h + S h) = (3 * h))Constructive proof overview
Generated structural guide
For h at least two, twice its successor is at most three times h.
The unchanged tactic script uses 5 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
euclidean_log_double_successor Alpha theorem; checked-use authorized add_le_add_left Stable theorem; checked-use authorized mul_comm Stable theorem; checked-use authorized zero_add Stable theorem; checked-use authorized add_assoc 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–2
02Establish hdoubleL3–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply euclidean log double successor.
03Establish htripleL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul comm.
04Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact hh
Original exact command ledger · 19 lines
- 0001
intro h - 0002
intro hh - 0003
have hdouble : S h + S h = (h + h) + 2 - 0004
trans S (S (h + h)) - 0005
specialize euclidean_log_double_successor h - 0006
apply euclidean_log_double_successor - 0007
symm - 0008
simp - 0009
have htriple : 3 * h = (h + h) + h - 0010
trans h * 3 - 0011
apply mul_comm - 0012
simp [zero_add, add_assoc] - 0013
rewrite hdouble - 0014
rewrite htriple - 0015
specialize add_le_add_left 2 - 0016
specialize add_le_add_left h - 0017
specialize add_le_add_left (h + h) - 0018
apply add_le_add_left - 0019
exact hh