Locally closed sets #
Main definitions #
IsLocallyClosed
: Predicate saying that a set is locally closed
Main results #
isLocallyClosed_tfae
: A sets
is locally closed if one of the equivalent conditions below hold- It is the intersection of some open set and some closed set.
- The coborder
(closure s \ s)ᶜ
is open. s
is closed in some neighborhood ofx
for allx ∈ s
.- Every
x ∈ s
has some open neighborhoodU
such thatU ∩ closure s ⊆ s
. s
is open in the closure ofs
.
The coborder is defined as the complement of closure s \ s
,
or the union of s
and the complement of ∂(s)
.
This is the largest set such that s
is closed in, and s
is locally closed if and only if
coborder s
is open.
This is unnamed in the literature, and this name is due to the fact that coborder s = (border sᶜ)ᶜ
where border s = s \ interior s
is the border in the sense of Hausdorff.
Instances For
Alias of the reverse direction of coborder_eq_univ_iff
.
Alias of the reverse direction of coborder_eq_compl_frontier_iff
.
A set is locally closed if it is the intersection of some open set and some closed set.
Also see isLocallyClosed_tfae
.
Instances For
A set s
is locally closed if one of the equivalent conditions below hold
- It is the intersection of some open set and some closed set.
- The coborder
(closure s \ s)ᶜ
is open. s
is closed in some neighborhood ofx
for allx ∈ s
.- Every
x ∈ s
has some open neighborhoodU
such thatU ∩ closure s ⊆ s
. s
is open in the closure ofs
.
Alias of the forward direction of isLocallyClosed_iff_isOpen_coborder
.