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 k x. (((h = 2 * k) \/ (h = 2 * k + 1))) -> (exists qst_lt_floor. qst_lt_floor + S (k) = (x)) -> (exists qst_lt_doubled. qst_lt_doubled + S (h) = (2 * x))Constructive proof overview
Generated structural guide
A source strictly above the odd-half floor doubles beyond the half.
The unchanged tactic script uses 4 declared prerequisites and contains 17 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Proof neighborhood
Direct dependencies
mul_add Stable theorem; checked-use authorized add_assoc Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorized add_succ_left 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
02Separate the logical casesL6–7
03Construct an explicit witnessL8–8
Supply the displayed value, then prove that it has the required property.
- L8
exists 2 * x1 + 1
04Calculate and transport equalitiesL9–12
05Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
apply add_succ_left
06Construct an explicit witnessL14–14
Supply the displayed value, then prove that it has the required property.
- L14
exists 2 * x1
Original exact command ledger · 17 lines
- 0001
intro h - 0002
intro k - 0003
intro x - 0004
intro hhalf - 0005
intro habove - 0006
cases habove - 0007
cases hhalf - 0008
exists 2 * x1 + 1 - 0009
rewrite hhalf_left - 0010
rewrite <- habove_witness - 0011
simp [mul_add, add_assoc, add_comm] - 0012
congr - 0013
apply add_succ_left - 0014
exists 2 * x1 - 0015
rewrite hhalf_right - 0016
rewrite <- habove_witness - 0017
simp [mul_add, add_assoc, add_comm]