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.
The initial 0/1 convergent is included: u is natural, not necessarily positive. Comparison denominators are strictly smaller and positive. Signed competitors are represented by an arbitrary difference rp−rn. Approximation inequalities are proved from the trace, never stored as assumptions in Convergent.
Exact theorem in conservative defined notation
∀ u. ∀ U. ∀ v. ∀ V. ∀ rp. ∀ rn. ∀ t. ∀ c. ∀ d. rp = rn + (c · u + d · U) ∧ t = 0 + (c · v + d · V) → c = 0 → rp + 0 · u = rn + d · U ∧ t + 0 · v = 0 + d · V
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 25 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay 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–10
02Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hc
03Separate the logical casesL12–13
04Calculate and transport equalitiesL14–16
05Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact h_left
06Calculate and transport equalitiesL18–22
07Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
exact h_right
Original defined command ledger · 25 lines
- 0001
intro u - 0002
intro U - 0003
intro v - 0004
intro V - 0005
intro rp - 0006
intro rn - 0007
intro t - 0008
intro c - 0009
intro d - 0010
intro h - 0011
intro hc - 0012
cases h - 0013
split - 0014
trans rp - 0015
simp [mul_zero_left] - 0016
trans rn + (c * u + d * U) - 0017
exact h_left - 0018
rewrite hc - 0019
simp [mul_zero_left, zero_add] - 0020
trans t - 0021
simp [mul_zero_left] - 0022
trans 0 + (c * v + d * V) - 0023
exact h_right - 0024
rewrite hc - 0025
simp [mul_zero_left, zero_add]