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 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))) -> (((c * (a * v) + d * (b * U)) = (c * (b * u) + d * (a * V)) + (c * E + d * F)) \/ ((c * (b * u) + d * (a * V)) = (c * (a * v) + d * (b * U)) + (c * E + d * F)))Constructive proof overview
Generated structural guide
Opposite signed errors combine without cancellation after subtracting the previous coefficient vector.
The unchanged tactic script uses 5 declared prerequisites and contains 22 exact native proof lines.
Alpha v34 checked-use · first admitted v29 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mul_add Stable theorem; checked-use authorized mul_comm Stable theorem; checked-use authorized add_assoc Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorized four_square_add_swap_right_tail Alpha 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 h
03Separate the logical casesL12–14
04Calculate and transport equalitiesL15–17
05Separate the logical casesL18–19
Original exact 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]