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.
This is a shared constructive tool, not an additional major blueprint goal. The list covers every prime divisor, has no repeated primes, and contains actual prime-power values. One uses the empty support; zero is excluded.
Exact theorem in conservative defined notation
∀ p. ∀ q. ∀ k. ∀ z. Prime(p) → Prime(q) → Pow(p,k,z) → Dvd(q,z) → q = p
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 41 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–8
02Use earlier factsL9–10
03Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases eq_decidable
04Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
exact eq_decidable_left
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
exfalso
06Use earlier factsL14–17
07Fix variables and assumptionsL18–18
Work with arbitrary variables or the premises of the current implication.
- L18
intro hz
08Use earlier factsL19–24
09Fix variables and assumptionsL25–25
Work with arbitrary variables or the premises of the current implication.
- L25
intro hpzero
10Use earlier factsL26–35
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
specialize prime_nonzero (p) - L27
apply prime_nonzero - L28
exact hp - L29
exact hpzero - L30
exact hpow - L31
exact hz - L32
specialize prime_valuation_distinct_prime_power_zero (p) - L33
specialize prime_valuation_distinct_prime_power_zero (q) - L34
specialize prime_valuation_distinct_prime_power_zero (k) - L35
specialize prime_valuation_distinct_prime_power_zero (z)
Original defined command ledger · 41 lines
- 0001
intro p - 0002
intro q - 0003
intro k - 0004
intro z - 0005
intro hp - 0006
intro hq - 0007
intro hpow - 0008
intro hdiv - 0009
specialize eq_decidable q - 0010
specialize eq_decidable p - 0011
cases eq_decidable - 0012
exact eq_decidable_left - 0013
exfalso - 0014
specialize prime_valuation_nondivisor_of_zero (q) - 0015
specialize prime_valuation_nondivisor_of_zero (z) - 0016
apply prime_valuation_nondivisor_of_zero - 0017
exact hq - 0018
intro hz - 0019
specialize pow_nonzero_of_one_le (p) - 0020
specialize pow_nonzero_of_one_le (k) - 0021
specialize pow_nonzero_of_one_le (z) - 0022
apply pow_nonzero_of_one_le - 0023
specialize one_le_of_ne_zero (p) - 0024
apply one_le_of_ne_zero - 0025
intro hpzero - 0026
specialize prime_nonzero (p) - 0027
apply prime_nonzero - 0028
exact hp - 0029
exact hpzero - 0030
exact hpow - 0031
exact hz - 0032
specialize prime_valuation_distinct_prime_power_zero (p) - 0033
specialize prime_valuation_distinct_prime_power_zero (q) - 0034
specialize prime_valuation_distinct_prime_power_zero (k) - 0035
specialize prime_valuation_distinct_prime_power_zero (z) - 0036
apply prime_valuation_distinct_prime_power_zero - 0037
exact hp - 0038
exact hq - 0039
exact eq_decidable_right - 0040
exact hpow - 0041
exact hdiv