Order-connected sets #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
We say that a set s : set α
is ord_connected
if for all x y ∈ s
it includes the
interval [x, y]
. If α
is a densely_ordered
conditionally_complete_linear_order
with
the order_topology
, then this condition is equivalent to is_preconnected s
. If α
is a
linear_ordered_field
, then this condition is also equivalent to convex α s
.
In this file we prove that intersection of a family of ord_connected
sets is ord_connected
and
that all standard intervals are ord_connected
.
We say that a set s : set α
is ord_connected
if for all x y ∈ s
it includes the
interval [x, y]
. If α
is a densely_ordered
conditionally_complete_linear_order
with
the order_topology
, then this condition is equivalent to is_preconnected s
. If α
is a
linear_ordered_field
, then this condition is also equivalent to convex α s
.
Instances of this typeclass
- set.ord_connected.inter'
- set.ord_connected_Inter'
- set.ord_connected_pi'
- set.ord_connected_Ici
- set.ord_connected_Iic
- set.ord_connected_Ioi
- set.ord_connected_Iio
- set.ord_connected_Icc
- set.ord_connected_Ico
- set.ord_connected_Ioc
- set.ord_connected_Ioo
- set.ord_connected_singleton
- set.ord_connected_empty
- set.ord_connected_univ
- set.ord_connected_preimage
- set.ord_connected_image
- set.ord_connected_range
- set.dual_ord_connected
- set.ord_connected_uIcc
- set.ord_connected_uIoc
- set.ord_connected_component.ord_connected
In a dense order α
, the subtype from an ord_connected
set is also densely ordered.