ProCGroups.InverseSystems.Utilities

1 Theorem | 1 Definition

This module supplies the topological part of the construction. It checks continuity and stagewise neighborhood properties so that the completed object inherits the required topology.

import
  • Mathlib.Topology.Homeomorph.Lemmas
Imported by

Declarations

noncomputable def homeoOfBijectiveCompactToT2
    {X Y : Type*} [TopologicalSpace X] [TopologicalSpace Y]
    [CompactSpace X] [T2Space Y] {f : X → Y} (hf : Continuous f)
    (hbij : Function.Bijective f) :
    X ≃ₜ Y :=
  homeoOfEquivCompactToT2 (f := Equiv.ofBijective f hbij) hf

A continuous bijection from a compact space to a Hausdorff space is a homeomorphism.

theorem exists_upperBound_finset (hdir : Directed (· ≤ ·) (id : I → I)) :
    ∀ s : Finset I, s.Nonempty → ∃ j, ∀ i ∈ s, i ≤ j

A finite subset of a directed preorder admits an upper bound.

Show proof