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. ∀ k. ∀ r. ¬n = 0 → ¬k = 0 → Pow(r,k,n) → ¬r = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 20 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
02Establish hdivL8–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pow positive exponent base divides.
03Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
cases hdiv
04Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
apply hn
05Calculate and transport equalitiesL17–17
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L17
trans r * x
06Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact hdiv_witness
07Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
rewrite hr
08Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply mul_zero_left
Original defined command ledger · 20 lines
- 0001
intro n - 0002
intro k - 0003
intro r - 0004
intro hn - 0005
intro hk - 0006
intro hpow - 0007
intro hr - 0008
have hdiv : Dvd(r,n) - 0009
specialize pow_positive_exponent_base_divides (r) - 0010
specialize pow_positive_exponent_base_divides (k) - 0011
specialize pow_positive_exponent_base_divides (n) - 0012
apply pow_positive_exponent_base_divides - 0013
exact hk - 0014
exact hpow - 0015
cases hdiv - 0016
apply hn - 0017
trans r * x - 0018
exact hdiv_witness - 0019
rewrite hr - 0020
apply mul_zero_left