Noetherian space #
A Noetherian space is a topological space that satisfies any of the following equivalent conditions:
WellFounded ((· > ·) : TopologicalSpace.Opens α → TopologicalSpace.Opens α → Prop)
WellFounded ((· < ·) : TopologicalSpace.Closeds α → TopologicalSpace.Closeds α → Prop)
∀ s : Set α, IsCompact s
∀ s : TopologicalSpace.Opens α, IsCompact s
The first is chosen as the definition, and the equivalence is shown in
TopologicalSpace.noetherianSpace_TFAE
.
Many examples of Noetherian spaces come from algebraic topology. For example, the underlying space of a Noetherian scheme (e.g., the spectrum of a Noetherian ring) is Noetherian.
Main Results #
TopologicalSpace.NoetherianSpace.set
: Every subspace of a Noetherian space is Noetherian.TopologicalSpace.NoetherianSpace.isCompact
: Every set in a Noetherian space is a compact set.TopologicalSpace.noetherianSpace_TFAE
: Describes the equivalent definitions of Noetherian spaces.TopologicalSpace.NoetherianSpace.range
: The image of a Noetherian space under a continuous map is Noetherian.TopologicalSpace.NoetherianSpace.iUnion
: The finite union of Noetherian spaces is Noetherian.TopologicalSpace.NoetherianSpace.discrete
: A Noetherian and Hausdorff space is discrete.TopologicalSpace.NoetherianSpace.exists_finset_irreducible
: Every closed subset of a Noetherian space is a finite union of irreducible closed subsets.TopologicalSpace.NoetherianSpace.finite_irreducibleComponents
: The number of irreducible components of a Noetherian space is finite.
Type class for Noetherian spaces. It is defined to be spaces whose open sets satisfies ACC.
Equations
Instances For
In a Noetherian space, all sets are compact.
Stacks Tag 0052 ((1))
Spaces that are both Noetherian and Hausdorff are finite.
In a Noetherian space, every closed set is a finite union of irreducible closed sets.
In a Noetherian space, every closed set is a finite union of irreducible closed sets.
In a Noetherian space, every closed set is a finite union of irreducible closed sets.
Stacks Tag 0052 ((2))
Stacks Tag 0052 ((3))