English
Construct a Profinite from a Type X equipped with a compact Hausdorff and totally disconnected topology via Profinite.of.
Русский
Построение проффинитного пространства из типа X, на котором задана компактная хаусдорфова и полностью раздельная топология, с помощью Profinite.of.
LaTeX
$$$\operatorname{of}(X)\;:\; \text{Profinite}$$$
Lean4
/-- Construct a term of `Profinite` from a type endowed with the structure of a
compact, Hausdorff and totally disconnected topological space.
-/
abbrev of (X : Type*) [TopologicalSpace X] [CompactSpace X] [T2Space X] [TotallyDisconnectedSpace X] : Profinite :=
CompHausLike.of _ X