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.
Statement with defined notation
∀ h. ∀ k. ∀ x. h = 2 · k ∨ h = 2 · k + 1 → Lt(k,x) → Lt(h,2 · x)Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order 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))Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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 defined 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]