Documentation

Mathlib.Topology.Category.LightProfinite.AsLimit

Light profinite sets as limits of finite sets. #

We show that any light profinite set is isomorphic to a sequential limit of finite sets.

The limit cone for S : LightProfinite is S.asLimitCone, the fact that it's a limit is S.asLimit.

We also prove that the projection and transition maps in this limit are surjective.

@[reducible, inline]

The functor โ„•แต’แต– โฅค FintypeCat whose limit is isomorphic to S.

Instances For
    @[reducible, inline]

    An abbreviation for S.fintypeDiagram โ‹™ FintypeCat.toProfinite.

    Instances For

      A cone over S.diagram whose cone point is isomorphic to S. (Auxiliary definition, use S.asLimitCone instead.)

      Instances For

        An auxiliary isomorphism of cones used to prove that S.asLimitConeAux is a limit cone.

        Instances For

          S.asLimitConeAux is indeed a limit cone. (Auxiliary definition, use S.asLimit instead.)

          Instances For

            A cone over S.diagram whose cone point is S.

            Instances For

              A bundled version of S.asLimitCone and S.asLimit.

              Instances For
                @[reducible, inline]
                noncomputable abbrev LightProfinite.proj (S : LightProfinite) (n : โ„•) :

                The projection from S to the nth component of S.diagram.

                Instances For
                  @[reducible, inline]
                  noncomputable abbrev LightProfinite.component (S : LightProfinite) (n : โ„•) :

                  An abbreviation for the nth component of S.diagram.

                  Instances For
                    @[reducible, inline]
                    noncomputable abbrev LightProfinite.transitionMap (S : LightProfinite) (n : โ„•) :

                    The transition map from S_{n+1} to S_n in S.diagram.

                    Instances For
                      @[reducible, inline]
                      noncomputable abbrev LightProfinite.transitionMapLE (S : LightProfinite) {n m : โ„•} (h : n โ‰ค m) :

                      The transition map from S_m to S_n in S.diagram, when m โ‰ค n.

                      Instances For