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 p h x. p = 2 * h + 1 -> (exists qst_le_source. qst_le_source + (x) = (h)) -> (exists qst_lt_canonical. qst_lt_canonical + S (2 * x) = (p))Constructive proof overview
Generated structural guide
Doubling a value in the canonical half range never wraps modulo the odd modulus.
The unchanged tactic script uses 1 declared prerequisite and contains 18 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_le_mul_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
02Establish hscaledL6–11
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul le mul left.
03Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hscaled
04Construct an explicit witnessL13–13
Supply the displayed value, then prove that it has the required property.
- L13
exists x1
05Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
trans S (x1 + 2 * x)
06Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
apply PA4
Original exact command ledger · 18 lines
- 0001
intro p - 0002
intro h - 0003
intro x - 0004
intro hpodd - 0005
intro hxbelow - 0006
have hscaled : exists gap. gap + 2 * x = 2 * h - 0007
specialize mul_le_mul_left x - 0008
specialize mul_le_mul_left h - 0009
specialize mul_le_mul_left 2 - 0010
apply mul_le_mul_left - 0011
exact hxbelow - 0012
cases hscaled - 0013
exists x1 - 0014
trans S (x1 + 2 * x) - 0015
apply PA4 - 0016
rewrite hscaled_witness - 0017
rewrite hpodd - 0018
simp