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
∀ a. ∀ b. (∀ x. Dvd(x,a) → Dvd(x,b) → x = 1) → ∀ x. Dvd(x,a · a) → Dvd(x,b · b) → x = 1
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 16 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–3
02Establish hleftL4–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply coprime mul left.
- L4
have hleft : ∀ sfd_common_divisor_square_coprime_left. Dvd(sfd_common_divisor_square_coprime_left,a · a) → Dvd(sfd_common_divisor_square_coprime_left,b) → sfd_common_divisor_square_coprime_left = 1Definitions: Dvd(sfd_common_divisor_square_coprime_left,a · a)Dvd(sfd_common_divisor_square_coprime_left,b)Original native command in the exact edition - L5
specialize coprime_mul_left (a) - L6
specialize coprime_mul_left (a) - L7
specialize coprime_mul_left (b) - L8
apply coprime_mul_left - L9
exact hcop - L10
exact hcop - L11
specialize coprime_mul_right (a * a) - L12
specialize coprime_mul_right (b) - L13
specialize coprime_mul_right (b)
Original defined command ledger · 16 lines
- 0001
intro a - 0002
intro b - 0003
intro hcop - 0004
have hleft : ∀ sfd_common_divisor_square_coprime_left. Dvd(sfd_common_divisor_square_coprime_left,a · a) → Dvd(sfd_common_divisor_square_coprime_left,b) → sfd_common_divisor_square_coprime_left = 1 - 0005
specialize coprime_mul_left (a) - 0006
specialize coprime_mul_left (a) - 0007
specialize coprime_mul_left (b) - 0008
apply coprime_mul_left - 0009
exact hcop - 0010
exact hcop - 0011
specialize coprime_mul_right (a * a) - 0012
specialize coprime_mul_right (b) - 0013
specialize coprime_mul_right (b) - 0014
apply coprime_mul_right - 0015
exact hleft - 0016
exact hleft