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. ∀ E. ∀ F. ∀ c. ∀ d. a · v = b · u + E ∧ b · U = a · V + F ∨ b · u = a · v + E ∧ a · V = b · U + F → NaturalAbsDifference(c · (a · v) + d · (b · U),c · (b · u) + d · (a · V),c · E + d · F)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 22 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 h
03Separate the logical casesL12–14
04Calculate and transport equalitiesL15–17
05Separate the logical casesL18–19
Original defined command ledger · 22 lines
- 0001
intro a - 0002
intro b - 0003
intro u - 0004
intro U - 0005
intro v - 0006
intro V - 0007
intro E - 0008
intro F - 0009
intro c - 0010
intro d - 0011
intro h - 0012
cases h - 0013
cases h_left - 0014
left - 0015
rewrite h_left_left - 0016
rewrite h_left_right - 0017
simp [mul_add, mul_comm, add_assoc, add_comm, four_square_add_swap_right_tail] - 0018
cases h_right - 0019
right - 0020
rewrite h_right_left - 0021
rewrite h_right_right - 0022
simp [mul_add, mul_comm, add_assoc, add_comm, four_square_add_swap_right_tail]