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.
Historical partial components only: this chapter proves canonical solutions under successive-merge compatibility and in the pairwise-compatible dominating-last case. G011 is now closed in the separate Alpha-v27 generalized-crt branch for arbitrary pairwise-compatible finite lists, including noncoprime moduli. Full G011 proof · Alpha v27
Exact theorem in conservative defined notation
∀ 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)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 30 lines are the exact independently kernel-checked original script.
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 defined 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