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 PA statement
forall c a b d xp yp xn yn. (exists u. a = c * u) -> (exists v. b = c * v) -> a * xp + b * yp = d + (a * xn + b * yn) -> exists w. d = c * wStructural proof guide
Generated structural guide
Every common divisor of two inputs divides the result of a balanced natural combination.
Use the direct prerequisites mul_assoc, mul_add, add_comm, factor_difference as previously established PA formulas.
The proof proceeds by case analysis (2), equality transport (4).
Referenced ingredients
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Linked names are exact direct references. This Stable checked-use theorem is independently kernel-checked when replayed.
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.
Named ingredients (4)
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–13
04Use earlier factsL14–18
05Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
trans c * (x * xp) + c * (x1 * yp)
06Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply mul_add
07Calculate and transport equalitiesL21–23
08Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
apply mul_assoc
09Calculate and transport equalitiesL25–25
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L25
symm
10Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
apply mul_assoc
11Calculate and transport equalitiesL27–31
12Use earlier factsL32–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
exact h
13Calculate and transport equalitiesL33–33
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L33
trans (a * xn + b * yn) + d
14Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
apply add_comm
15Calculate and transport equalitiesL35–41
16Use earlier factsL42–43
17Calculate and transport equalitiesL44–46
18Use earlier factsL47–47
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L47
apply mul_add
19Calculate and transport equalitiesL48–48
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L48
refl
Original exact command ledger · 48 lines
- 0001
intro c - 0002
intro a - 0003
intro b - 0004
intro d - 0005
intro xp - 0006
intro yp - 0007
intro xn - 0008
intro yn - 0009
intro ha - 0010
intro hb - 0011
intro h - 0012
cases ha - 0013
cases hb - 0014
specialize factor_difference c - 0015
specialize factor_difference (x * xp + x1 * yp) - 0016
specialize factor_difference (x * xn + x1 * yn) - 0017
specialize factor_difference d - 0018
apply factor_difference - 0019
trans c * (x * xp) + c * (x1 * yp) - 0020
apply mul_add - 0021
trans (c * x) * xp + (c * x1) * yp - 0022
congr - 0023
symm - 0024
apply mul_assoc - 0025
symm - 0026
apply mul_assoc - 0027
trans a * xp + b * yp - 0028
rewrite ha_witness - 0029
rewrite hb_witness - 0030
refl - 0031
trans d + (a * xn + b * yn) - 0032
exact h - 0033
trans (a * xn + b * yn) + d - 0034
apply add_comm - 0035
trans ((c * x) * xn + (c * x1) * yn) + d - 0036
rewrite ha_witness - 0037
rewrite hb_witness - 0038
refl - 0039
trans (c * (x * xn) + c * (x1 * yn)) + d - 0040
congr - 0041
congr - 0042
apply mul_assoc - 0043
apply mul_assoc - 0044
refl - 0045
congr - 0046
symm - 0047
apply mul_add - 0048
refl