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. ∀ n. Prime(p) → ¬n = 0 → ¬Dvd(p,n) → BoundedPowerValuation(p,n,n,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 27 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 (1)
01Fix variables and assumptionsL1–5
02Establish hexL6–9
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply power valuation exists.
- L6
have hex : ∃ e. BoundedPowerValuation(p,n,n,e)Definitions: BoundedPowerValuation(p,n,n,e)Original native command in the exact edition - L7
specialize power_valuation_exists (p) - L8
specialize power_valuation_exists (n) - L9
apply power_valuation_exists
03Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
cases hex
04Establish hiffL11–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime power valuation zero iff not divides.
- L11
have hiff : (x = 0 → ¬Dvd(p,n)) ∧ (¬Dvd(p,n) → x = 0)Definitions: Dvd(p,n)Original native command in the exact edition - L12
specialize prime_power_valuation_zero_iff_not_divides (p) - L13
specialize prime_power_valuation_zero_iff_not_divides (n) - L14
specialize prime_power_valuation_zero_iff_not_divides (x) - L15
apply prime_power_valuation_zero_iff_not_divides - L16
exact hp - L17
exact hn - L18
exact hex_witness
05Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases hiff
06Use earlier factsL20–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
specialize prime_valuation_exponent_eq_transport (p) - L21
specialize prime_valuation_exponent_eq_transport (n) - L22
specialize prime_valuation_exponent_eq_transport (x) - L23
specialize prime_valuation_exponent_eq_transport (0) - L24
apply prime_valuation_exponent_eq_transport - L25
apply hiff_right - L26
exact hnot - L27
exact hex_witness
Original defined command ledger · 27 lines
- 0001
intro p - 0002
intro n - 0003
intro hp - 0004
intro hn - 0005
intro hnot - 0006
have hex : ∃ e. BoundedPowerValuation(p,n,n,e) - 0007
specialize power_valuation_exists (p) - 0008
specialize power_valuation_exists (n) - 0009
apply power_valuation_exists - 0010
cases hex - 0011
have hiff : (x = 0 → ¬Dvd(p,n)) ∧ (¬Dvd(p,n) → x = 0) - 0012
specialize prime_power_valuation_zero_iff_not_divides (p) - 0013
specialize prime_power_valuation_zero_iff_not_divides (n) - 0014
specialize prime_power_valuation_zero_iff_not_divides (x) - 0015
apply prime_power_valuation_zero_iff_not_divides - 0016
exact hp - 0017
exact hn - 0018
exact hex_witness - 0019
cases hiff - 0020
specialize prime_valuation_exponent_eq_transport (p) - 0021
specialize prime_valuation_exponent_eq_transport (n) - 0022
specialize prime_valuation_exponent_eq_transport (x) - 0023
specialize prime_valuation_exponent_eq_transport (0) - 0024
apply prime_valuation_exponent_eq_transport - 0025
apply hiff_right - 0026
exact hnot - 0027
exact hex_witness