Documentation

PiBaseLean.AdditionalDefs.Cover

This file contains additional definitions and statements around covers of topological spaces which are useful for properties and theorems.

def PiBase.PointFiniteAt {X : Type u_1} {ι : Type u_2} (U : ιSet X) (x : X) :

A collection of sets is called point finite at a point x if it meets x only finitely many times.

Equations
Instances For
    def PiBase.PointFinite {X : Type u_1} {ι : Type u_2} (U : ιSet X) :

    A collection of sets is called point finite if it is point finite at each point.

    Equations
    Instances For
      def PiBase.PointCountable {X : Type u_1} {ι : Type u_2} (U : ιSet X) :

      A collection of sets is called point countable if it meets every point only countably many times.

      Equations
      Instances For
        def PiBase.CoverStar {X : Type u_1} {ι : Type u_2} (U : ιSet X) (x : X) :
        Set X

        Star of an open cover.

        Equations
        Instances For
          def PiBase.StarFinite {X : Type u_1} {ι : Type u_2} (U : ιSet X) :

          A collection of sets is called star finite if each member of the collection only meets finitely many other member.

          Equations
          Instances For
            theorem PiBase.PointFinite.pointCountable {X : Type u_1} {ι : Type u_2} {U : ιSet X} (h : PointFinite U) :

            A point finite collection of sets is point countable.

            theorem PiBase.Finite.starFinite {X : Type u_1} {ι : Type u_2} (U : ιSet X) (h : Finite ι) :

            A finite family of sets is star finite.

            theorem PiBase.Finite.locallyFinite {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (U : ιSet X) (h : Finite ι) :

            A finite family of sets is locally finite.

            theorem PiBase.StarFinite.PointFinite {X : Type u_1} {ι : Type u_2} {U : ιSet X} (h : StarFinite U) :

            A star finite collection of sets is point finite.

            def PiBase.LocallyCountable {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (U : ιSet X) :

            A family of sets in Set X is locally finite if at every point x : X, there is a neighborhood of x which meets only countably many sets in the family.

            Equations
            Instances For
              theorem PiBase.Countable.locallyCountable {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (U : ιSet X) (h : Countable ι) :

              A countable family of sets is locally countable.

              theorem PiBase.LocallyFinite.locallyCountable {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] {U : ιSet X} (h : LocallyFinite U) :

              A locally finite collection of sets is locally countable.

              def PiBase.IsDiscreteFamily {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (F : ιSet X) :

              A discrete family of sets.

              Equations
              Instances For
                def PiBase.IsOmegaCover {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (f : ιTopologicalSpace.Opens X) :

                An omega cover of a space.

                Equations
                Instances For
                  theorem PiBase.LocallyFinite.PointFinite {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] {U : ιSet X} (h : LocallyFinite U) :

                  A locally finite collection of sets is point finite.

                  theorem PiBase.StarFinite.locallyFinite {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] {U : ιSet X} (h : StarFinite U) (U_open : ∀ (a : ι), IsOpen (U a)) (U_cover : ⋃ (a : ι), U a = Set.univ) :

                  A star finite open cover is locally finite.

                  theorem Set.Countable.diff {α : Type u} {s t : Set α} (hs : s.Countable) :
                  (s \ t).Countable
                  theorem PiBase.LocallyCountable.pointCountable {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] {U : ιSet X} (h : LocallyCountable U) :

                  A locally countable collection of sets is point countable.

                  def PiBase.IsNetwork {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (f : ιSet X) :

                  A network of a topological space.

                  Equations
                  Instances For
                    def PiBase.IsKNetwork {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (f : ιSet X) :

                    A k-network of a topological space.

                    Equations
                    Instances For
                      theorem PiBase.IsKNetwork.isNetwork {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] {f : ιSet X} (h : IsKNetwork f) :

                      Every k-network is a network

                      def PiBase.IsKCover {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (f : ιTopologicalSpace.Opens X) :

                      K-cover of a topological space

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

                        Alternative def of K covers

                        Equations
                        Instances For
                          def PiBase.IsKCover'' {X : Type u_1} {ι : Type u_2} [TopologicalSpace X] (f : ιSet X) :

                          K-cover of a topological space

                          Equations
                          Instances For