I'm working on formalizing locally contractible spaces in Mathlib (the mathematics library for the Lean theorem prover), and I've encountered conflicting terminology in the literature regarding local contractibility. I'd like to clarify the standard names for these notions.
Three related properties:
Consider the following three properties for a topological space X (listed from weakest to strongest):
- Null-homotopic inclusions: For every point x ∈ X and every neighborhood U of x, there exists a neighborhood V of x with V ⊆ U such that the inclusion map V ↪ U is null-homotopic.
- Contractible neighborhood basis: Every point has a neighborhood basis consisting of (not necessarily open) contractible sets.
- Open contractible neighborhood basis: Every point has a neighborhood basis consisting of open contractible sets.
The terminology question:
What are the standard names for these three properties in the topology literature?
From what I've gathered:
- Property (1) is sometimes called "locally contractible" (LC)
- Property (2) is sometimes called "strongly locally contractible" (SLC)
- The https://ncatlab.org/nlab/show/locally+contractible+space suggests that property (1) might be called "semi-locally contractible" in some sources
- Some authors may use "locally contractible" to mean property (2) rather than (1)
Complications:
- I've been told that a counterexample by Borsuk and Mazurkiewicz (1934) shows that (1) does not imply (2), though I haven't verified the construction myself
- It's unclear whether (2) and (3) are equivalent (can one always shrink a contractible neighborhood to an open contractible neighborhood?) (This was asked about at Definitions of locally contractible spaces, but without any answer.)
What I'm looking for:
- What are the most widely accepted/standard names for properties (1), (2), and (3)?
- Are there definitive references (textbooks, papers) that establish standard terminology?
- If there are regional or subfield differences in terminology, what should be considered the "default" for a general mathematics library?
Any guidance, particularly with references to standard topology texts (Hatcher, May, Spanier, etc.), would be greatly appreciated.