Neighborhoods and continuity relative to a subset #
This file develops API on the relative versions
related to continuity, which are defined in previous definition files. Their basic properties studied in this file include the relationships between these restricted notions and the corresponding notions for the subtype equipped with the subspace topology.
Notation #
𝓝 x
: the filter of neighborhoods of a pointx
;𝓟 s
: the principal filter of a sets
;𝓝[s] x
: the filternhdsWithin x s
of neighborhoods of a pointx
within a sets
.
Properties of the neighborhood-within filter #
Alias of eventually_eventually_nhdsWithin
.
If L
and R
are neighborhoods of b
within sets whose union is Set.univ
, then
L ∪ R
is a neighborhood of b
.
Writing a punctured neighborhood filter as a sup of left and right filters.
Obtain a "predictably-sided" neighborhood of b
from two one-sided neighborhoods.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
nhdsWithin
and subtypes #
Local continuity properties of functions #
If a function is continuous within s
at x
, then it tends to f x
within s
by definition.
We register this fact for use with the dot notation, especially to use Filter.Tendsto.comp
as
ContinuousWithinAt.comp
will have a different meaning.
Alias of the forward direction of continuousOn_iff_continuous_restrict
.
If a function is continuous on a set for some topologies, then it is continuous on the same set with respect to any finer topology on the source space.
If a function is continuous on a set for some topologies, then it is continuous on the same set with respect to any coarser topology on the target space.
Congruence and monotonicity properties with respect to sets #
Alias of the reverse direction of continuousWithinAt_insert_self
.
Relation between ContinuousAt
and ContinuousWithinAt
#
Congruence properties with respect to functions #
Composition #
Image #
Product #
If a function f a b
is such that y ↦ f a b
is continuous for all a
, and a
lives in a
discrete space, then f
is continuous, and vice versa.
Pi #
Specific functions #
Alias of IsInducing.continuousWithinAt_iff
.
Alias of IsInducing.continuousOn_iff
.
Alias of IsEmbedding.continuousOn_iff
.
Alias of IsEmbedding.map_nhdsWithin_eq
.
Alias of IsQuotientMap.continuousOn_isOpen_iff
.
Continuity of piecewise defined functions #
If f
is continuous on an open set s
and continuous at each point of another
set t
then f
is continuous on s ∪ t
.