Documentation

Mathlib.Topology.Bornology.Basic

Basic theory of bornology #

We develop the basic theory of bornologies. Instead of axiomatizing bounded sets and defining bornologies in terms of those, we recognize that the cobounded sets form a filter and define a bornology as a filter of cobounded sets which contains the cofinite filter. This allows us to make use of the extensive library for filters, but we also provide the relevant connecting results for bounded sets.

The specification of a bornology in terms of the cobounded filter is equivalent to the standard one (e.g., see [Bourbaki, Topological Vector Spaces][bourbaki1987], covering bornology, now often called simply bornology) in terms of bounded sets (see Bornology.ofBounded, IsBounded.union, IsBounded.subset), except that we do not allow the empty bornology (that is, we require that some set must be bounded; equivalently, is bounded). In the literature the cobounded filter is generally referred to as the filter at infinity.

Main definitions #

Although use of cobounded α is discouraged for indicating the (co)boundedness of individual sets, it is intended for regular use as a filter on α.

class Bornology (α : Type u_4) :
Type u_4

A bornology on a type α is a filter of cobounded sets which contains the cofinite filter. Such spaces are equivalently specified by their bounded sets, see Bornology.ofBounded and Bornology.ext_iff_isBounded

  • cobounded' : Filter α

    The filter of cobounded sets in a bornology. This is a field of the structure, but one should always prefer Bornology.cobounded because it makes the α argument explicit.

  • The cobounded filter in a bornology is smaller than the cofinite filter. This is a field of the structure, but one should always prefer Bornology.le_cofinite because it makes the α argument explicit.

Instances
    def Bornology.cobounded (α : Type u_4) [Bornology α] :

    The filter of cobounded sets in a bornology.

    Equations
      Instances For

        Alias of Bornology.cobounded.


        The filter of cobounded sets in a bornology.

        Equations
          Instances For
            theorem Bornology.ext {α : Type u_2} (t t' : Bornology α) (h_cobounded : cobounded α = cobounded α) :
            t = t'
            theorem Bornology.ext_iff {α : Type u_2} {t t' : Bornology α} :
            def Bornology.ofBounded {α : Type u_4} (B : Set (Set α)) (empty_mem : B) (subset_mem : s₁B, s₂s₁, s₂ B) (union_mem : s₁B, s₂B, s₁ s₂ B) (singleton_mem : ∀ (x : α), {x} B) :

            A constructor for bornologies by specifying the bounded sets, and showing that they satisfy the appropriate conditions.

            Equations
              Instances For
                @[simp]
                theorem Bornology.ofBounded_cobounded {α : Type u_4} (B : Set (Set α)) (empty_mem : B) (subset_mem : s₁B, s₂s₁, s₂ B) (union_mem : s₁B, s₂B, s₁ s₂ B) (singleton_mem : ∀ (x : α), {x} B) :
                cobounded α = Filter.comk (fun (x : Set α) => x B) empty_mem subset_mem union_mem
                def Bornology.ofBounded' {α : Type u_4} (B : Set (Set α)) (empty_mem : B) (subset_mem : s₁B, s₂s₁, s₂ B) (union_mem : s₁B, s₂B, s₁ s₂ B) (sUnion_univ : ⋃₀ B = Set.univ) :

                A constructor for bornologies by specifying the bounded sets, and showing that they satisfy the appropriate conditions.

                Equations
                  Instances For
                    @[simp]
                    theorem Bornology.ofBounded'_cobounded {α : Type u_4} (B : Set (Set α)) (empty_mem : B) (subset_mem : s₁B, s₂s₁, s₂ B) (union_mem : s₁B, s₂B, s₁ s₂ B) (sUnion_univ : ⋃₀ B = Set.univ) :
                    cobounded α = Filter.comk (fun (x : Set α) => x B) empty_mem subset_mem union_mem
                    def Bornology.IsCobounded {α : Type u_2} [Bornology α] (s : Set α) :

                    IsCobounded is the predicate that s is in the filter of cobounded sets in the ambient bornology on α

                    Equations
                      Instances For
                        def Bornology.IsBounded {α : Type u_2} [Bornology α] (s : Set α) :

                        IsBounded is the predicate that s is bounded relative to the ambient bornology on α.

                        Equations
                          Instances For
                            theorem Bornology.isCobounded_def {α : Type u_2} {x✝ : Bornology α} {s : Set α} :
                            theorem Bornology.isBounded_def {α : Type u_2} {x✝ : Bornology α} {s : Set α} :
                            @[simp]
                            theorem Bornology.isBounded_compl_iff {α : Type u_2} {x✝ : Bornology α} {s : Set α} :
                            @[simp]
                            theorem Bornology.isCobounded_compl_iff {α : Type u_2} {x✝ : Bornology α} {s : Set α} :
                            theorem Bornology.IsCobounded.compl {α : Type u_2} {x✝ : Bornology α} {s : Set α} :

                            Alias of the reverse direction of Bornology.isBounded_compl_iff.

                            theorem Bornology.IsBounded.of_compl {α : Type u_2} {x✝ : Bornology α} {s : Set α} :

                            Alias of the forward direction of Bornology.isBounded_compl_iff.

                            theorem Bornology.IsCobounded.of_compl {α : Type u_2} {x✝ : Bornology α} {s : Set α} :

                            Alias of the forward direction of Bornology.isCobounded_compl_iff.

                            theorem Bornology.IsBounded.compl {α : Type u_2} {x✝ : Bornology α} {s : Set α} :

                            Alias of the reverse direction of Bornology.isCobounded_compl_iff.

                            @[simp]
                            theorem Bornology.isBounded_empty {α : Type u_2} {x✝ : Bornology α} :
                            theorem Bornology.nonempty_of_not_isBounded {α : Type u_2} {x✝ : Bornology α} {s : Set α} (h : ¬IsBounded s) :
                            @[simp]
                            theorem Bornology.isBounded_singleton {α : Type u_2} {x✝ : Bornology α} {x : α} :
                            theorem Bornology.isBounded_iff_forall_mem {α : Type u_2} {x✝ : Bornology α} {s : Set α} :
                            IsBounded s xs, IsBounded s
                            @[simp]
                            @[simp]
                            theorem Bornology.isCobounded_inter {α : Type u_2} {x✝ : Bornology α} {s t : Set α} :
                            theorem Bornology.IsCobounded.inter {α : Type u_2} {x✝ : Bornology α} {s t : Set α} (hs : IsCobounded s) (ht : IsCobounded t) :
                            @[simp]
                            theorem Bornology.isBounded_union {α : Type u_2} {x✝ : Bornology α} {s t : Set α} :
                            theorem Bornology.IsBounded.union {α : Type u_2} {x✝ : Bornology α} {s t : Set α} (hs : IsBounded s) (ht : IsBounded t) :
                            theorem Bornology.IsCobounded.superset {α : Type u_2} {x✝ : Bornology α} {s t : Set α} (hs : IsCobounded s) (ht : s t) :
                            theorem Bornology.IsBounded.subset {α : Type u_2} {x✝ : Bornology α} {s t : Set α} (ht : IsBounded t) (hs : s t) :
                            @[simp]
                            theorem Bornology.IsBounded.insert {α : Type u_2} {x✝ : Bornology α} {s : Set α} (h : IsBounded s) (x : α) :
                            @[simp]
                            theorem Bornology.isBounded_insert {α : Type u_2} {x✝ : Bornology α} {s : Set α} {x : α} :
                            theorem Bornology.comap_cobounded_le_iff {α : Type u_2} {β : Type u_3} {x✝ : Bornology α} [Bornology β] {f : αβ} :
                            Filter.comap f (cobounded β) cobounded α ∀ ⦃s : Set α⦄, IsBounded sIsBounded (f '' s)
                            theorem Bornology.ext_iff' {α : Type u_2} {t t' : Bornology α} :
                            t = t' ∀ (s : Set α), s cobounded α s cobounded α
                            theorem Bornology.ext_iff_isBounded {α : Type u_2} {t t' : Bornology α} :
                            t = t' ∀ (s : Set α), IsBounded s IsBounded s
                            theorem Bornology.isCobounded_ofBounded_iff {α : Type u_2} {s : Set α} (B : Set (Set α)) {empty_mem : B} {subset_mem : s₁B, s₂s₁, s₂ B} {union_mem : s₁B, s₂B, s₁ s₂ B} {sUnion_univ : ∀ (x : α), {x} B} :
                            theorem Bornology.isBounded_ofBounded_iff {α : Type u_2} {s : Set α} (B : Set (Set α)) {empty_mem : B} {subset_mem : s₁B, s₂s₁, s₂ B} {union_mem : s₁B, s₂B, s₁ s₂ B} {sUnion_univ : ∀ (x : α), {x} B} :
                            theorem Bornology.isCobounded_biInter {ι : Type u_1} {α : Type u_2} [Bornology α] {s : Set ι} {f : ιSet α} (hs : s.Finite) :
                            IsCobounded (⋂ is, f i) is, IsCobounded (f i)
                            @[simp]
                            theorem Bornology.isCobounded_biInter_finset {ι : Type u_1} {α : Type u_2} [Bornology α] (s : Finset ι) {f : ιSet α} :
                            IsCobounded (⋂ is, f i) is, IsCobounded (f i)
                            @[simp]
                            theorem Bornology.isCobounded_iInter {ι : Type u_1} {α : Type u_2} [Bornology α] [Finite ι] {f : ιSet α} :
                            IsCobounded (⋂ (i : ι), f i) ∀ (i : ι), IsCobounded (f i)
                            theorem Bornology.isCobounded_sInter {α : Type u_2} [Bornology α] {S : Set (Set α)} (hs : S.Finite) :
                            IsCobounded (⋂₀ S) sS, IsCobounded s
                            theorem Bornology.isBounded_biUnion {ι : Type u_1} {α : Type u_2} [Bornology α] {s : Set ι} {f : ιSet α} (hs : s.Finite) :
                            IsBounded (⋃ is, f i) is, IsBounded (f i)
                            theorem Bornology.isBounded_biUnion_finset {ι : Type u_1} {α : Type u_2} [Bornology α] (s : Finset ι) {f : ιSet α} :
                            IsBounded (⋃ is, f i) is, IsBounded (f i)
                            theorem Bornology.isBounded_sUnion {α : Type u_2} [Bornology α] {S : Set (Set α)} (hs : S.Finite) :
                            IsBounded (⋃₀ S) sS, IsBounded s
                            @[simp]
                            theorem Bornology.isBounded_iUnion {ι : Type u_1} {α : Type u_2} [Bornology α] [Finite ι] {s : ιSet α} :
                            IsBounded (⋃ (i : ι), s i) ∀ (i : ι), IsBounded (s i)
                            theorem Bornology.eventually_ne_cobounded {α : Type u_2} [Bornology α] (a : α) :
                            ∀ᶠ (x : α) in cobounded α, x a
                            theorem Filter.HasBasis.disjoint_cobounded_iff {α : Type u_2} [Bornology α] {ι : Sort u_4} {p : ιProp} {s : ιSet α} {l : Filter α} (h : l.HasBasis p s) :
                            Disjoint l (Bornology.cobounded α) ∃ (i : ι), p i Bornology.IsBounded (s i)
                            theorem Set.Finite.isBounded {α : Type u_2} [Bornology α] {s : Set α} (hs : s.Finite) :
                            theorem Filter.Tendsto.eventually_ne_cobounded {α : Type u_2} {β : Type u_3} [Bornology α] {f : βα} {l : Filter β} (h : Tendsto f l (Bornology.cobounded α)) (a : α) :
                            ∀ᶠ (x : β) in l, f x a
                            @[reducible, inline]
                            abbrev Bornology.cofinite {α : Type u_2} :

                            The cofinite filter as a bornology

                            Equations
                              Instances For
                                class BoundedSpace (α : Type u_4) [Bornology α] :

                                A space with a Bornology is a bounded space if Set.univ : Set α is bounded.

                                Instances
                                  @[instance 100]
                                  instance BoundedSpace.of_finite {α : Type u_4} [Bornology α] [Finite α] :

                                  A finite space is bounded.

                                  theorem Bornology.IsBounded.all {α : Type u_2} [Bornology α] [BoundedSpace α] (s : Set α) :
                                  @[simp]
                                  Equations