Identifier
F:ml430-nat-prime-coprime-pow-of-not-dvd-2752b17f
Proof route
kernel-lean
External status
proved
Axiom footprint
Empty

Recorded description

The proposition declared as `Nat.Prime.coprime_pow_of_not_dvd` in the pinned Mathlib v4.30 source.

Formal statement
∀ {p m a : ℕ}, Nat.Prime p → ¬p ∣ a → a.Coprime (p ^ m)

Dependencies

The graph shows direct ledger edges. Follow a node to open its artifact page.

Direct dependencies appear to the left. The current fact is in the center. Facts that depend directly on it appear to the right. Mathlib v4.30 source propositio Mathlib v4.30 source propositio Mathlib v4.30 source propositio Current fact
3 direct dependencies 0 direct dependents

Evidence

kernel-Nat.prime_coprime_pow_of_not_dvd

Kind
kernel-term
Status
checked

Supports: ∀ {p m a : ℕ}, Nat.Prime p → ¬p ∣ a → a.Coprime (p ^ m)

Checker command
test "$(cargo run -q -p axeyum-lean-kernel --example nat_theorem_inventory -- prime_coprime_pow_of_not_dvd 2>/dev/null | grep -Ec '^Nat\.prime_coprime_pow_of_not_dvd[[:space:]]')" -ge 1
Evidence notes

Induction on `m`. `m=0`: `pow p 0` is defeq to `1`, and `gcd a 1=1` always (`coprime_one_right_iff`). `m=succ j`: `pow p (succ j)` is defeq to `mul (pow p j) p`, and `coprime_mul_of_coprime` combines the induction hypothesis with `gcd a p=1` -- derived once, outside the induction, from `prime_coprime_iff_not_dvd`'s `mpr` plus `coprime_symmetric`.

footprint-Nat.prime_coprime_pow_of_not_dvd

Kind
exhaustive-enumeration
Status
checked

Supports: axiom_footprint: [] -- the Nat prelude's trusted surface is empty

Checker command
cargo run -q -p axeyum-lean-kernel --example nat_axiom_inventory -- --require-axiom-free nat
Evidence notes

`nat_axiom_inventory --require-axiom-free nat` enumerates the built Nat environment and exits non-zero unless it admits no Axiom, Opaque or Quotient declaration. A theorem cannot depend on a trusted declaration the environment does not contain, so an empty trusted surface bounds `Nat.prime_coprime_pow_of_not_dvd`'s footprint by [].

Provenance

{
  "date": "2026-08-30",
  "established_by": "axeyum-lean-kernel build_nat_prelude, lane prime-dvd-mirrors",
  "source": "statement-only extraction of `Nat.Prime.coprime_pow_of_not_dvd` from Mathlib v4.30.0; no proof value was exposed",
  "prior_art": [
    {
      "who": "the Mathlib contributors",
      "what": "the theorem declaration `Nat.Prime.coprime_pow_of_not_dvd`",
      "where": "mathlib4 commit c5ea00351c28e24afc9f0f84379aa41082b1188f (v4.30.0)",
      "year": 2026,
      "attribution": "the proposition was read from the pinned statement-only inventory; the proof term and tactic trace were not consulted"
    }
  ]
}