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.
Exact expanded first-order arithmetic statement
forall u U v V rp rn t c d. ((((rp) = (rn) + ((c) * (u) + (d) * (U))) /\ ((t) = (0) + ((c) * (v) + (d) * (V))))) -> c = 0 -> ((((rp) + (0) * (u) = (rn) + (d) * (U)) /\ ((t) + (0) * (v) = (0) + (d) * (V))))Constructive proof overview
Generated structural guide
The only small-denominator nonnegative combination is an actual previous-column difference with zero current coefficient.
The unchanged tactic script uses 2 declared prerequisites and contains 25 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mul_zero_left Stable theorem; checked-use authorized zero_add Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 hc
03Separate the logical casesL12–13
04Calculate and transport equalitiesL14–16
05Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact h_left
06Calculate and transport equalitiesL18–22
07Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
exact h_right
Original exact command ledger · 25 lines
- 0001
intro u - 0002
intro U - 0003
intro v - 0004
intro V - 0005
intro rp - 0006
intro rn - 0007
intro t - 0008
intro c - 0009
intro d - 0010
intro h - 0011
intro hc - 0012
cases h - 0013
split - 0014
trans rp - 0015
simp [mul_zero_left] - 0016
trans rn + (c * u + d * U) - 0017
exact h_left - 0018
rewrite hc - 0019
simp [mul_zero_left, zero_add] - 0020
trans t - 0021
simp [mul_zero_left] - 0022
trans 0 + (c * v + d * V) - 0023
exact h_right - 0024
rewrite hc - 0025
simp [mul_zero_left, zero_add]