Neighborhoods in topological spaces #
Each point x
of X
gets a neighborhood filter ๐ x
.
Tags #
neighborhood
The open sets containing x
are a basis for the neighborhood filter. See nhds_basis_opens'
for a variant using open neighborhoods instead.
To show a filter is above the neighborhood filter at x
, it suffices to show that it is above
the principal filter of some open set s
containing x
.
If a predicate is true in a neighborhood of x
, then it is true for x
.
The open neighborhoods of x
are a basis for the neighborhood filter. See nhds_basis_opens
for a variant using open sets around x
instead.
If a predicate is true in a neighbourhood of x
, then for y
sufficiently close
to x
this predicate is true in a neighbourhood of y
.
If two functions are equal in a neighbourhood of x
, then for y
sufficiently close
to x
these functions are equal in a neighbourhood of y
.
If f x โค g x
in a neighbourhood of x
, then for y
sufficiently close to x
we have
f x โค g x
in a neighbourhood of y
.
Interior, closure and frontier in terms of neighborhoods #
Alias of the reverse direction of TopologicalSpace.ext_iff_nhds
.
Alias of the reverse direction of mem_closure_iff_frequently
.
The intersection of an open dense set with a dense set is a dense set.
The intersection of a dense set with an open dense set is a dense set.
Suppose that f
sends the complement to s
to a single point x
, and l
is some filter.
Then f
tends to x
along l
restricted to s
if and only if it tends to x
along l
.