Mathlib Map

Theorems · Theorem · number theory

irrational_nrt_of_n_not_dvd_multiplicity

∀ {x : ℝ} (n : ℕ) {m : ℤ},
  m ≠ 0 → ∀ (p : ℕ) [hp : Fact (Nat.Prime p)], x ^ n = ↑m → multiplicity (↑p) m % n ≠ 0 → Irrational x

If x^n = m is an integer and n does not divide the multiplicity p m, then x is irrational.

Defined in
Mathlib.NumberTheory.Real.Irrational
Cited by
1 results in Mathlib
Foundations
Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Fact

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites20

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.