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
∀ n. ∀ a. ∀ b. Squarefree(n) → (∀ x. Dvd(x,a) → Dvd(x,b) → x = 1) → Dvd(a · a,n · (b · b)) → a = 1
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 23 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.
Named ingredients (2)
01Fix variables and assumptionsL1–6
02Use earlier factsL7–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
specialize squarefree_squared_divisor_is_one (n) - L8
specialize squarefree_squared_divisor_is_one (a) - L9
apply squarefree_squared_divisor_is_one - L10
exact hsf - L11
specialize gauss_coprime_cancel (a * a) - L12
specialize gauss_coprime_cancel (b * b) - L13
specialize gauss_coprime_cancel (n) - L14
apply gauss_coprime_cancel - L15
specialize coprime_squared_pair (a) - L16
specialize coprime_squared_pair (b)
03Use earlier factsL17–18
04Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases hdiv
05Construct an explicit witnessL20–20
Supply the displayed value, then prove that it has the required property.
- L20
exists x
06Calculate and transport equalitiesL21–21
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L21
trans n * (b * b)
Original defined command ledger · 23 lines
- 0001
intro n - 0002
intro a - 0003
intro b - 0004
intro hsf - 0005
intro hcop - 0006
intro hdiv - 0007
specialize squarefree_squared_divisor_is_one (n) - 0008
specialize squarefree_squared_divisor_is_one (a) - 0009
apply squarefree_squared_divisor_is_one - 0010
exact hsf - 0011
specialize gauss_coprime_cancel (a * a) - 0012
specialize gauss_coprime_cancel (b * b) - 0013
specialize gauss_coprime_cancel (n) - 0014
apply gauss_coprime_cancel - 0015
specialize coprime_squared_pair (a) - 0016
specialize coprime_squared_pair (b) - 0017
apply coprime_squared_pair - 0018
exact hcop - 0019
cases hdiv - 0020
exists x - 0021
trans n * (b * b) - 0022
apply mul_comm - 0023
exact hdiv_witness