Topology of irrational numbers #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we prove the following theorems:
-
is_Gδ_irrational
,dense_irrational
,eventually_residual_irrational
: irrational numbers form a dense Gδ set; -
irrational.eventually_forall_le_dist_cast_div
,irrational.eventually_forall_le_dist_cast_div_of_denom_le
;irrational.eventually_forall_le_dist_cast_rat_of_denom_le
: a sufficiently small neighborhood of an irrational number is disjoint with the set of rational numbers with bounded denominator.
We also provide order_topology
, no_min_order
, no_max_order
, and densely_ordered
instances for {x // irrational x}
.
Tags #
irrational, residual
@[protected, instance]
@[protected, instance]
@[protected, instance]
@[protected, instance]