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
∀ s. ∀ h. ∀ e. ∀ u. ∀ U. ∀ v. ∀ V. ConvergentMatrixTrace(s,h,e,0,u,U,v,V) → u = 1 ∧ (U = 0 ∧ (v = 0 ∧ V = 1))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 30 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–8
02Separate the logical casesL9–11
03Establish heqL12–21
Establish this local claim before using it. It is not an additional assumption.
- L12
have heq : ((s = x) /\ ((u = 1) /\ ((U = 0) /\ ((v = 0) /\ (V = 1))))) - L13
specialize cf_convergent_matrix_state_unique (h) - L14
specialize cf_convergent_matrix_state_unique (e) - L15
specialize cf_convergent_matrix_state_unique (0) - L16
specialize cf_convergent_matrix_state_unique (s) - L17
specialize cf_convergent_matrix_state_unique (u) - L18
specialize cf_convergent_matrix_state_unique (U) - L19
specialize cf_convergent_matrix_state_unique (v) - L20
specialize cf_convergent_matrix_state_unique (V) - L21
specialize cf_convergent_matrix_state_unique (x)
04Use earlier factsL22–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
specialize cf_convergent_matrix_state_unique (1) - L23
specialize cf_convergent_matrix_state_unique (0) - L24
specialize cf_convergent_matrix_state_unique (0) - L25
specialize cf_convergent_matrix_state_unique (1) - L26
apply cf_convergent_matrix_state_unique - L27
exact ht_witness_right_left - L28
exact ht_witness_left
05Separate the logical casesL29–29
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L29
cases heq
06Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact heq_right
Original defined command ledger · 30 lines
- 0001
intro s - 0002
intro h - 0003
intro e - 0004
intro u - 0005
intro U - 0006
intro v - 0007
intro V - 0008
intro ht - 0009
cases ht - 0010
cases ht_witness - 0011
cases ht_witness_right - 0012
have heq : ((s = x) /\ ((u = 1) /\ ((U = 0) /\ ((v = 0) /\ (V = 1))))) - 0013
specialize cf_convergent_matrix_state_unique (h) - 0014
specialize cf_convergent_matrix_state_unique (e) - 0015
specialize cf_convergent_matrix_state_unique (0) - 0016
specialize cf_convergent_matrix_state_unique (s) - 0017
specialize cf_convergent_matrix_state_unique (u) - 0018
specialize cf_convergent_matrix_state_unique (U) - 0019
specialize cf_convergent_matrix_state_unique (v) - 0020
specialize cf_convergent_matrix_state_unique (V) - 0021
specialize cf_convergent_matrix_state_unique (x) - 0022
specialize cf_convergent_matrix_state_unique (1) - 0023
specialize cf_convergent_matrix_state_unique (0) - 0024
specialize cf_convergent_matrix_state_unique (0) - 0025
specialize cf_convergent_matrix_state_unique (1) - 0026
apply cf_convergent_matrix_state_unique - 0027
exact ht_witness_right_left - 0028
exact ht_witness_left - 0029
cases heq - 0030
exact heq_right