Documentation

PiBaseLean.AdditionalDefs.Constructions

This file contains additional general constructions around topological spaces which are useful for properties and theorems.

def PiBase.IsZero {X : Type u_1} [TopologicalSpace X] (s : Set X) :

We call a set s : Set X in a topological space zero, if there is a continuous function f : X → ℝ such that f ⁻¹' {0} = s

Equations
Instances For
    def PiBase.IsCozero {X : Type u_1} [TopologicalSpace X] (s : Set X) :

    We call a set s : Set X in a topological space cozero, if there is a continuous function f : X → ℝ such that f ⁻¹' {0}ᶜ = s

    Equations
    Instances For
      theorem PiBase.IsCozero.isOpen {X : Type u_1} [TopologicalSpace X] {s : Set X} (hs : IsCozero s) :

      A cozero set is open.

      Equations
      Instances For
        def PiBase.SigmaProduct {ι : Type u_3} {Y : ιType u} (x : (i : ι) → Y i) :
        Set ((i : ι) → Y i)

        Σ-product (of topological spaces). Not to be confused with the disjoint union (topological sum).

        Equations
        Instances For
          def PiBase.IsRetract {X : Type u} [TopologicalSpace X] (A : Set X) :

          A set s : Set X is called a retract, if there is a continuous map f : X → s such that ∀ x ∈ s, f x = x

          Equations
          Instances For

            A set is called regular open if it is equal to the interior of its closure.

            Equations
            Instances For
              theorem PiBase.IsRegularOpen.isOpen {X : Type u_1} [TopologicalSpace X] {s : Set X} (hs : IsRegularOpen s) :

              A regular open set is open

              def PiBase.IsCutPoint {X : Type u_1} [TopologicalSpace X] (p : X) :

              A point cut point p in a space, is a space such that X \ {p} is disconnected.

              Equations
              Instances For
                theorem PiBase.Homeomorph.isCutPoint {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] {p : X} (e : X ≃ₜ Y) (hp : IsCutPoint p) :

                The image of a cut point under a homeomorphism is a cut point.

                The inseperable component of x : X are the points inseparable to that point.

                Equations
                Instances For

                  A space is T₀ iff all its inseparable components are trivial.

                  theorem PiBase.inseparableComponent_subset_open {X : Type u_1} [TopologicalSpace X] {x : X} {s : Set X} (hs : IsOpen s) (xs : x s) :
                  theorem PiBase.inseparableComponent_subset_closed {X : Type u_1} [TopologicalSpace X] {x : X} {s : Set X} (hs : IsClosed s) (xs : x s) :

                  The inseparable component is irreducible.

                  class PiBase.Symmetric (α : Type u) extends Dist α :

                  A symmetric for of a set.

                  • dist : αα
                  • dist_nonneg (x y : α) : 0 dist x y
                  • dist_self (x : α) : dist x x = 0
                  • dist_comm (x y : α) : dist x y = dist y x
                  • eq_of_dist_eq_zero {x y : α} : dist x y = 0x = y
                  Instances
                    def PiBase.Symmetric.ball {ι : Type u_3} [Symmetric ι] (i : ι) (ε : ) :
                    Set ι

                    A ball for a symmetric.

                    Equations
                    Instances For

                      A semimetric space

                      Instances

                        A symmetric space

                        Instances
                          @[reducible, inline]

                          Every semimetric space is a symmetric space.

                          Equations
                          Instances For

                            A set s : Set X is called injectively path connected, if for any two point in s there is an injective path in x joining them.

                            Equations
                            Instances For

                              An injectively path connected set is path connected.

                              def PiBase.HasTrivialFundGroupImageAt {X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (f : C(X, Y)) (x : X) :

                              A proposition for when the image of the fundamental group at x : X under f: X → Y is trivial.

                              Equations
                              Instances For