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 k a b g xp yp xn yn. a * xp + b * yp = g + (a * xn + b * yn) -> (k * a) * xp + (k * b) * yp = k * g + ((k * a) * xn + (k * b) * yn)Constructive proof overview
Generated structural guide
Multiplying a subtraction-free balanced Bezout equation preserves all four witnessed natural coefficients.
The unchanged tactic script uses 2 declared prerequisites and contains 30 exact native proof lines.
Alpha v34 checked-use · first admitted v25 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mul_add Stable theorem; checked-use authorized mul_assoc 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–9
02Calculate and transport equalitiesL10–12
03Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
apply mul_add
04Calculate and transport equalitiesL14–15
05Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
apply mul_assoc
06Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
symm
07Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
apply mul_assoc
08Calculate and transport equalitiesL19–20
09Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
apply mul_add
10Calculate and transport equalitiesL22–24
11Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
apply mul_add
12Calculate and transport equalitiesL26–27
13Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
apply mul_assoc
14Calculate and transport equalitiesL29–29
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L29
symm
15Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
apply mul_assoc
Original exact command ledger · 30 lines
- 0001
intro k - 0002
intro a - 0003
intro b - 0004
intro g - 0005
intro xp - 0006
intro yp - 0007
intro xn - 0008
intro yn - 0009
intro hbezout - 0010
trans k * (a * xp + b * yp) - 0011
symm - 0012
trans k * (a * xp) + k * (b * yp) - 0013
apply mul_add - 0014
congr - 0015
symm - 0016
apply mul_assoc - 0017
symm - 0018
apply mul_assoc - 0019
rewrite hbezout - 0020
trans k * g + k * (a * xn + b * yn) - 0021
apply mul_add - 0022
congr - 0023
refl - 0024
trans k * (a * xn) + k * (b * yn) - 0025
apply mul_add - 0026
congr - 0027
symm - 0028
apply mul_assoc - 0029
symm - 0030
apply mul_assoc
Separate complete second-wave branches: Full G011 proof · Alpha v27.