Infimum separation #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
This file defines the extended infimum separation of a set. This is approximately dual to the diameter of a set, but where the extended diameter of a set is the supremum of the extended distance between elements of the set, the extended infimum separation is the infimum of the (extended) distance between distinct elements in the set.
We also define the infimum separation as the cast of the extended infimum separation to the reals. This is the infimum of the distance between distinct elements of the set when in a pseudometric space.
All lemmas and definitions are in the set
namespace to give access to dot notation.
Main definitions #
set.einfsep
: Extended infimum separation of a set.set.infsep
: Infimum separation of a set (when in a pseudometric space).
!