BA0001

cf_approximation_prepend_determinant_forward

Prepending a genuine quotient matrix reverses the determinant-one orientation.

Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable

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

∀ u. ∀ U. ∀ v. ∀ V. ∀ q. u · V + 1 = U · v → (q · U + V) · u + 1 = (q · u + v) · U

Every linked abbreviation expands hygienically to the identical original native formula.

Definition DAG

none

Actual proof prerequisites

add_mul · checked external prerequisitemul_assoc · checked external prerequisitemul_comm · checked external prerequisiteadd_comm · checked external prerequisite
Original expanded first-order statement
forall u U v V q. u * V + 1 = U * v -> (q * U + V) * u + 1 = (q * u + v) * U

Complete tactic proof in conservative notation

All 10 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

10 script commands · 2 reading checkpoints · 0 local claims

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.

Definition notation is shown below. Open the paired exact edition for the original native formulas. Source pairing is not a new equivalence certificate.

01Fix variables and assumptionsL1–6

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro u
  2. L2
    intro U
  3. L3
    intro v
  4. L4
    intro V
  5. L5
    intro q
  6. L6
    intro hd
02Calculate and transport equalitiesL7–10

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L7
    trans (q * U) * u + (u * V + 1)
  2. L8
    simp [add_mul, mul_assoc, mul_comm, add_comm]
  3. L9
    rewrite hd
  4. L10
    simp [add_mul, mul_assoc, mul_comm, add_comm]

Library-wide reading audit

Original defined command ledger · 10 lines
  1. 0001intro u
  2. 0002intro U
  3. 0003intro v
  4. 0004intro V
  5. 0005intro q
  6. 0006intro hd
  7. 0007trans (q * U) * u + (u * V + 1)
  8. 0008simp [add_mul, mul_assoc, mul_comm, add_comm]
  9. 0009rewrite hd
  10. 0010simp [add_mul, mul_assoc, mul_comm, add_comm]