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
∀ p. ∀ h. ∀ x. ∀ m. p = 2 · h + 1 → Le(m,h) → 2 · x + m = p → 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 p h x m. p = 2 * h + 1 -> (exists qst_le_magnitude. qst_le_magnitude + (m) = (h)) -> 2 * x + m = p -> (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–7
02Separate the logical casesL8–8
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L8
cases hmbelow
03Establish hdoubleL9–14
04Construct an explicit witnessL15–15
Supply the displayed value, then prove that it has the required property.
- L15
exists x1
05Use earlier factsL16–19
06Calculate and transport equalitiesL20–22
07Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply PA4
08Calculate and transport equalitiesL24–25
09Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
apply add_succ_left
10Calculate and transport equalitiesL27–28
11Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
apply add_assoc
12Calculate and transport equalitiesL30–32
13Use earlier factsL33–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L33
apply add_comm
14Calculate and transport equalitiesL34–35
15Use earlier factsL36–37
16Calculate and transport equalitiesL38–43
17Use earlier factsL44–44
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L44
exact hpodd
18Calculate and transport equalitiesL45–45
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L45
symm
19Use earlier factsL46–46
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L46
exact hreflection
Original defined command ledger · 46 lines
- 0001
intro p - 0002
intro h - 0003
intro x - 0004
intro m - 0005
intro hpodd - 0006
intro hmbelow - 0007
intro hreflection - 0008
cases hmbelow - 0009
have hdouble : h + h = 2 * h - 0010
trans h * 2 - 0011
simp [zero_add] - 0012
specialize mul_comm h - 0013
specialize mul_comm 2 - 0014
apply mul_comm - 0015
exists x1 - 0016
specialize add_right_cancel (x1 + S h) - 0017
specialize add_right_cancel (2 * x) - 0018
specialize add_right_cancel m - 0019
apply add_right_cancel - 0020
trans S (h + (x1 + m)) - 0021
trans S (x1 + h) + m - 0022
congr - 0023
apply PA4 - 0024
refl - 0025
trans S ((x1 + h) + m) - 0026
apply add_succ_left - 0027
congr - 0028
trans x1 + (h + m) - 0029
apply add_assoc - 0030
trans x1 + (m + h) - 0031
congr - 0032
refl - 0033
apply add_comm - 0034
trans (x1 + m) + h - 0035
symm - 0036
apply add_assoc - 0037
apply add_comm - 0038
rewrite hmbelow_witness - 0039
rewrite hdouble - 0040
trans 2 * h + 1 - 0041
simp - 0042
trans p - 0043
symm - 0044
exact hpodd - 0045
symm - 0046
exact hreflection