Documentation

Atlas.AlgebraicGeometryI.code.Lec3OpenImmersion

A subset s of a topological space is an irreducible component if it is closed, irreducible, and maximal among closed irreducible subsets containing it.

Instances For

    An irreducible component is closed.

    An irreducible component is irreducible.

    theorem IsIrreducibleComponent.eq_of_subset {X : Type u_1} [TopologicalSpace X] {s t : Set X} (h : IsIrreducibleComponent s) (htc : IsClosed t) (hti : IsIrreducible t) (hst : s t) :
    t = s

    Maximality of an irreducible component: any closed irreducible superset coincides with it.

    Every point of a topological space is contained in some irreducible component.