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. ∀ p. Squarefree(n) → Prime(p) → ¬Dvd(p · p,n)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 21 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–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hsf
03Use earlier factsL7–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
04Use earlier factsL17–18
05Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists p
06Calculate and transport equalitiesL20–20
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L20
refl
07Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hdiv
Original defined command ledger · 21 lines
- 0001
intro n - 0002
intro p - 0003
intro hsf - 0004
intro hp - 0005
intro hdiv - 0006
cases hsf - 0007
specialize hsf_right (p) - 0008
apply hsf_right - 0009
exact hp - 0010
specialize divisor_le_nonzero (p) - 0011
specialize divisor_le_nonzero (n) - 0012
apply divisor_le_nonzero - 0013
exact hsf_left - 0014
specialize multiple_trans (p * p) - 0015
specialize multiple_trans (p) - 0016
specialize multiple_trans (n) - 0017
apply multiple_trans - 0018
exact hdiv - 0019
exists p - 0020
refl - 0021
exact hdiv