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
∀ a. ∀ b. ∀ u. ∀ U. ∀ v. ∀ V. ConvergentErrorInvariant(a,b,u,U,v,V) → ¬v = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 51 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–8
02Separate the logical casesL9–14
03Use earlier factsL15–16
04Calculate and transport equalitiesL17–19
05Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact hi_witness_witness_left_left_left
06Calculate and transport equalitiesL21–22
07Separate the logical casesL23–24
08Establish hmL25–30
09Establish hoL31–35
10Separate the logical casesL36–36
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L36
cases ho
11Establish heL37–46
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul one.
12Use earlier factsL47–49
13Calculate and transport equalitiesL50–50
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L50
rewrite <- he
14Use earlier factsL51–51
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L51
exact hi_witness_witness_right_right
Original defined command ledger · 51 lines
- 0001
intro a - 0002
intro b - 0003
intro u - 0004
intro U - 0005
intro v - 0006
intro V - 0007
intro hi - 0008
intro hv - 0009
cases hi - 0010
cases hi_witness - 0011
cases hi_witness_witness - 0012
cases hi_witness_witness_right - 0013
cases hi_witness_witness_left - 0014
cases hi_witness_witness_left_left - 0015
specialize succ_ne_zero (u * V) - 0016
apply succ_ne_zero - 0017
trans u * V + 1 - 0018
simp - 0019
trans U * v - 0020
exact hi_witness_witness_left_left_left - 0021
rewrite hv - 0022
simp - 0023
cases hi_witness_witness_left_right - 0024
cases hi_witness_witness_left_right_right - 0025
have hm : u * V = 1 - 0026
trans U * v + 1 - 0027
symm - 0028
exact hi_witness_witness_left_right_left - 0029
rewrite hv - 0030
simp - 0031
have ho : u = 1 /\ V = 1 - 0032
specialize mul_eq_one_components (u) - 0033
specialize mul_eq_one_components (V) - 0034
apply mul_eq_one_components - 0035
exact hm - 0036
cases ho - 0037
have he : b = x - 0038
trans b * u - 0039
rewrite ho_left - 0040
symm - 0041
apply mul_one - 0042
trans a * v + x - 0043
exact hi_witness_witness_left_right_right_left - 0044
rewrite hv - 0045
simp [zero_add] - 0046
specialize lt_not_le (x) - 0047
specialize lt_not_le (x1) - 0048
apply lt_not_le - 0049
exact hi_witness_witness_right_left - 0050
rewrite <- he - 0051
exact hi_witness_witness_right_right