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.
For n>1 the exponent gcd and a real beta table classify and witness all positive root degrees. The unit n=1 has a separate uniform certificate for every positive degree. Zero is excluded. NaturalSquarefreeDecomposition is deliberately distinct from the unrelated polynomial definition.
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ l. ∀ g. ∀ h. PrimeExponentPrefixGCD(b,c,l,g) → PrimeExponentPrefixGCD(b,c,l,h) → g = h
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 18 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–7
02Separate the logical casesL8–9
03Use earlier factsL10–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 18 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro g - 0005
intro h - 0006
intro hfirst - 0007
intro hsecond - 0008
cases hfirst - 0009
cases hsecond - 0010
specialize multiple_antisymm (g) - 0011
specialize multiple_antisymm (h) - 0012
apply multiple_antisymm - 0013
specialize hsecond_right (g) - 0014
apply hsecond_right - 0015
exact hfirst_left - 0016
specialize hfirst_right (h) - 0017
apply hfirst_right - 0018
exact hsecond_left