Mathlib Map

Theorems · Theorem · number theory

irrational_nrt_of_notint_nrt

∀ {x : ℝ} (n : ℕ) (m : ℤ), x ^ n = ↑m → (¬∃ y, x = ↑y) → 0 < n → Irrational x

If x^n, n > 0, is integer and is not the n-th power of an integer, then x is irrational.

Defined in
Mathlib.NumberTheory.Real.Irrational
Cited by
2 results in Mathlib
Foundations
Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites16

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

Cited by2

Results whose statement or proof uses this declaration.