mathlib documentation

topology.​algebra.​ordered

topology.​algebra.​ordered

Theory of topology on ordered spaces

Main definitions

The order topology on an ordered space is the topology generated by all open intervals (or equivalently by those of the form (-∞, a) and (b, +∞)). We define it as preorder.topology α. However, we do not register it as an instance (as many existing ordered types already have topologies, which would be equal but not definitionally equal to preorder.topology α). Instead, we introduce a class order_topology α(which is a Prop, also known as a mixin) saying that on the type α having already a topological space structure and a preorder structure, the topological structure is equal to the order topology.

We also introduce another (mixin) class order_closed_topology α saying that the set of points (x, y) with x ≤ y is closed in the product space. This is automatically satisfied on a linear order with the order topology.

We prove many basic properties of such topologies.

Main statements

This file contains the proofs of the following facts. For exact requirements (order_closed_topology vs order_topology, preorder vs partial_order vs linear_order etc) see their statements.

Open / closed sets

Convergence and inequalities

Min, max, Sup and Inf

Connected sets and Intermediate Value Theorem

Miscellaneous facts

Implementation

We do _not_ register the order topology as an instance on a preorder (or even on a linear order). Indeed, on many such spaces, a topology has already been constructed in a different way (think of the discrete spaces or , or that could inherit a topology as the completion of ), and is in general not defeq to the one generated by the intervals. We make it available as a definition preorder.topology α though, that can be registered as an instance when necessary, or for specific types.

@[class]
structure order_closed_topology (α : Type u_1) [topological_space α] [preorder α] :
Prop

A topology on a set which is both a topological space and a preorder is _order-closed_ if the set of points (x, y) with x ≤ y is closed in the product space. We introduce this as a mixin. This property is satisfied for the order topology on a linear order, but it can be satisfied more generally, and suffices to derive many interesting properties relating order and topology.

Instances
theorem is_closed_le {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] [topological_space β] {f g : β → α} :
continuous fcontinuous gis_closed {b : β | f b g b}

theorem is_closed_le' {α : Type u} [topological_space α] [preorder α] [t : order_closed_topology α] (a : α) :
is_closed {b : α | b a}

theorem is_closed_Iic {α : Type u} [topological_space α] [preorder α] [t : order_closed_topology α] {a : α} :

theorem is_closed_ge' {α : Type u} [topological_space α] [preorder α] [t : order_closed_topology α] (a : α) :
is_closed {b : α | a b}

theorem is_closed_Ici {α : Type u} [topological_space α] [preorder α] [t : order_closed_topology α] {a : α} :

theorem is_closed_Icc {α : Type u} [topological_space α] [preorder α] [t : order_closed_topology α] {a b : α} :

@[simp]
theorem closure_Icc {α : Type u} [topological_space α] [preorder α] [t : order_closed_topology α] (a b : α) :

@[simp]
theorem closure_Iic {α : Type u} [topological_space α] [preorder α] [t : order_closed_topology α] (a : α) :

@[simp]
theorem closure_Ici {α : Type u} [topological_space α] [preorder α] [t : order_closed_topology α] (a : α) :

theorem le_of_tendsto_of_tendsto {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] {f g : β → α} {b : filter β} {a₁ a₂ : α} [b.ne_bot] :
filter.tendsto f b (nhds a₁)filter.tendsto g b (nhds a₂)f ≤ᶠ[b] ga₁ a₂

theorem le_of_tendsto_of_tendsto' {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] {f g : β → α} {b : filter β} {a₁ a₂ : α} [b.ne_bot] :
filter.tendsto f b (nhds a₁)filter.tendsto g b (nhds a₂)(∀ (x : β), f x g x)a₁ a₂

theorem le_of_tendsto {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] {f : β → α} {a b : α} {x : filter β} [x.ne_bot] :
filter.tendsto f x (nhds a)(∀ᶠ (c : β) in x, f c b)a b

theorem le_of_tendsto' {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] {f : β → α} {a b : α} {x : filter β} [x.ne_bot] :
filter.tendsto f x (nhds a)(∀ (c : β), f c b)a b

theorem ge_of_tendsto {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] {f : β → α} {a b : α} {x : filter β} [x.ne_bot] :
filter.tendsto f x (nhds a)(∀ᶠ (c : β) in x, b f c)b a

theorem ge_of_tendsto' {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] {f : β → α} {a b : α} {x : filter β} [x.ne_bot] :
filter.tendsto f x (nhds a)(∀ (c : β), b f c)b a

@[simp]
theorem closure_le_eq {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] [topological_space β] {f g : β → α} :
continuous fcontinuous gclosure {b : β | f b g b} = {b : β | f b g b}

theorem closure_lt_subset_le {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] [topological_space β] {f g : β → α} :
continuous fcontinuous gclosure {b : β | f b < g b} {b : β | f b g b}

theorem continuous_within_at.​closure_le {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] [topological_space β] {f g : β → α} {s : set β} {x : β} :
x closure scontinuous_within_at f s xcontinuous_within_at g s x(∀ (y : β), y sf y g y)f x g x

theorem is_closed.​is_closed_le {α : Type u} {β : Type v} [topological_space α] [preorder α] [t : order_closed_topology α] [topological_space β] {f g : β → α} {s : set β} :
is_closed scontinuous_on f scontinuous_on g sis_closed {x ∈ s | f x g x}

If s is a closed set and two functions f and g are continuous on s, then the set {x ∈ s | f x ≤ g x} is a closed set.

theorem nhds_within_Ici_ne_bot {α : Type u} [topological_space α] [preorder α] {a b : α} :
a bnhds_within b (set.Ici a)

theorem nhds_within_Ici_self_ne_bot {α : Type u} [topological_space α] [preorder α] (a : α) :

theorem nhds_within_Iic_ne_bot {α : Type u} [topological_space α] [preorder α] {a b : α} :
a bnhds_within a (set.Iic b)

theorem nhds_within_Iic_self_ne_bot {α : Type u} [topological_space α] [preorder α] (a : α) :

theorem is_open_lt {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {f g : β → α} :
continuous fcontinuous gis_open {b : β | f b < g b}

theorem is_open_Iio {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a : α} :

theorem is_open_Ioi {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a : α} :

theorem is_open_Ioo {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :

@[simp]
theorem interior_Ioi {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a : α} :

@[simp]
theorem interior_Iio {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a : α} :

@[simp]
theorem interior_Ioo {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :

theorem intermediate_value_univ₂ {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {γ : Type u_1} [topological_space γ] [preconnected_space γ] {a b : γ} {f g : γ → α} :
continuous fcontinuous gf a g ag b f b(∃ (x : γ), f x = g x)

Intermediate value theorem for two functions: if f and g are two continuous functions on a preconnected space and f a ≤ g a and g b ≤ f b, then for some x we have f x = g x.

theorem is_preconnected.​intermediate_value₂ {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {γ : Type u_1} [topological_space γ] {s : set γ} (hs : is_preconnected s) {a b : γ} (ha : a s) (hb : b s) {f g : γ → α} :
continuous_on f scontinuous_on g sf a g ag b f b(∃ (x : γ) (H : x s), f x = g x)

Intermediate value theorem for two functions: if f and g are two functions continuous on a preconnected set s and for some a b ∈ s we have f a ≤ g a and g b ≤ f b, then for some x ∈ s we have f x = g x.

theorem is_preconnected.​intermediate_value {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {γ : Type u_1} [topological_space γ] {s : set γ} (hs : is_preconnected s) {a b : γ} (ha : a s) (hb : b s) {f : γ → α} :
continuous_on f sset.Icc (f a) (f b) f '' s

Intermediate Value Theorem for continuous functions on connected sets.

theorem intermediate_value_univ {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {γ : Type u_1} [topological_space γ] [preconnected_space γ] (a b : γ) {f : γ → α} :
continuous fset.Icc (f a) (f b) set.range f

Intermediate Value Theorem for continuous functions on connected spaces.

theorem is_preconnected.​Icc_subset {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {s : set α} (hs : is_preconnected s) {a b : α} :
a sb sset.Icc a b s

If a preconnected set contains endpoints of an interval, then it includes the whole interval.

theorem is_connected.​Icc_subset {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {s : set α} (hs : is_connected s) {a b : α} :
a sb sset.Icc a b s

If a preconnected set contains endpoints of an interval, then it includes the whole interval.

If preconnected set in a linear order space is unbounded below and above, then it is the whole space.

Neighborhoods to the left and to the right on an order_closed_topology

Limits to the left and to the right of real functions are defined in terms of neighborhoods to the left and to the right, either open or closed, i.e., members of 𝓝[Ioi a] a and 𝓝[Ici a] a on the right, and similarly on the left. Here we simply prove that all right-neighborhoods of a point are equal, and we'll prove later other useful characterizations which require the stronger hypothesis order_topology α

Right neighborhoods, point excluded

theorem Ioo_mem_nhds_within_Ioi {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Ioc_mem_nhds_within_Ioi {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Ico_mem_nhds_within_Ioi {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Icc_mem_nhds_within_Ioi {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

@[simp]
theorem nhds_within_Ioc_eq_nhds_within_Ioi {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :
a < bnhds_within a (set.Ioc a b) = nhds_within a (set.Ioi a)

@[simp]
theorem nhds_within_Ioo_eq_nhds_within_Ioi {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :
a < bnhds_within a (set.Ioo a b) = nhds_within a (set.Ioi a)

@[simp]
theorem continuous_within_at_Ioc_iff_Ioi {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {a b : α} {f : α → β} :

@[simp]
theorem continuous_within_at_Ioo_iff_Ioi {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {a b : α} {f : α → β} :

Left neighborhoods, point excluded

theorem Ioo_mem_nhds_within_Iio {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Ico_mem_nhds_within_Iio {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Ioc_mem_nhds_within_Iio {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Icc_mem_nhds_within_Iio {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

@[simp]
theorem nhds_within_Ico_eq_nhds_within_Iio {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :
a < bnhds_within b (set.Ico a b) = nhds_within b (set.Iio b)

@[simp]
theorem nhds_within_Ioo_eq_nhds_within_Iio {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :
a < bnhds_within b (set.Ioo a b) = nhds_within b (set.Iio b)

@[simp]
theorem continuous_within_at_Ico_iff_Iio {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {a b : α} {f : α → β} :

@[simp]
theorem continuous_within_at_Ioo_iff_Iio {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {a b : α} {f : α → β} :

Right neighborhoods, point included

theorem Ioo_mem_nhds_within_Ici {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Ioc_mem_nhds_within_Ici {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Ico_mem_nhds_within_Ici {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Icc_mem_nhds_within_Ici {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

@[simp]
theorem nhds_within_Icc_eq_nhds_within_Ici {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :
a < bnhds_within a (set.Icc a b) = nhds_within a (set.Ici a)

@[simp]
theorem nhds_within_Ico_eq_nhds_within_Ici {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :
a < bnhds_within a (set.Ico a b) = nhds_within a (set.Ici a)

@[simp]
theorem continuous_within_at_Icc_iff_Ici {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {a b : α} {f : α → β} :

@[simp]
theorem continuous_within_at_Ico_iff_Ici {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {a b : α} {f : α → β} :

Left neighborhoods, point included

theorem Ioo_mem_nhds_within_Iic {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Ico_mem_nhds_within_Iic {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Ioc_mem_nhds_within_Iic {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

theorem Icc_mem_nhds_within_Iic {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b c : α} :

@[simp]
theorem nhds_within_Icc_eq_nhds_within_Iic {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :
a < bnhds_within b (set.Icc a b) = nhds_within b (set.Iic b)

@[simp]
theorem nhds_within_Ioc_eq_nhds_within_Iic {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] {a b : α} :
a < bnhds_within b (set.Ioc a b) = nhds_within b (set.Iic b)

@[simp]
theorem continuous_within_at_Icc_iff_Iic {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {a b : α} {f : α → β} :

@[simp]
theorem continuous_within_at_Ioc_iff_Iic {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_closed_topology α] [topological_space β] {a b : α} {f : α → β} :

theorem frontier_le_subset_eq {α : Type u} {β : Type v} [topological_space α] [decidable_linear_order α] [order_closed_topology α] {f g : β → α} [topological_space β] :
continuous fcontinuous gfrontier {b : β | f b g b} {b : β | f b = g b}

theorem frontier_lt_subset_eq {α : Type u} {β : Type v} [topological_space α] [decidable_linear_order α] [order_closed_topology α] {f g : β → α} [topological_space β] :
continuous fcontinuous gfrontier {b : β | f b < g b} {b : β | f b = g b}

theorem continuous.​min {α : Type u} {β : Type v} [topological_space α] [decidable_linear_order α] [order_closed_topology α] {f g : β → α} [topological_space β] :
continuous fcontinuous gcontinuous (λ (b : β), min (f b) (g b))

theorem continuous.​max {α : Type u} {β : Type v} [topological_space α] [decidable_linear_order α] [order_closed_topology α] {f g : β → α} [topological_space β] :
continuous fcontinuous gcontinuous (λ (b : β), max (f b) (g b))

theorem tendsto.​max {α : Type u} {β : Type v} [topological_space α] [decidable_linear_order α] [order_closed_topology α] {f g : β → α} {b : filter β} {a₁ a₂ : α} :
filter.tendsto f b (nhds a₁)filter.tendsto g b (nhds a₂)filter.tendsto (λ (b : β), max (f b) (g b)) b (nhds (max a₁ a₂))

theorem tendsto.​min {α : Type u} {β : Type v} [topological_space α] [decidable_linear_order α] [order_closed_topology α] {f g : β → α} {b : filter β} {a₁ a₂ : α} :
filter.tendsto f b (nhds a₁)filter.tendsto g b (nhds a₂)filter.tendsto (λ (b : β), min (f b) (g b)) b (nhds (min a₁ a₂))

@[class]
structure order_topology (α : Type u_1) [t : topological_space α] [preorder α] :
Prop

The order topology on an ordered type is the topology generated by open intervals. We register it on a preorder, but it is mostly interesting in linear orders, where it is also order-closed. We define it as a mixin. If you want to introduce the order topology on a preorder, use preorder.topology.

Instances
def preorder.​topology (α : Type u_1) [preorder α] :

(Order) topology on a partial order α generated by the subbase of open intervals (a, ∞) = { x ∣ a < x }, (-∞ , b) = {x ∣ x < b} for all a, b in α. We do not register it as an instance as many ordered sets are already endowed with the same topology, most often in a non-defeq way though. Register as a local instance when necessary.

Equations
theorem is_open_iff_generate_intervals {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] {s : set α} :
is_open s topological_space.generate_open {s : set α | ∃ (a : α), s = set.Ioi a s = set.Iio a} s

theorem is_open_lt' {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] (a : α) :
is_open {b : α | a < b}

theorem is_open_gt' {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] (a : α) :
is_open {b : α | b < a}

theorem lt_mem_nhds {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] {a b : α} :
a < b(∀ᶠ (x : α) in nhds b, a < x)

theorem le_mem_nhds {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] {a b : α} :
a < b(∀ᶠ (x : α) in nhds b, a x)

theorem gt_mem_nhds {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] {a b : α} :
a < b(∀ᶠ (x : α) in nhds a, x < b)

theorem ge_mem_nhds {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] {a b : α} :
a < b(∀ᶠ (x : α) in nhds a, x b)

theorem nhds_eq_order {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] (a : α) :
nhds a = (⨅ (b : α) (H : b set.Iio a), filter.principal (set.Ioi b)) ⨅ (b : α) (H : b set.Ioi a), filter.principal (set.Iio b)

theorem tendsto_order {α : Type u} {β : Type v} [topological_space α] [partial_order α] [t : order_topology α] {f : β → α} {a : α} {x : filter β} :
filter.tendsto f x (nhds a) (∀ (a' : α), a' < a(∀ᶠ (b : β) in x, a' < f b)) ∀ (a' : α), a' > a(∀ᶠ (b : β) in x, f b < a')

@[instance]

Equations
  • _ = _
@[instance]

Equations
  • _ = _
@[instance]

Equations
  • _ = _
@[instance]

Equations
  • _ = _
@[instance]
def tendsto_Ixx_nhds_within {α : Type u} [topological_space α] [partial_order α] (a : α) {s t : set α} {Ixx : α → α → set α} [filter.tendsto_Ixx_class Ixx (nhds a) (nhds a)] [filter.tendsto_Ixx_class Ixx (filter.principal s) (filter.principal t)] :

Equations
theorem tendsto_of_tendsto_of_tendsto_of_le_of_le' {α : Type u} {β : Type v} [topological_space α] [partial_order α] [t : order_topology α] {f g h : β → α} {b : filter β} {a : α} :
filter.tendsto g b (nhds a)filter.tendsto h b (nhds a)(∀ᶠ (b : β) in b, g b f b)(∀ᶠ (b : β) in b, f b h b)filter.tendsto f b (nhds a)

Also known as squeeze or sandwich theorem. This version assumes that inequalities hold eventually for the filter.

theorem tendsto_of_tendsto_of_tendsto_of_le_of_le {α : Type u} {β : Type v} [topological_space α] [partial_order α] [t : order_topology α] {f g h : β → α} {b : filter β} {a : α} :
filter.tendsto g b (nhds a)filter.tendsto h b (nhds a)g ff hfilter.tendsto f b (nhds a)

Also known as squeeze or sandwich theorem. This version assumes that inequalities hold everywhere.

theorem nhds_order_unbounded {α : Type u} [topological_space α] [partial_order α] [t : order_topology α] {a : α} :
(∃ (u : α), a < u)(∃ (l : α), l < a)(nhds a = ⨅ (l : α) (h₂ : l < a) (u : α) (h₂ : a < u), filter.principal (set.Ioo l u))

theorem tendsto_order_unbounded {α : Type u} {β : Type v} [topological_space α] [partial_order α] [t : order_topology α] {f : β → α} {a : α} {x : filter β} :
(∃ (u : α), a < u)(∃ (l : α), l < a)(∀ (l u : α), l < aa < u(∀ᶠ (b : β) in x, l < f b f b < u))filter.tendsto f x (nhds a)

theorem induced_order_topology' {α : Type u} {β : Type v} [partial_order α] [ta : topological_space β] [partial_order β] [order_topology β] (f : α → β) :
(∀ {x y : α}, f x < f y x < y)(∀ {a : α} {x : β}, x < f a(∃ (b : α) (H : b < a), x f b))(∀ {a : α} {x : β}, f a < x(∃ (b : α) (H : b > a), f b x))order_topology α

theorem induced_order_topology {α : Type u} {β : Type v} [partial_order α] [ta : topological_space β] [partial_order β] [order_topology β] (f : α → β) :
(∀ {x y : α}, f x < f y x < y)(∀ {x y : β}, x < y(∃ (a : α), x < f a f a < y))order_topology α

theorem nhds_top_order {α : Type u} [topological_space α] [order_top α] [order_topology α] :
nhds = ⨅ (l : α) (h₂ : l < ), filter.principal (set.Ioi l)

theorem nhds_bot_order {α : Type u} [topological_space α] [order_bot α] [order_topology α] :
nhds = ⨅ (l : α) (h₂ : < l), filter.principal (set.Iio l)

theorem exists_Ioc_subset_of_mem_nhds' {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} (hs : s nhds a) {l : α} :
l < a(∃ (l' : α) (H : l' set.Ico l a), set.Ioc l' a s)

theorem exists_Ico_subset_of_mem_nhds' {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} (hs : s nhds a) {u : α} :
a < u(∃ (u' : α) (H : u' set.Ioc a u), set.Ico a u' s)

theorem exists_Ioc_subset_of_mem_nhds {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
s nhds a(∃ (l : α), l < a)(∃ (l : α) (H : l < a), set.Ioc l a s)

theorem exists_Ico_subset_of_mem_nhds {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
s nhds a(∃ (u : α), a < u)(∃ (u : α) (_x : a < u), set.Ico a u s)

theorem mem_nhds_unbounded {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
(∃ (u : α), a < u)(∃ (l : α), l < a)(s nhds a ∃ (l u : α), l < a a < u ∀ (b : α), l < bb < ub s)

theorem order_separated {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a₁ a₂ : α} :
a₁ < a₂(∃ (u v : set α), is_open u is_open v a₁ u a₂ v ∀ (b₁ : α), b₁ u∀ (b₂ : α), b₂ vb₁ < b₂)

@[instance]

Equations
theorem mem_nhds_iff_exists_Ioo_subset' {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a l' u' : α} {s : set α} :
l' < aa < u'(s nhds a ∃ (l u : α), a set.Ioo l u set.Ioo l u s)

A set is a neighborhood of a if and only if it contains an interval (l, u) containing a, provided a is neither a bottom element nor a top element.

theorem mem_nhds_iff_exists_Ioo_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] [no_bot_order α] {a : α} {s : set α} :
s nhds a ∃ (l u : α), a set.Ioo l u set.Ioo l u s

A set is a neighborhood of a if and only if it contains an interval (l, u) containing a.

theorem Iio_mem_nhds {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a b : α} :
a < bset.Iio b nhds a

theorem Ioi_mem_nhds {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a b : α} :
a < bset.Ioi a nhds b

theorem Ioo_mem_nhds {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a b x : α} :
a < xx < bset.Ioo a b nhds x

@[simp]
theorem inf_nhds_at_top {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] (x : α) :

@[simp]
theorem inf_nhds_at_bot {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_bot_order α] (x : α) :

theorem not_tendsto_nhds_of_tendsto_at_top {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] {F : filter β} [F.ne_bot] {f : β → α} (hf : filter.tendsto f F filter.at_top) (x : α) :

theorem not_tendsto_at_top_of_tendsto_nhds {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] {F : filter β} [F.ne_bot] {f : β → α} {x : α} :

theorem not_tendsto_nhds_of_tendsto_at_bot {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_topology α] [no_bot_order α] {F : filter β} [F.ne_bot] {f : β → α} (hf : filter.tendsto f F filter.at_bot) (x : α) :

theorem not_tendsto_at_bot_of_tendsto_nhds {α : Type u} {β : Type v} [topological_space α] [linear_order α] [order_topology α] [no_bot_order α] {F : filter β} [F.ne_bot] {f : β → α} {x : α} :

Neighborhoods to the left and to the right on an order_topology

We've seen some properties of left and right neighborhood of a point in an order_closed_topology. In an order_topology, such neighborhoods can be characterized as the sets containing suitable intervals to the right or to the left of a. We give now these characterizations.

theorem tfae_mem_nhds_within_Ioi {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a b : α} (hab : a < b) (s : set α) :
[s nhds_within a (set.Ioi a), s nhds_within a (set.Ioc a b), s nhds_within a (set.Ioo a b), ∃ (u : α) (H : u set.Ioc a b), set.Ioo a u s, ∃ (u : α) (H : u set.Ioi a), set.Ioo a u s].tfae

The following statements are equivalent:

  1. s is a neighborhood of a within (a, +∞)
  2. s is a neighborhood of a within (a, b]
  3. s is a neighborhood of a within (a, b)
  4. s includes (a, u) for some u ∈ (a, b]
  5. s includes (a, u) for some u > a
theorem mem_nhds_within_Ioi_iff_exists_mem_Ioc_Ioo_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a u' : α} {s : set α} :
a < u'(s nhds_within a (set.Ioi a) ∃ (u : α) (H : u set.Ioc a u'), set.Ioo a u s)

theorem mem_nhds_within_Ioi_iff_exists_Ioo_subset' {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a u' : α} {s : set α} :
a < u'(s nhds_within a (set.Ioi a) ∃ (u : α) (H : u set.Ioi a), set.Ioo a u s)

A set is a neighborhood of a within (a, +∞) if and only if it contains an interval (a, u) with a < u < u', provided a is not a top element.

theorem mem_nhds_within_Ioi_iff_exists_Ioo_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] {a : α} {s : set α} :
s nhds_within a (set.Ioi a) ∃ (u : α) (H : u set.Ioi a), set.Ioo a u s

A set is a neighborhood of a within (a, +∞) if and only if it contains an interval (a, u) with a < u.

theorem mem_nhds_within_Ioi_iff_exists_Ioc_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] [densely_ordered α] {a : α} {s : set α} :
s nhds_within a (set.Ioi a) ∃ (u : α) (H : u set.Ioi a), set.Ioc a u s

A set is a neighborhood of a within (a, +∞) if and only if it contains an interval (a, u] with a < u.

theorem tfae_mem_nhds_within_Iio {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a b : α} (h : a < b) (s : set α) :
[s nhds_within b (set.Iio b), s nhds_within b (set.Ico a b), s nhds_within b (set.Ioo a b), ∃ (l : α) (H : l set.Ico a b), set.Ioo l b s, ∃ (l : α) (H : l set.Iio b), set.Ioo l b s].tfae

The following statements are equivalent:

  1. s is a neighborhood of b within (-∞, b)
  2. s is a neighborhood of b within [a, b)
  3. s is a neighborhood of b within (a, b)
  4. s includes (l, b) for some l ∈ [a, b)
  5. s includes (l, b) for some l < b
theorem mem_nhds_within_Iio_iff_exists_mem_Ico_Ioo_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a l' : α} {s : set α} :
l' < a(s nhds_within a (set.Iio a) ∃ (l : α) (H : l set.Ico l' a), set.Ioo l a s)

theorem mem_nhds_within_Iio_iff_exists_Ioo_subset' {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a l' : α} {s : set α} :
l' < a(s nhds_within a (set.Iio a) ∃ (l : α) (H : l set.Iio a), set.Ioo l a s)

A set is a neighborhood of a within (-∞, a) if and only if it contains an interval (l, a) with l < a, provided a is not a bottom element.

theorem mem_nhds_within_Iio_iff_exists_Ioo_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_bot_order α] {a : α} {s : set α} :
s nhds_within a (set.Iio a) ∃ (l : α) (H : l set.Iio a), set.Ioo l a s

A set is a neighborhood of a within (-∞, a) if and only if it contains an interval (l, a) with l < a.

theorem mem_nhds_within_Iio_iff_exists_Ico_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_bot_order α] [densely_ordered α] {a : α} {s : set α} :
s nhds_within a (set.Iio a) ∃ (l : α) (H : l set.Iio a), set.Ico l a s

A set is a neighborhood of a within (-∞, a) if and only if it contains an interval [l, a) with l < a.

theorem tfae_mem_nhds_within_Ici {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a b : α} (hab : a < b) (s : set α) :
[s nhds_within a (set.Ici a), s nhds_within a (set.Icc a b), s nhds_within a (set.Ico a b), ∃ (u : α) (H : u set.Ioc a b), set.Ico a u s, ∃ (u : α) (H : u set.Ioi a), set.Ico a u s].tfae

The following statements are equivalent:

  1. s is a neighborhood of a within [a, +∞)
  2. s is a neighborhood of a within [a, b]
  3. s is a neighborhood of a within [a, b)
  4. s includes [a, u) for some u ∈ (a, b]
  5. s includes [a, u) for some u > a
theorem mem_nhds_within_Ici_iff_exists_mem_Ioc_Ico_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a u' : α} {s : set α} :
a < u'(s nhds_within a (set.Ici a) ∃ (u : α) (H : u set.Ioc a u'), set.Ico a u s)

theorem mem_nhds_within_Ici_iff_exists_Ico_subset' {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a u' : α} {s : set α} :
a < u'(s nhds_within a (set.Ici a) ∃ (u : α) (H : u set.Ioi a), set.Ico a u s)

A set is a neighborhood of a within [a, +∞) if and only if it contains an interval [a, u) with a < u < u', provided a is not a top element.

theorem mem_nhds_within_Ici_iff_exists_Ico_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] {a : α} {s : set α} :
s nhds_within a (set.Ici a) ∃ (u : α) (H : u set.Ioi a), set.Ico a u s

A set is a neighborhood of a within [a, +∞) if and only if it contains an interval [a, u) with a < u.

theorem mem_nhds_within_Ici_iff_exists_Icc_subset' {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] [densely_ordered α] {a : α} {s : set α} :
s nhds_within a (set.Ici a) ∃ (u : α) (H : u set.Ioi a), set.Icc a u s

A set is a neighborhood of a within [a, +∞) if and only if it contains an interval [a, u] with a < u.

theorem tfae_mem_nhds_within_Iic {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a b : α} (h : a < b) (s : set α) :
[s nhds_within b (set.Iic b), s nhds_within b (set.Icc a b), s nhds_within b (set.Ioc a b), ∃ (l : α) (H : l set.Ico a b), set.Ioc l b s, ∃ (l : α) (H : l set.Iio b), set.Ioc l b s].tfae

The following statements are equivalent:

  1. s is a neighborhood of b within (-∞, b]
  2. s is a neighborhood of b within [a, b]
  3. s is a neighborhood of b within (a, b]
  4. s includes (l, b] for some l ∈ [a, b)
  5. s includes (l, b] for some l < b
theorem mem_nhds_within_Iic_iff_exists_mem_Ico_Ioc_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a l' : α} {s : set α} :
l' < a(s nhds_within a (set.Iic a) ∃ (l : α) (H : l set.Ico l' a), set.Ioc l a s)

theorem mem_nhds_within_Iic_iff_exists_Ioc_subset' {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a l' : α} {s : set α} :
l' < a(s nhds_within a (set.Iic a) ∃ (l : α) (H : l set.Iio a), set.Ioc l a s)

A set is a neighborhood of a within (-∞, a] if and only if it contains an interval (l, a] with l < a, provided a is not a bottom element.

theorem mem_nhds_within_Iic_iff_exists_Ioc_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_bot_order α] {a : α} {s : set α} :
s nhds_within a (set.Iic a) ∃ (l : α) (H : l set.Iio a), set.Ioc l a s

A set is a neighborhood of a within (-∞, a] if and only if it contains an interval (l, a] with l < a.

theorem mem_nhds_within_Iic_iff_exists_Icc_subset' {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_bot_order α] [densely_ordered α] {a : α} {s : set α} :
s nhds_within a (set.Iic a) ∃ (l : α) (H : l set.Iio a), set.Icc l a s

A set is a neighborhood of a within (-∞, a] if and only if it contains an interval [l, a] with l < a.

theorem mem_nhds_within_Ici_iff_exists_Icc_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_top_order α] [densely_ordered α] {a : α} {s : set α} :
s nhds_within a (set.Ici a) ∃ (u : α), a < u set.Icc a u s

A set is a neighborhood of a within [a, +∞) if and only if it contains an interval [a, u] with a < u.

theorem mem_nhds_within_Iic_iff_exists_Icc_subset {α : Type u} [topological_space α] [linear_order α] [order_topology α] [no_bot_order α] [densely_ordered α] {a : α} {s : set α} :
s nhds_within a (set.Iic a) ∃ (l : α), l < a set.Icc l a s

A set is a neighborhood of a within (-∞, a] if and only if it contains an interval [l, a] with l < a.

theorem tendsto_at_top_add_tendsto_left {α : Type u} {β : Type v} [topological_space α] [linear_ordered_ring α] [order_topology α] {l : filter β} {f g : β → α} {C : α} :
filter.tendsto f l (nhds C)filter.tendsto g l filter.at_topfilter.tendsto (λ (x : β), f x + g x) l filter.at_top

In a linearly ordered ring with the order topology, if f tends to C and g tends to at_top then f + g tends to at_top.

theorem tendsto_at_bot_add_tendsto_left {α : Type u} {β : Type v} [topological_space α] [linear_ordered_ring α] [order_topology α] {l : filter β} {f g : β → α} {C : α} :
filter.tendsto f l (nhds C)filter.tendsto g l filter.at_botfilter.tendsto (λ (x : β), f x + g x) l filter.at_bot

In a linearly ordered ring with the order topology, if f tends to C and g tends to at_bot then f + g tends to at_bot.

theorem tendsto_at_top_add_tendsto_right {α : Type u} {β : Type v} [topological_space α] [linear_ordered_ring α] [order_topology α] {l : filter β} {f g : β → α} {C : α} :
filter.tendsto f l filter.at_topfilter.tendsto g l (nhds C)filter.tendsto (λ (x : β), f x + g x) l filter.at_top

In a linearly ordered ring with the order topology, if f tends to at_top and g tends to C then f + g tends to at_top.

theorem tendsto_at_bot_add_tendsto_right {α : Type u} {β : Type v} [topological_space α] [linear_ordered_ring α] [order_topology α] {l : filter β} {f g : β → α} {C : α} :
filter.tendsto f l filter.at_botfilter.tendsto g l (nhds C)filter.tendsto (λ (x : β), f x + g x) l filter.at_bot

In a linearly ordered ring with the order topology, if f tends to at_bot and g tends to C then f + g tends to at_bot.

theorem neg_preimage_closure {α : Type u} [topological_space α] [ordered_add_comm_group α] [topological_add_group α] {s : set α} :
(λ (r : α), -r) ⁻¹' closure s = closure ((λ (r : α), -r) '' s)

theorem is_lub.​nhds_within_ne_bot {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
is_lub s as.nonempty(nhds_within a s).ne_bot

theorem is_glb.​nhds_within_ne_bot {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
is_glb s as.nonempty(nhds_within a s).ne_bot

theorem is_lub_of_mem_nhds {α : Type u} [topological_space α] [linear_order α] [order_topology α] {s : set α} {a : α} {f : filter α} (hsa : a upper_bounds s) (hsf : s f) [(f nhds a).ne_bot] :
is_lub s a

theorem is_glb_of_mem_nhds {α : Type u} [topological_space α] [linear_order α] [order_topology α] {s : set α} {a : α} {f : filter α} :
a lower_bounds ss f(f nhds a).ne_botis_glb s a

theorem is_lub_of_is_lub_of_tendsto {α : Type u} {β : Type v} [topological_space α] [topological_space β] [linear_order α] [linear_order β] [order_topology α] [order_topology β] {f : α → β} {s : set α} {a : α} {b : β} :
(∀ (x : α), x s∀ (y : α), y sx yf x f y)is_lub s as.nonemptyfilter.tendsto f (nhds_within a s) (nhds b)is_lub (f '' s) b

theorem is_glb_of_is_glb_of_tendsto {α : Type u} {β : Type v} [topological_space α] [topological_space β] [linear_order α] [linear_order β] [order_topology α] [order_topology β] {f : α → β} {s : set α} {a : α} {b : β} :
(∀ (x : α), x s∀ (y : α), y sx yf x f y)is_glb s as.nonemptyfilter.tendsto f (nhds_within a s) (nhds b)is_glb (f '' s) b

theorem is_glb_of_is_lub_of_tendsto {α : Type u} {β : Type v} [topological_space α] [topological_space β] [linear_order α] [linear_order β] [order_topology α] [order_topology β] {f : α → β} {s : set α} {a : α} {b : β} :
(∀ (x : α), x s∀ (y : α), y sx yf y f x)is_lub s as.nonemptyfilter.tendsto f (nhds_within a s) (nhds b)is_glb (f '' s) b

theorem is_lub_of_is_glb_of_tendsto {α : Type u} {β : Type v} [topological_space α] [topological_space β] [linear_order α] [linear_order β] [order_topology α] [order_topology β] {f : α → β} {s : set α} {a : α} {b : β} :
(∀ (x : α), x s∀ (y : α), y sx yf y f x)is_glb s as.nonemptyfilter.tendsto f (nhds_within a s) (nhds b)is_lub (f '' s) b

theorem mem_closure_of_is_lub {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
is_lub s as.nonemptya closure s

theorem mem_of_is_lub_of_is_closed {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
is_lub s as.nonemptyis_closed sa s

theorem mem_closure_of_is_glb {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
is_glb s as.nonemptya closure s

theorem mem_of_is_glb_of_is_closed {α : Type u} [topological_space α] [linear_order α] [order_topology α] {a : α} {s : set α} :
is_glb s as.nonemptyis_closed sa s

theorem is_compact.​bdd_below {α : Type u} [topological_space α] [linear_order α] [order_closed_topology α] [nonempty α] {s : set α} :

A compact set is bounded below

theorem is_compact.​bdd_above {α : Type u} [topological_space α] [linear_order α] [order_topology α] [nonempty α] {s : set α} :

A compact set is bounded above

theorem closure_Ioi' {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b : α} :
a < bclosure (set.Ioi a) = set.Ici a

The closure of the interval (a, +∞) is the closed interval [a, +∞), unless a is a top element.

@[simp]
theorem closure_Ioi {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] (a : α) [no_top_order α] :

The closure of the interval (a, +∞) is the closed interval [a, +∞).

theorem closure_Iio' {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b : α} :
b < aclosure (set.Iio a) = set.Iic a

The closure of the interval (-∞, a) is the closed interval (-∞, a], unless a is a bottom element.

@[simp]
theorem closure_Iio {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] (a : α) [no_bot_order α] :

The closure of the interval (-∞, a) is the interval (-∞, a].

@[simp]
theorem closure_Ioo {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b : α} :
a < bclosure (set.Ioo a b) = set.Icc a b

The closure of the open interval (a, b) is the closed interval [a, b].

@[simp]
theorem closure_Ioc {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b : α} :
a < bclosure (set.Ioc a b) = set.Icc a b

The closure of the interval (a, b] is the closed interval [a, b].

@[simp]
theorem closure_Ico {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b : α} :
a < bclosure (set.Ico a b) = set.Icc a b

The closure of the interval [a, b) is the closed interval [a, b].

@[simp]
theorem interior_Ici {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_bot_order α] {a : α} :

@[simp]
theorem interior_Iic {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_top_order α] {a : α} :

@[simp]
theorem interior_Icc {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_bot_order α] [no_top_order α] {a b : α} :

@[simp]
theorem interior_Ico {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_bot_order α] {a b : α} :

@[simp]
theorem interior_Ioc {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_top_order α] {a b : α} :

@[simp]
theorem frontier_Ici {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_bot_order α] {a : α} :

@[simp]
theorem frontier_Iic {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_top_order α] {a : α} :

@[simp]
theorem frontier_Ioi {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_top_order α] {a : α} :

@[simp]
theorem frontier_Iio {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_bot_order α] {a : α} :

@[simp]
theorem frontier_Icc {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_bot_order α] [no_top_order α] {a b : α} :
a < bfrontier (set.Icc a b) = {a, b}

@[simp]
theorem frontier_Ioo {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b : α} :
a < bfrontier (set.Ioo a b) = {a, b}

@[simp]
theorem frontier_Ico {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_bot_order α] {a b : α} :
a < bfrontier (set.Ico a b) = {a, b}

@[simp]
theorem frontier_Ioc {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_top_order α] {a b : α} :
a < bfrontier (set.Ioc a b) = {a, b}

theorem nhds_within_Ioi_ne_bot' {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b c : α} :
a < ca b(nhds_within b (set.Ioi a)).ne_bot

theorem nhds_within_Ioi_ne_bot {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_top_order α] {a b : α} :
a b(nhds_within b (set.Ioi a)).ne_bot

theorem nhds_within_Ioi_self_ne_bot' {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b : α} :
a < b(nhds_within a (set.Ioi a)).ne_bot

@[instance]

theorem nhds_within_Iio_ne_bot' {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b c : α} :
a < cb c(nhds_within b (set.Iio c)).ne_bot

theorem nhds_within_Iio_ne_bot {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] [no_bot_order α] {a b : α} :
a b(nhds_within a (set.Iio b)).ne_bot

theorem nhds_within_Iio_self_ne_bot' {α : Type u} [topological_space α] [linear_order α] [order_topology α] [densely_ordered α] {a b : α} :
a < b(nhds_within b (set.Iio b)).ne_bot

@[instance]

theorem Sup_mem_closure {α : Type u} [topological_space α] [complete_linear_order α] [order_topology α] {s : set α} :

theorem Inf_mem_closure {α : Type u} [topological_space α] [complete_linear_order α] [order_topology α] {s : set α} :

theorem is_closed.​Sup_mem {α : Type u} [topological_space α] [complete_linear_order α] [order_topology α] {s : set α} :

theorem is_closed.​Inf_mem {α : Type u} [topological_space α] [complete_linear_order α] [order_topology α] {s : set α} :

theorem map_Sup_of_continuous_at_of_monotone' {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] [complete_linear_order β] [topological_space β] [order_topology β] {f : α → β} {s : set α} :

A monotone function continuous at the supremum of a nonempty set sends this supremum to the supremum of the image of this set.

theorem map_Sup_of_continuous_at_of_monotone {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] [complete_linear_order β] [topological_space β] [order_topology β] {f : α → β} {s : set α} :
continuous_at f (has_Sup.Sup s)monotone ff = f (has_Sup.Sup s) = has_Sup.Sup (f '' s)

A monotone function s sending bot to bot and continuous at the supremum of a set sends this supremum to the supremum of the image of this set.

theorem map_supr_of_continuous_at_of_monotone' {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] [complete_linear_order β] [topological_space β] [order_topology β] {ι : Sort u_1} [nonempty ι] {f : α → β} {g : ι → α} :
continuous_at f (supr g)monotone f(f (⨆ (i : ι), g i) = ⨆ (i : ι), f (g i))

A monotone function continuous at the indexed supremum over a nonempty Sort sends this indexed supremum to the indexed supremum of the composition.

theorem map_supr_of_continuous_at_of_monotone {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] [complete_linear_order β] [topological_space β] [order_topology β] {ι : Sort u_1} {f : α → β} {g : ι → α} :
continuous_at f (supr g)monotone ff = (f (⨆ (i : ι), g i) = ⨆ (i : ι), f (g i))

If a monotone function sending bot to bot is continuous at the indexed supremum over a Sort, then it sends this indexed supremum to the indexed supremum of the composition.

theorem map_Inf_of_continuous_at_of_monotone' {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] [complete_linear_order β] [topological_space β] [order_topology β] {f : α → β} {s : set α} :

A monotone function continuous at the infimum of a nonempty set sends this infimum to the infimum of the image of this set.

theorem map_Inf_of_continuous_at_of_monotone {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] [complete_linear_order β] [topological_space β] [order_topology β] {f : α → β} {s : set α} :
continuous_at f (has_Inf.Inf s)monotone ff = f (has_Inf.Inf s) = has_Inf.Inf (f '' s)

A monotone function s sending top to top and continuous at the infimum of a set sends this infimum to the infimum of the image of this set.

theorem map_infi_of_continuous_at_of_monotone' {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] [complete_linear_order β] [topological_space β] [order_topology β] {ι : Sort u_1} [nonempty ι] {f : α → β} {g : ι → α} :
continuous_at f (infi g)monotone f(f (⨅ (i : ι), g i) = ⨅ (i : ι), f (g i))

A monotone function continuous at the indexed infimum over a nonempty Sort sends this indexed infimum to the indexed infimum of the composition.

theorem map_infi_of_continuous_at_of_monotone {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] [complete_linear_order β] [topological_space β] [order_topology β] {ι : Sort u_1} {f : α → β} {g : ι → α} :
continuous_at f (infi g)monotone ff = f (infi g) = infi (f g)

If a monotone function sending top to top is continuous at the indexed infimum over a Sort, then it sends this indexed infimum to the indexed infimum of the composition.

If a monotone function is continuous at the supremum of a nonempty bounded above set s, then it sends this supremum to the supremum of the image of s.

theorem map_csupr_of_continuous_at_of_monotone {α : Type u} {β : Type v} {γ : Type w} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] [conditionally_complete_linear_order β] [topological_space β] [order_topology β] [nonempty γ] {f : α → β} {g : γ → α} :
continuous_at f (⨆ (i : γ), g i)monotone fbdd_above (set.range g)(f (⨆ (i : γ), g i) = ⨆ (i : γ), f (g i))

If a monotone function is continuous at the indexed supremum of a bounded function on a nonempty Sort, then it sends this supremum to the supremum of the composition.

If a monotone function is continuous at the infimum of a nonempty bounded below set s, then it sends this infimum to the infimum of the image of s.

theorem map_cinfi_of_continuous_at_of_monotone {α : Type u} {β : Type v} {γ : Type w} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] [conditionally_complete_linear_order β] [topological_space β] [order_topology β] [nonempty γ] {f : α → β} {g : γ → α} :
continuous_at f (⨅ (i : γ), g i)monotone fbdd_below (set.range g)(f (⨅ (i : γ), g i) = ⨅ (i : γ), f (g i))

A continuous monotone function sends indexed infimum to indexed infimum in conditionally complete linear order, under a boundedness assumption.

A bounded connected subset of a conditionally complete linear order includes the open interval (Inf s, Sup s).

A preconnected set in a conditionally complete linear order is either one of the intervals [Inf s, Sup s], [Inf s, Sup s), (Inf s, Sup s], (Inf s, Sup s), [Inf s, +∞), (Inf s, +∞), (-∞, Sup s], (-∞, Sup s), (-∞, +∞), or . The converse statement requires α to be densely ordererd.

A preconnected set is either one of the intervals Icc, Ico, Ioc, Ioo, Ici, Ioi, Iic, Iio, or univ, or . The converse statement requires α to be densely ordererd. Though one can represent as (Inf s, Inf s), we include it into the list of possible cases to improve readability.

theorem is_closed.​mem_of_ge_of_forall_exists_gt {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] {a b : α} {s : set α} :
is_closed (s set.Icc a b)a sa b(∀ (x : α), x s set.Ico a b(s set.Ioc x b).nonempty)b s

A "continuous induction principle" for a closed interval: if a set s meets [a, b] on a closed subset, contains a, and the set s ∩ [a, b) has no maximal point, then b ∈ s.

theorem is_closed.​Icc_subset_of_forall_exists_gt {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] {a b : α} {s : set α} :
is_closed (s set.Icc a b)a s(∀ (x : α), x s set.Ico a b∀ (y : α), y set.Ioi x(s set.Ioc x y).nonempty)set.Icc a b s

A "continuous induction principle" for a closed interval: if a set s meets [a, b] on a closed subset, contains a, and for any a ≤ x < y ≤ b, x ∈ s, the set s ∩ (x, y] is not empty, then [a, b] ⊆ s.

theorem is_closed.​Icc_subset_of_forall_mem_nhds_within {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] [densely_ordered α] {a b : α} {s : set α} :
is_closed (s set.Icc a b)a s(∀ (x : α), x s set.Ico a bs nhds_within x (set.Ioi x))set.Icc a b s

A "continuous induction principle" for a closed interval: if a set s meets [a, b] on a closed subset, contains a, and for any x ∈ s ∩ [a, b) the set s includes some open neighborhood of x within (x, +∞), then [a, b] ⊆ s.

A closed interval in a densely ordered conditionally complete linear order is preconnected.

In a dense conditionally complete linear order, the set of preconnected sets is exactly the set of the intervals Icc, Ico, Ioc, Ioo, Ici, Ioi, Iic, Iio, (-∞, +∞), or . Though one can represent as (Inf s, Inf s), we include it into the list of possible cases to improve readability.

theorem intermediate_value_Icc {α : Type u} {β : Type v} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] [conditionally_complete_linear_order β] [topological_space β] [order_topology β] [densely_ordered α] {a b : α} (hab : a b) {f : α → β} :
continuous_on f (set.Icc a b)set.Icc (f a) (f b) f '' set.Icc a b

Intermediate Value Theorem for continuous functions on closed intervals, case f a ≤ t ≤ f b.

theorem intermediate_value_Icc' {α : Type u} {β : Type v} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] [conditionally_complete_linear_order β] [topological_space β] [order_topology β] [densely_ordered α] {a b : α} (hab : a b) {f : α → β} :
continuous_on f (set.Icc a b)set.Icc (f b) (f a) f '' set.Icc a b

Intermediate Value Theorem for continuous functions on closed intervals, case f a ≥ t ≥ f b.

theorem is_compact.​exists_is_least {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] {s : set α} :
is_compact ss.nonempty(∃ (x : α), is_least s x)

theorem is_compact.​exists_is_greatest {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] {s : set α} :
is_compact ss.nonempty(∃ (x : α), is_greatest s x)

theorem is_compact.​exists_is_glb {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] {s : set α} :
is_compact ss.nonempty(∃ (x : α) (H : x s), is_glb s x)

theorem is_compact.​exists_is_lub {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] {s : set α} :
is_compact ss.nonempty(∃ (x : α) (H : x s), is_lub s x)

theorem is_compact.​exists_Inf_image_eq {β : Type v} [conditionally_complete_linear_order β] [topological_space β] [order_topology β] {α : Type u} [topological_space α] {s : set α} (hs : is_compact s) (ne_s : s.nonempty) {f : α → β} :
continuous_on f s(∃ (x : α) (H : x s), has_Inf.Inf (f '' s) = f x)

theorem is_compact.​exists_forall_le {β : Type v} [conditionally_complete_linear_order β] [topological_space β] [order_topology β] {α : Type u} [topological_space α] {s : set α} (hs : is_compact s) (ne_s : s.nonempty) {f : α → β} :
continuous_on f s(∃ (x : α) (H : x s), ∀ (y : α), y sf x f y)

The extreme value theorem: a continuous function realizes its minimum on a compact set

theorem is_compact.​exists_forall_ge {β : Type v} [conditionally_complete_linear_order β] [topological_space β] [order_topology β] {α : Type u} [topological_space α] {s : set α} (a : is_compact s) (a_1 : s.nonempty) {f : α → β} :
continuous_on f s(∃ (x : α) (H : x s), ∀ (y : α), y sf y f x)

The extreme value theorem: a continuous function realizes its maximum on a compact set

theorem is_compact.​exists_Sup_image_eq {β : Type v} [conditionally_complete_linear_order β] [topological_space β] [order_topology β] {α : Type u} [topological_space α] {s : set α} (a : is_compact s) (a_1 : s.nonempty) {f : α → β} :
continuous_on f s(∃ (x : α) (H : x s), has_Sup.Sup (f '' s) = f x)

theorem filter.​tendsto.​is_bounded_under_le {α : Type u} {β : Type v} [semilattice_sup α] [topological_space α] [order_topology α] {f : filter β} {u : β → α} {a : α} :

theorem filter.​tendsto.​is_cobounded_under_ge {α : Type u} {β : Type v} [semilattice_sup α] [topological_space α] [order_topology α] {f : filter β} {u : β → α} {a : α} [f.ne_bot] :

theorem is_bounded_ge_nhds {α : Type u} [semilattice_inf α] [topological_space α] [order_topology α] (a : α) :

theorem filter.​tendsto.​is_bounded_under_ge {α : Type u} {β : Type v} [semilattice_inf α] [topological_space α] [order_topology α] {f : filter β} {u : β → α} {a : α} :

theorem filter.​tendsto.​is_cobounded_under_le {α : Type u} {β : Type v} [semilattice_inf α] [topological_space α] [order_topology α] {f : filter β} {u : β → α} {a : α} [f.ne_bot] :

theorem lt_mem_sets_of_Limsup_lt {α : Type u} [conditionally_complete_linear_order α] {f : filter α} {b : α} :
filter.is_bounded has_le.le ff.Limsup < b(∀ᶠ (a : α) in f, a < b)

theorem gt_mem_sets_of_Liminf_gt {α : Type u} [conditionally_complete_linear_order α] {f : filter α} {b : α} :
filter.is_bounded ge fb < f.Liminf(∀ᶠ (a : α) in f, b < a)

If the liminf and the limsup of a filter coincide, then this filter converges to their common value, at least if the filter is eventually bounded above and below.

theorem Limsup_nhds {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] (a : α) :
(nhds a).Limsup = a

theorem Liminf_nhds {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] (a : α) :
(nhds a).Liminf = a

theorem Liminf_eq_of_le_nhds {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] {f : filter α} {a : α} [f.ne_bot] :
f nhds af.Liminf = a

If a filter is converging, its limsup coincides with its limit.

theorem Limsup_eq_of_le_nhds {α : Type u} [conditionally_complete_linear_order α] [topological_space α] [order_topology α] {f : filter α} {a : α} [f.ne_bot] :
f nhds af.Limsup = a

If a filter is converging, its liminf coincides with its limit.

theorem tendsto_of_liminf_eq_limsup {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] {f : filter β} {u : β → α} {a : α} :
f.liminf u = af.limsup u = afilter.tendsto u f (nhds a)

If the liminf and the limsup of a function coincide, then the limit of the function exists and has the same value

theorem tendsto_of_le_liminf_of_limsup_le {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] {f : filter β} {u : β → α} {a : α} :
a f.liminf uf.limsup u afilter.tendsto u f (nhds a)

If a number a is less than or equal to the liminf of a function f at some filter and is greater than or equal to the limsup of f, then f tends to a along this filter.

theorem filter.​tendsto.​limsup_eq {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] {f : filter β} {u : β → α} {a : α} [f.ne_bot] :
filter.tendsto u f (nhds a)f.limsup u = a

If a function has a limit, then its limsup coincides with its limit

theorem filter.​tendsto.​liminf_eq {α : Type u} {β : Type v} [complete_linear_order α] [topological_space α] [order_topology α] {f : filter β} {u : β → α} {a : α} [f.ne_bot] :
filter.tendsto u f (nhds a)f.liminf u = a

If a function has a limit, then its liminf coincides with its limit

theorem order_topology_of_nhds_abs {α : Type u_1} [decidable_linear_ordered_add_comm_group α] [topological_space α] :
(∀ (a : α), nhds a = ⨅ (r : α) (H : r > 0), filter.principal {b : α | abs (a - b) < r})order_topology α

theorem tendsto_at_top_supr_nat {α : Type u} [topological_space α] [complete_linear_order α] [order_topology α] (f : → α) :
monotone ffilter.tendsto f filter.at_top (nhds (⨆ (i : ), f i))

theorem tendsto_at_top_infi_nat {α : Type u} [topological_space α] [complete_linear_order α] [order_topology α] (f : → α) :
(∀ {n m : }, n mf m f n)filter.tendsto f filter.at_top (nhds (⨅ (i : ), f i))

theorem supr_eq_of_tendsto {α : Type u_1} [topological_space α] [complete_linear_order α] [order_topology α] {f : → α} {a : α} :

theorem infi_eq_of_tendsto {α : Type u_1} [topological_space α] [complete_linear_order α] [order_topology α] {f : → α} {a : α} :
(∀ (n m : ), n mf m f n)filter.tendsto f filter.at_top (nhds a)infi f = a

theorem decidable_linear_ordered_add_comm_group.​tendsto_nhds {α : Type u} [decidable_linear_ordered_add_comm_group α] [topological_space α] [order_topology α] {β : Type u_1} (f : β → α) (x : filter β) (a : α) :
filter.tendsto f x (nhds a) ∀ (ε : α), ε > 0(∀ᶠ (b : β) in x, abs (f b - a) < ε)

Here is a counter-example to a version of the following with conditionally_complete_lattice α. Take α = [0, 1) → ℝ with the natural lattice structure, ι = ℕ. Put f n x = -x^n. Then ⨆ n, f n = 0 while none of f n is strictly greater than the constant function -0.5.

theorem tendsto_at_top_csupr {ι : Type u_1} {α : Type u_2} [preorder ι] [topological_space α] [conditionally_complete_linear_order α] [order_topology α] {f : ι → α} :
monotone fbdd_above (set.range f)filter.tendsto f filter.at_top (nhds (⨆ (i : ι), f i))

theorem tendsto_at_top_supr {ι : Type u_1} {α : Type u_2} [preorder ι] [topological_space α] [complete_linear_order α] [order_topology α] {f : ι → α} :
monotone ffilter.tendsto f filter.at_top (nhds (⨆ (i : ι), f i))

theorem tendsto_of_monotone {ι : Type u_1} {α : Type u_2} [preorder ι] [topological_space α] [conditionally_complete_linear_order α] [order_topology α] {f : ι → α} :

theorem nhds_left_sup_nhds_right {α : Type u} (a : α) [topological_space α] [linear_order α] :

theorem nhds_left'_sup_nhds_right {α : Type u} (a : α) [topological_space α] [linear_order α] :

theorem nhds_left_sup_nhds_right' {α : Type u} (a : α) [topological_space α] [linear_order α] :

theorem continuous_at_iff_continuous_left_right {α : Type u} {β : Type v} [topological_space α] [linear_order α] [topological_space β] {a : α} {f : α → β} :

theorem continuous_on_Icc_extend_from_Ioo {α : Type u} {β : Type v} [topological_space α] [linear_order α] [densely_ordered α] [order_topology α] [topological_space β] [regular_space β] {f : α → β} {a b : α} {la lb : β} :
a < bcontinuous_on f (set.Ioo a b)filter.tendsto f (nhds_within a (set.Ioi a)) (nhds la)filter.tendsto f (nhds_within b (set.Iio b)) (nhds lb)continuous_on (extend_from (set.Ioo a b) f) (set.Icc a b)

theorem eq_lim_at_left_extend_from_Ioo {α : Type u} {β : Type v} [topological_space α] [linear_order α] [densely_ordered α] [order_topology α] [topological_space β] [t2_space β] {f : α → β} {a b : α} {la : β} :
a < bfilter.tendsto f (nhds_within a (set.Ioi a)) (nhds la)extend_from (set.Ioo a b) f a = la

theorem eq_lim_at_right_extend_from_Ioo {α : Type u} {β : Type v} [topological_space α] [linear_order α] [densely_ordered α] [order_topology α] [topological_space β] [t2_space β] {f : α → β} {a b : α} {lb : β} :
a < bfilter.tendsto f (nhds_within b (set.Iio b)) (nhds lb)extend_from (set.Ioo a b) f b = lb

theorem continuous_on_Ico_extend_from_Ioo {α : Type u} {β : Type v} [topological_space α] [linear_order α] [densely_ordered α] [order_topology α] [topological_space β] [regular_space β] {f : α → β} {a b : α} {la : β} :
a < bcontinuous_on f (set.Ioo a b)filter.tendsto f (nhds_within a (set.Ioi a)) (nhds la)continuous_on (extend_from (set.Ioo a b) f) (set.Ico a b)

theorem continuous_on_Ioc_extend_from_Ioo {α : Type u} {β : Type v} [topological_space α] [linear_order α] [densely_ordered α] [order_topology α] [topological_space β] [regular_space β] {f : α → β} {a b : α} {lb : β} :
a < bcontinuous_on f (set.Ioo a b)filter.tendsto f (nhds_within b (set.Iio b)) (nhds lb)continuous_on (extend_from (set.Ioo a b) f) (set.Ioc a b)

theorem continuous_within_at_Ioi_iff_Ici {α : Type u_1} {β : Type u_2} [topological_space α] [linear_order α] [topological_space β] {a : α} {f : α → β} :

theorem continuous_within_at_Iio_iff_Iic {α : Type u_1} {β : Type u_2} [topological_space α] [linear_order α] [topological_space β] {a : α} {f : α → β} :

theorem continuous_at_iff_continuous_left'_right' {α : Type u} {β : Type v} [topological_space α] [linear_order α] [topological_space β] {a : α} {f : α → β} :