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
∀ t. ∀ v. ∀ V. ∀ c. ∀ d. t = 0 + (c · v + d · V) → Lt(t,v) → c = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 35 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.
Named ingredients (1)
01Fix variables and assumptionsL1–7
02Establish hcL8–11
03Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hc
04Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact hc_left
05Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
exfalso
06Use earlier factsL15–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
specialize lt_not_le (t) - L16
specialize lt_not_le (v) - L17
apply lt_not_le - L18
exact hlt - L19
specialize le_trans (v) - L20
specialize le_trans (c * v + d * V) - L21
specialize le_trans (t) - L22
apply le_trans - L23
specialize cf_approximation_positive_coefficient_bound (v) - L24
specialize cf_approximation_positive_coefficient_bound (V)
07Use earlier factsL25–28
08Construct an explicit witnessL29–29
Supply the displayed value, then prove that it has the required property.
- L29
exists 0
09Calculate and transport equalitiesL30–30
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L30
trans c * v + d * V
10Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
apply zero_add
11Calculate and transport equalitiesL32–33
Original defined command ledger · 35 lines
- 0001
intro t - 0002
intro v - 0003
intro V - 0004
intro c - 0005
intro d - 0006
intro ht - 0007
intro hlt - 0008
have hc : c = 0 \/ ~(c = 0) - 0009
specialize eq_decidable (c) - 0010
specialize eq_decidable (0) - 0011
apply eq_decidable - 0012
cases hc - 0013
exact hc_left - 0014
exfalso - 0015
specialize lt_not_le (t) - 0016
specialize lt_not_le (v) - 0017
apply lt_not_le - 0018
exact hlt - 0019
specialize le_trans (v) - 0020
specialize le_trans (c * v + d * V) - 0021
specialize le_trans (t) - 0022
apply le_trans - 0023
specialize cf_approximation_positive_coefficient_bound (v) - 0024
specialize cf_approximation_positive_coefficient_bound (V) - 0025
specialize cf_approximation_positive_coefficient_bound (c) - 0026
specialize cf_approximation_positive_coefficient_bound (d) - 0027
apply cf_approximation_positive_coefficient_bound - 0028
exact hc_right - 0029
exists 0 - 0030
trans c * v + d * V - 0031
apply zero_add - 0032
symm - 0033
trans 0 + (c * v + d * V) - 0034
exact ht - 0035
apply zero_add