mathlib documentation

topology.category.Profinite.as_limit

Profinite sets as limits of finite sets. #

We show that any profinite set is isomorphic to the limit of its discrete (hence finite) quotients.

Definitions #

There are a handful of definitions in this file, given X : Profinite:

  1. X.fintype_diagram is the functor discrete_quotient X ⥤ Fintype whose limit is isomorphic to X (the limit taking place in Profinite via Fintype_to_Profinite, see 2).
  2. X.diagram is an abbreviation for X.fintype_diagram ⋙ Fintype_to_Profinite.
  3. X.as_limit_cone is the cone over X.diagram whose cone point is X.
  4. X.iso_as_limit_cone_lift is the isomorphism X ≅ (Profinite.limit_cone X.diagram).X induced by lifting X.as_limit_cone.
  5. X.as_limit_cone_iso is the isomorphism X.as_limit_cone ≅ (Profinite.limit_cone X.diagram) induced by X.iso_as_limit_cone_lift.
  6. X.as_limit is a term of type is_limit X.as_limit_cone.
  7. X.lim : category_theory.limits.limit_cone X.as_limit_cone is a bundled combination of 3 and 6.

The functor discrete_quotient X ⥤ Fintype whose limit is isomorphic to X.

Equations
@[reducible]

An abbreviation for X.fintype_diagram ⋙ Fintype_to_Profinite.

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

Equations

The isomorphism between X and the explicit limit of X.diagram, induced by lifting X.as_limit_cone.

Equations

The isomorphism of cones X.as_limit_cone and Profinite.limit_cone X.diagram. The underlying isomorphism is defeq to X.iso_as_limit_cone_lift.

Equations

A bundled version of X.as_limit_cone and X.as_limit.

Equations