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.
G101 was OPEN when this family was first admitted in Alpha v21. It is now CLOSED in Alpha v23: the actual anchored Euclidean history, terminal gcd, and exact bound steps≤2*BitLen(b)+1 are proved.
Exact theorem in conservative defined notation
∀ r. ∀ b. ∀ t. Lt(r,b) → Lt(r + t,b + t)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 16 lines are the exact independently kernel-checked original script.
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–4
02Use earlier factsL5–7
03Establish hshiftL8–10
04Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases hshift
05Construct an explicit witnessL12–12
Supply the displayed value, then prove that it has the required property.
- L12
exists x
06Use earlier factsL13–14
07Calculate and transport equalitiesL15–15
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L15
rewrite add_succ_left at hshift_witness
08Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hshift_witness
Original defined command ledger · 16 lines
- 0001
intro r - 0002
intro b - 0003
intro t - 0004
intro hlt - 0005
specialize add_le_add_right (S r) - 0006
specialize add_le_add_right b - 0007
specialize add_le_add_right t - 0008
have hshift : exists gap. gap + (S r + t) = b + t - 0009
apply add_le_add_right - 0010
exact hlt - 0011
cases hshift - 0012
exists x - 0013
specialize add_succ_left r - 0014
specialize add_succ_left t - 0015
rewrite add_succ_left at hshift_witness - 0016
exact hshift_witness