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
∀ h. ∀ e. ∀ j. ∀ s. ∀ u. ∀ U. ∀ v. ∀ V. ∀ t. ∀ a. ∀ b. ∀ c. ∀ d. ConvergentMatrixAt(h,e,j,s,u,U,v,V) → ConvergentMatrixAt(h,e,j,t,a,b,c,d) → s = t ∧ (u = a ∧ (U = b ∧ (v = c ∧ V = d)))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 43 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–10
02Fix variables and assumptionsL11–15
03Separate the logical casesL16–19
04Establish hzL20–29
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
- L20
have hz : x = x1 - L21
specialize beta_at_unique (h) - L22
specialize beta_at_unique (e) - L23
specialize beta_at_unique (j) - L24
specialize beta_at_unique (x) - L25
specialize beta_at_unique (x1) - L26
apply beta_at_unique - L27
exact h1_witness_right - L28
exact h2_witness_right - L29
specialize cf_convergent_state_code_injective (s)
05Use earlier factsL30–39
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
specialize cf_convergent_state_code_injective (u) - L31
specialize cf_convergent_state_code_injective (U) - L32
specialize cf_convergent_state_code_injective (v) - L33
specialize cf_convergent_state_code_injective (V) - L34
specialize cf_convergent_state_code_injective (t) - L35
specialize cf_convergent_state_code_injective (a) - L36
specialize cf_convergent_state_code_injective (b) - L37
specialize cf_convergent_state_code_injective (c) - L38
specialize cf_convergent_state_code_injective (d) - L39
specialize cf_convergent_state_code_injective (x)
06Use earlier factsL40–41
07Calculate and transport equalitiesL42–42
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L42
rewrite hz
08Use earlier factsL43–43
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L43
exact h2_witness_left
Original defined command ledger · 43 lines
- 0001
intro h - 0002
intro e - 0003
intro j - 0004
intro s - 0005
intro u - 0006
intro U - 0007
intro v - 0008
intro V - 0009
intro t - 0010
intro a - 0011
intro b - 0012
intro c - 0013
intro d - 0014
intro h1 - 0015
intro h2 - 0016
cases h1 - 0017
cases h2 - 0018
cases h1_witness - 0019
cases h2_witness - 0020
have hz : x = x1 - 0021
specialize beta_at_unique (h) - 0022
specialize beta_at_unique (e) - 0023
specialize beta_at_unique (j) - 0024
specialize beta_at_unique (x) - 0025
specialize beta_at_unique (x1) - 0026
apply beta_at_unique - 0027
exact h1_witness_right - 0028
exact h2_witness_right - 0029
specialize cf_convergent_state_code_injective (s) - 0030
specialize cf_convergent_state_code_injective (u) - 0031
specialize cf_convergent_state_code_injective (U) - 0032
specialize cf_convergent_state_code_injective (v) - 0033
specialize cf_convergent_state_code_injective (V) - 0034
specialize cf_convergent_state_code_injective (t) - 0035
specialize cf_convergent_state_code_injective (a) - 0036
specialize cf_convergent_state_code_injective (b) - 0037
specialize cf_convergent_state_code_injective (c) - 0038
specialize cf_convergent_state_code_injective (d) - 0039
specialize cf_convergent_state_code_injective (x) - 0040
apply cf_convergent_state_code_injective - 0041
exact h1_witness_left - 0042
rewrite hz - 0043
exact h2_witness_left