mathlib3 documentation

topology.algebra.order.upper_lower

Topological facts about upper/lower/order-connected sets #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

The topological closure and interior of an upper/lower/order-connected set is an upper/lower/order-connected set (with the notable exception of the closure of an order-connected set).

Implementation notes #

The same lemmas are true in the additive/multiplicative worlds. To avoid code duplication, we provide has_upper_lower_closure, an ad hoc axiomatisation of the properties we need.

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

Ad hoc class stating that the closure of an upper set is an upper set. This is used to state lemmas that do not mention algebraic operations for both the additive and multiplicative versions simultaneously. If you find a satisfying replacement for this typeclass, please remove it!

Instances of this typeclass
@[simp]
@[simp]

Alias of the forward direction of bdd_above_closure.

@[protected]

Alias of the reverse direction of bdd_above_closure.

@[protected]

Alias of the reverse direction of bdd_below_closure.

Alias of the forward direction of bdd_below_closure.

@[protected]
@[protected]
@[protected]
@[protected]
@[protected]
@[protected]
@[protected]