Documentation

Mathlib.Topology.CantorBendixson

Cantor-Bendixson derivatives and perfect kernel #

This file defines the transfinite iteration of the relative derived-set operator and the associated perfect kernel.

For closed sets, the relative derived set agrees with derivedSet, so this recovers the usual Cantor-Bendixson derivative sequence of a closed set.

Main definitions #

Main statements #

Notation #

Implementation notes #

TODO #

The transfinite iteration of the relative derived-set operator on a set.

Equations
Instances For

    The transfinite iteration of the relative derived-set operator on a set.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      A set is preperfect if and only if every stage of its iterated relative derived-set sequence is equal to the original set.

      If the iterated derived set stops changing at a successor stage, then sᵈ[a] is a fixed point of relDerivSet.

      The perfect kernel of a set, defined as the intersection of all iterated derived sets. It is the largest perfect subset of the original set.

      Equations
      Instances For
        theorem CantorBendixson.perfectKernel_mono {X : Type u} [TopologicalSpace X] {s t : Set X} (hst : st) :

        Once sᵈ[a] is a fixed point of relDerivSet, the perfect kernel equals sᵈ[a].

        theorem Perfect.subset_perfectKernel {X : Type u} [TopologicalSpace X] {s P : Set X} (hP : Perfect P) (hPs : Ps) :

        Every perfect subset of a set is contained in its perfect kernel.

        The perfect kernel of a closed set is perfect.

        Taking the perfect kernel of a closed set is idempotent.