File tree Expand file tree Collapse file tree
content/sets-functions-relations/relations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141
4242The ancestor relation in a tree is a strict partial order. This
4343motivates the set-theoretic definition. To state it we need two
44- concepts. A \emph {minimal element } in a set~$ A$ partially ordered
44+ concepts. A \emph {least element } in a set~$ A$ partially ordered
4545by~$ \le $ is !!a{element} $ x \in A$ such that for all $ y \in A$ we have
4646that~$ x \le y$ . A set is \emph {well-ordered } by~$ \le $ if every one of
47- its subsets has a minimal element.
47+ its non-empty subsets has a least element.
4848
4949\begin {defn }[Tree]
5050A \emph {tree } is a pair $ T = \tuple {A, \le }$ such that $ A$ is a set
51- and $ \le $ is a partial order on~$ A$ with a unique minimal element
51+ and $ \le $ is a partial order on~$ A$ with a unique least element
5252$ r \in A$ (called the \emph {root }) such that for all $ x \in A$ ,
5353the set $ \Setabs {y}{y \le x}$ is well-ordered by~$ \le $ .
5454\end {defn }
7171\begin {proof }
7272 Suppose $ y_1 < x$ and $ y_2 < x$ and $ y_1 \neq y_2 $ . Then $ \{ y_1 ,
7373 y_2 \} \subseteq \Setabs {z}{z<x}$ . Since $ \Setabs {z}{z<x}$ is
74- well-ordered by~$ \le $ , its subset $ \{ y_1 , y_2 \} $ has a minimal
74+ well-ordered by~$ \le $ , its subset $ \{ y_1 , y_2 \} $ has a least
7575 element, which obviously must be either $ y_1 $ or~$ y_2 $ . So either
7676 $ y_1 \le y_2 $ or $ y_2 \le y_1 $ . We assumed that $ y_1 \neq y_2 $ , so
7777 actually either $ y_1 < y_2 $ or $ y_2 < y_1 $ . Since we assumed that
You can’t perform that action at this time.
0 commit comments