Metric separated pairs of sets #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we define the predicate is_metric_separated
. We say that two sets in an (extended)
metric space are metric separated if the (extended) distance between x ∈ s
and y ∈ t
is
bounded from below by a positive constant.
This notion is useful, e.g., to define metric outer measures.
Two sets in an (extended) metric space are called metric separated if the (extended) distance
between x ∈ s
and y ∈ t
is bounded from below by a positive constant.
Alias of the reverse direction of is_metric_separated.finite_Union_left_iff
.
Alias of the reverse direction of is_metric_separated.finset_Union_left_iff
.
Alias of the reverse direction of is_metric_separated.finset_Union_right_iff
.