Additional lemmas about the topology on rational numbers #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
The structure of a metric space on ℚ
(rat.metric_space
) is introduced elsewhere, induced from
ℝ
. In this file we prove some properties of this topological space and its one-point
compactification.
Main statements #
-
rat.totally_disconnected_space
:ℚ
is a totally disconnected space; -
rat.not_countably_generated_nhds_infty_alexandroff
: the filter of neighbourhoods of infinity inalexandroff ℚ
is not countably generated.
Notation #
ℚ∞
is used as a local notation foralexandroff ℚ
@[protected, instance]