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
∀ a. ∀ b. ∀ q. ∀ r. ∀ Q. ∀ t. EuclideanDivision(a,b,q,r) → EuclideanDivision(b,r,Q,t) → ¬Q = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 27 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–8
02Separate the logical casesL9–10
03Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hzero
04Establish hbtL12–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply lt irrefl expanded.
05Use earlier factsL22–24
06Calculate and transport equalitiesL25–25
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L25
rewrite hbt at hfirst_right
Original defined command ledger · 27 lines
- 0001
intro a - 0002
intro b - 0003
intro q - 0004
intro r - 0005
intro Q - 0006
intro t - 0007
intro hfirst - 0008
intro hsecond - 0009
cases hfirst - 0010
cases hsecond - 0011
intro hzero - 0012
have hbt : b = t - 0013
trans (r * 0 + t) - 0014
rewrite hzero at hsecond_left - 0015
exact hsecond_left - 0016
simp - 0017
specialize zero_add t - 0018
exact zero_add - 0019
specialize lt_irrefl_expanded r - 0020
apply lt_irrefl_expanded - 0021
specialize lt_trans r - 0022
specialize lt_trans t - 0023
specialize lt_trans r - 0024
apply lt_trans - 0025
rewrite hbt at hfirst_right - 0026
exact hfirst_right - 0027
exact hsecond_right