Documentation

Mathlib.Topology.Instances.Irrational

Topology of irrational numbers #

In this file we prove the following theorems:

We also provide OrderTopology, NoMinOrder, NoMaxOrder, and DenselyOrdered instances for {x // Irrational x}.

Tags #

irrational, residual

theorem Irrational.eventually_forall_le_dist_cast_div {x : ℝ} (hx : Irrational x) (n : ℕ) :
∀ᶠ (ε : ℝ) in nhds 0, ∀ (m : ℤ), ε ≤ dist x (↑m / ↑n)
theorem Irrational.eventually_forall_le_dist_cast_div_of_denom_le {x : ℝ} (hx : Irrational x) (n : ℕ) :
∀ᶠ (ε : ℝ) in nhds 0, ∀ k ≤ n, ∀ (m : ℤ), ε ≤ dist x (↑m / ↑k)
theorem Irrational.eventually_forall_le_dist_cast_rat_of_den_le {x : ℝ} (hx : Irrational x) (n : ℕ) :
∀ᶠ (ε : ℝ) in nhds 0, ∀ (r : ℚ), r.den ≤ n → ε ≤ dist x ↑r