Union of Overlapping Convex Sets in Toset is Convex

From ProofWiki
Jump to navigation Jump to search

Theorem

Let $\struct {S, \preceq}$ be a totally ordered set.

Let $U$ and $V$ be convex sets in $S$.

Let $U \cap V \ne \O$.


Then $U \cup V$ is also convex.


Infinite Union

Let $\struct {S, \preceq}$ be a totally ordered set.

Let $\AA$ be a set of convex subsets of $S$.

For any $P, Q \in \AA$, let there be elements $C_0, \dotsc, C_n \in \AA$ such that:

$C_0 = P$
$C_n = Q$
For $k = 0, \dotsc, n - 1: C_k \cap C_{k + 1} \ne \O$


Then $\bigcup \AA$ is convex in $S$.


Proof

Let $a,b,c \in S$

Let $a,c \in U \cup V$.

Let $a \prec b \prec c$.

If $a, c \in U$ then $b \in U$ because $U$ is convex.

Thus $b \in U \cup V$ by the definition of union.

Similarly, if $a,c \in V$ then $b \in U \cup V$.

Otherwise, Without loss of generality, suppose that $a \in U$ and $c \in V$.

Since $U \cap V$ is nonempty by the premise, it has an element $p$.

Since $\preceq$ is a total ordering:

$b \preceq p$ or $p \preceq b$.

If $b \preceq p$, then since $a \prec b$, $a,p \in U$, and $U$ is convex, we can conclude that

$b \in U$

so $b \in U \cup V$.

A similar argument shows that it $p \preceq b$ then $b \in V$, so $b \in U \cup V$.

Thus in all cases we can conclude that $b \in U \cup V$, so $U \cup V$ is convex.

$\blacksquare$