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.
The original division, gcd, cancellation, and factor-existence foundations are exposed through checked wrappers. Unordered uniqueness adds an actual bounded, injective, surjective index map matching repeated prime occurrences. The empty factor list represents one, not zero.
Exact theorem in conservative defined notation
∀ a. ∀ b. ∃ g. ∃ u. ∃ v. IsGCD(g,a,b) ∧ (SignedBezout(g,a,b,u,v) ∧ (∀ x. IsGCD(x,a,b) → x = g))
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 24 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay 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–2
02Use earlier factsL3–4
03Separate the logical casesL5–8
04Construct an explicit witnessL9–11
05Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
split
06Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact gcd_signed_bezout_exists_witness_witness_witness_left
07Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
split
08Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
exact gcd_signed_bezout_exists_witness_witness_witness_right
09Fix variables and assumptionsL16–17
10Use earlier factsL18–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 24 lines
- 0001
intro a - 0002
intro b - 0003
specialize gcd_signed_bezout_exists a - 0004
specialize gcd_signed_bezout_exists b - 0005
cases gcd_signed_bezout_exists - 0006
cases gcd_signed_bezout_exists_witness - 0007
cases gcd_signed_bezout_exists_witness_witness - 0008
cases gcd_signed_bezout_exists_witness_witness_witness - 0009
exists x - 0010
exists x1 - 0011
exists x2 - 0012
split - 0013
exact gcd_signed_bezout_exists_witness_witness_witness_left - 0014
split - 0015
exact gcd_signed_bezout_exists_witness_witness_witness_right - 0016
intro h - 0017
intro hh - 0018
specialize is_gcd_unique (h) - 0019
specialize is_gcd_unique (x) - 0020
specialize is_gcd_unique (a) - 0021
specialize is_gcd_unique (b) - 0022
apply is_gcd_unique - 0023
exact hh - 0024
exact gcd_signed_bezout_exists_witness_witness_witness_left