Locally path-connected spaces #
This file defines LocPathConnectedSpace X
, a predicate class asserting that X
is locally
path-connected, in that each point has a basis of path-connected neighborhoods.
Main results #
IsOpen.pathComponent
/IsClosed.pathComponent
: in locally path-connected spaces, path-components are both open and closed.pathComponent_eq_connectedComponent
: in locally path-connected spaces, path-components and connected components agree.pathConnectedSpace_iff_connectedSpace
: locally path-connected spaces are path-connected iff they are connected.instLocallyConnectedSpace
: locally path-connected spaces are also locally connected.IsOpen.locPathConnectedSpace
: open subsets of locally path-connected spaces are locally path-connected.LocPathConnectedSpace.coinduced
/Quotient.locPathConnectedSpace
: quotients of locally path-connected spaces are locally path-connected.Sum.locPathConnectedSpace
/Sigma.locPathConnectedSpace
: disjoint unions of locally path-connected spaces are locally path-connected.
Abstractly, this also shows that locally path-connected spaces form a coreflective subcategory of the category of topological spaces, although we do not prove that in this form here.
Implementation notes #
In the definition of LocPathConnectedSpace X
we require neighbourhoods in the basis to be
path-connected, but not necessarily open; that they can also be required to be open is shown as
a theorem in isOpen_isPathConnected_basis
.
Alias of LocPathConnectedSpace.of_bases
.
In a locally path connected space, each path component is an open set.
In a locally path connected space, each path component is a closed set.
In a locally path connected space, each path component is a clopen set.
Alias of IsOpen.locPathConnectedSpace
.
Locally path-connected spaces are locally connected.
A space is locally path-connected iff all path components of open subsets are open.
A space is locally path-connected iff all path components of open subsets are neighbourhoods.
Any topology coinduced by a locally path-connected topology is locally path-connected.
Quotients of locally path-connected spaces are locally path-connected.
Quotients of locally path-connected spaces are locally path-connected.
Quotients of locally path-connected spaces are locally path-connected.
Disjoint unions of locally path-connected spaces are locally path-connected.
Disjoint unions of locally path-connected spaces are locally path-connected.