Separation properties of topological spaces. #
This file defines the predicate SeparatedNhds, and common separation axioms
(under the Kolmogorov classification).
Main definitions #
SeparatedNhds: TwoSets are separated by neighbourhoods if they are contained in disjoint open sets.T0Space: A T₀/Kolmogorov space is a space where, for every two pointsx ≠ y, there is an open set that contains one, but not the other.T1Space: A T₁/Fréchet space is a space where every singleton set is closed. This is equivalent to, for every pairx ≠ y, there existing an open set containingxbut noty(t1Space_iff_exists_openshows that these conditions are equivalent.)T2Space: A T₂/Hausdorff space is a space where, for every two pointsx ≠ y, there is two disjoint open sets, one containingx, and the othery.T25Space: A T₂.₅/Urysohn space is a space where, for every two pointsx ≠ y, there is two open sets, one containingx, and the othery, whose closures are disjoint.T3Space: A T₃ space, is one where given any closedCandx ∉ C, there is disjoint open sets containingxandCrespectively. Inmathlib, T₃ implies T₂.₅.NormalSpace: A normal space, is one where given two disjoint closed sets, we can find two open sets that separate them.T4Space: A T₄ space is a normal T₁ space. T₄ implies T₃.T5Space: A T₅ space, also known as a completely normal Hausdorff space
Main results #
T₀ spaces #
IsClosed.exists_closed_singletonGiven a closed setSin a compact T₀ space, there is somex ∈ Ssuch that{x}is closed.exists_open_singleton_of_open_finsetGiven an openFinsetSin a T₀ space, there is somex ∈ Ssuch that{x}is open.
T₁ spaces #
isClosedMap_const: The constant map is a closed map.discrete_of_t1_of_finite: A finite T₁ space must have the discrete topology.
T₂ spaces #
t2_iff_nhds: A space is T₂ iff the neighbourhoods of distinct points generate the bottom filter.t2_iff_isClosed_diagonal: A space is T₂ iff thediagonalofα(that is, the set of all points of the form(a, a) : α × α) is closed under the product topology.finset_disjoint_finset_opens_of_t2: Any two disjoint finsets areSeparatedNhds.- Most topological constructions preserve Hausdorffness;
these results are part of the typeclass inference system (e.g.
Embedding.t2Space) Set.EqOn.closure: If two functions are equal on some sets, they are equal on its closure.IsCompact.isClosed: All compact sets are closed.WeaklyLocallyCompactSpace.locallyCompactSpace: If a topological space is both weakly locally compact (i.e., each point has a compact neighbourhood) and is T₂, then it is locally compact.totallySeparatedSpace_of_t1_of_basis_clopen: Ifαhas a clopen basis, then it is aTotallySeparatedSpace.loc_compact_t2_tot_disc_iff_tot_sep: A locally compact T₂ space is totally disconnected iff it is totally separated.
If the space is also compact:
normalOfCompactT2: A compact T₂ space is aNormalSpace.connectedComponent_eq_iInter_clopen: The connected component of a point is the intersection of all its clopen neighbourhoods.compact_t2_tot_disc_iff_tot_sep: Being aTotallyDisconnectedSpaceis equivalent to being aTotallySeparatedSpace.ConnectedComponents.t2:ConnectedComponents αis T₂ forαT₂ and compact.
T₃ spaces #
disjoint_nested_nhds: Given two pointsx ≠ y, we can find neighbourhoodsx ∈ V₁ ⊆ U₁andy ∈ V₂ ⊆ U₂, with theVₖclosed and theUₖopen, such that theUₖare disjoint.
References #
https://en.wikipedia.org/wiki/Separation_axiom
SeparatedNhds is a predicate on pairs of subSets of a topological space. It holds if the two
subSets are contained in disjoint open sets.
Instances For
Alias of the forward direction of separatedNhds_iff_disjoint.
- t0 : ∀ ⦃x y : α⦄, Inseparable x y → x = y
Two inseparable points in a T₀ space are equal.
A T₀ space, also known as a Kolmogorov space, is a topological space such that for every pair
x ≠ y, there is an open set containing one but not the other. We formulate the definition in terms
of the Inseparable relation.
Instances
A topology Inducing map from a T₀ space is injective.
A topology Inducing map from a T₀ space is a topological embedding.
Specialization forms a partial order on a t0 topological space.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a closed set S in a compact T₀ space, there is some x ∈ S such that {x} is
closed.
Given an open finite set S in a T₀ space, there is some x ∈ S such that {x} is open.
Equations
Equations
Equations
- t1 : ∀ (x : α), IsClosed {x}
A singleton in a T₁ space is a closed set.
A T₁ space, also known as a Fréchet space, is a topological space
where every singleton set is closed. Equivalently, for every pair
x ≠ y, there is an open set containing x and not y.
Instances
In a T1Space, relatively compact sets form a bornology. Its cobounded filter is
Filter.coclosedCompact. See also Bornology.inCompact the bornology of sets contained
in a compact set.
Equations
- Bornology.relativelyCompact α = { cobounded' := Filter.coclosedCompact α, le_cofinite' := (_ : Filter.coclosedCompact α ≤ Filter.cofinite) }
Instances For
Equations
Equations
If t is a subset of s, except for one point,
then insert x s is a neighborhood of x within t.
Removing a non-isolated point from a dense set, one still obtains a dense set.
Removing a finset from a dense set in a space without isolated points, one still obtains a dense set.
Removing a finite set from a dense set in a space without isolated points, one still obtains a dense set.
If a function to a T1Space tends to some limit b at some point a, then necessarily
b = f a.
To prove a function to a T1Space is continuous at some point a, it suffices to prove that
f admits some limit at a.
A point with a finite neighborhood has to be isolated.
If the punctured neighborhoods of a point form a nontrivial filter, then any neighborhood is infinite.
A non-trivial connected T1 space has no isolated points.
The neighbourhoods filter of x within s, under the discrete topology, is equal to
the pure x filter (which is the principal filter at the singleton {x}.)
A point x in a discrete subset s of a topological space admits a neighbourhood
that only meets s at x.
For point x in a discrete subset s of a topological space, there is a set U
such that
Uis a punctured neighborhood ofx(ie.U ∪ {x}is a neighbourhood ofx),Uis disjoint froms.
Let X be a topological space and let s, t ⊆ X be two subsets. If there is an inclusion
t ⊆ s, then the topological space structure on t induced by X is the same as the one
obtained by the induced topological space structure on s. Use embedding_inclusion instead.
Every two points in a Hausdorff space admit disjoint open neighbourhoods.
A T₂ space, also known as a Hausdorff space, is one in which for every
x ≠ y there exists disjoint open sets around x and y. This is
the most widely used of the separation axioms.
Instances
Points of a finite set can be separated by open sets from each other.
Equations
A space is T₂ iff the neighbourhoods of distinct points generate the bottom filter.
- t2_5 : ∀ ⦃x y : α⦄, x ≠ y → Disjoint (Filter.lift' (nhds x) closure) (Filter.lift' (nhds y) closure)
Given two distinct points in a T₂.₅ space, their filters of closed neighborhoods are disjoint.
A T₂.₅ space, also known as a Urysohn space, is a topological space
where for every pair x ≠ y, there are two open sets, with the intersection of closures
empty, one containing x and the other y .
Instances
Equations
Properties of lim and limUnder #
In this section we use explicit Nonempty α instances for lim and limUnder. This way the lemmas
are useful without a Nonempty α instance.
T2Space constructions #
We use two lemmas to prove that various standard constructions generate Hausdorff spaces from Hausdorff spaces:
-
separated_by_continuoussays that two pointsx y : αcan be separated by open neighborhoods provided that there exists a continuous mapf : α → βwith a Hausdorff codomain such thatf x ≠ f y. We use this lemma to prove that topological spaces defined usinginducedare Hausdorff spaces. -
separated_by_openEmbeddingsays that for an open embeddingf : α → βof a Hausdorff spaceα, the images of two distinct pointsx y : α,x ≠ ycan be separated by open neighborhoods. We use this lemma to prove that topological spaces defined usingcoinducedare Hausdorff spaces.
Equations
If the codomain of an injective continuous function is a Hausdorff space, then so is its domain.
If the codomain of a topological embedding is a Hausdorff space, then so is its domain.
See also T2Space.of_continuous_injective.
Equations
Equations
If two continuous maps are equal on s, then they are equal on the closure of s. See also
Set.EqOn.of_subset_closure for a more general version.
If two continuous functions are equal on a dense set, then they are equal.
If f x = g x for all x ∈ s and f, g are continuous on t, s ⊆ t ⊆ closure s, then
f x = g x for all x ∈ t. See also Set.EqOn.closure.
In a T2Space, every compact set is closed.
If V : ι → Set α is a decreasing family of compact sets then any neighborhood of
⋂ i, V i contains some V i. This is a version of exists_subset_nhds_of_isCompact' where we
don't need to assume each V i closed because it follows from compactness since α is
assumed to be Hausdorff.
A continuous map from a compact space to a Hausdorff space is a closed map.
A continuous injective map from a compact space to a Hausdorff space is a closed embedding.
A continuous surjective map from a compact space to a Hausdorff space is a quotient map.
For every finite open cover Uᵢ of a compact set, there exists a compact cover Kᵢ ⊆ Uᵢ.
A weakly locally compact Hausdorff space is locally compact.
In a weakly locally compact T₂ space, every compact set has an open neighborhood with compact closure.
In a weakly locally compact T₂ space, every point has an open neighborhood with compact closure.
In a locally compact T₂ space, given a compact set K inside an open set U, we can find an
open set V between these sets with compact closure: K ⊆ V and the closure of V is inside U.
There does not exist a nontrivial preirreducible T₂ space.
If
ais a point that does not belong to a closed sets, thenaandsadmit disjoint neighborhoods.
A topological space is called a regular space if for any closed set s and a ∉ s, there
exist disjoint open sets U ⊇ s and V ∋ a. We formulate this condition in terms of Disjointness
of filters 𝓝ˢ s and 𝓝 a.
Instances
Alias of the forward direction of specializes_comm.
A T₃ space is a T₀ space which is a regular space. Any T₃ space is a T₁ space, a T₂ space, and a T₂.₅ space.
Instances
Equations
Equations
Given two points x ≠ y, we can find neighbourhoods x ∈ V₁ ⊆ U₁ and y ∈ V₂ ⊆ U₂,
with the Vₖ closed and the Uₖ open, such that the Uₖ are disjoint.
The SeparationQuotient of a regular space is a T₃ space.
- normal : ∀ (s t : Set X), IsClosed s → IsClosed t → Disjoint s t → SeparatedNhds s t
Two disjoint sets in a normal space admit disjoint neighbourhoods.
A topological space is said to be a normal space if any two disjoint closed sets have disjoint open neighborhoods.
Instances
If the codomain of a closed embedding is a normal space, then so is the domain.
A regular topological space with second countable topology is a normal space.
A T₄ space is a normal T₁ space.
Instances
Equations
If the codomain of a closed embedding is a T₄ space, then so is the domain.
The SeparationQuotient of a normal space is a normal space.
- t1 : ∀ (x : α), IsClosed {x}
A topological space α is a completely normal Hausdorff space if each subspace s : Set α is
a normal Hausdorff space. Equivalently, α is a T₁ space and for any two sets s, t such that
closure s is disjoint with t and s is disjoint with closure t, there exist disjoint
neighbourhoods of s and t.
Instances
A subspace of a T₅ space is a T₅ space.
A T₅ space is a T₄ space.
The SeparationQuotient of a completely normal R₀ space is a T₅ space.
We don't have typeclasses for completely normal spaces (without T₁ assumption) and R₀ spaces,
so we use T5Space for assumption and for conclusion.
One can prove this using a homeomorphism between α and SeparationQuotient α.
We give an alternative proof of the completely_normal axiom
that works without assuming that α is a T₁ space.
In a compact t2 space, the connected component of a point equals the intersection of all its clopen neighbourhoods.
A T1 space with a clopen basis is totally separated.
A compact Hausdorff space is totally disconnected if and only if it is totally separated, this is also true for locally compact spaces.
A totally disconnected compact Hausdorff space is totally separated.
Every member of an open set in a compact Hausdorff totally disconnected space is contained in a clopen set contained in the open set.
A locally compact Hausdorff totally disconnected space has a basis with clopen elements.
A locally compact Hausdorff space is totally disconnected if and only if it is totally separated.
ConnectedComponents α is Hausdorff when α is Hausdorff and compact