严格全序
严格全序 | |
---|---|
术语名称 | 严格全序 |
英语名称 | strict total order |
严格全序(strict total order),指集合上的一个二元关系是拟序,且同时对任意两个不同元素总有一种排列使其有关系。
定义
对集合 [math]\displaystyle{ P }[/math] 上的二元关系 [math]\displaystyle{ \lt }[/math] ,如果是一个拟序、且有完全性,即满足:
- 反自反性: [math]\displaystyle{ \forall a \in P (\lnot(a \lt a)) }[/math]
- 传递性: [math]\displaystyle{ \forall a \forall b \forall c (a \lt b \land b \lt c \rightarrow a \lt c) }[/math]
- 不对称性:[math]\displaystyle{ \forall a \forall b (a \lt b \rightarrow \lnot (b \lt a)) }[/math]
- 完全性:[math]\displaystyle{ \forall a \forall b (a \neq b \rightarrow a \lt b \lor b \lt a) }[/math]
称关系 [math]\displaystyle{ \lt }[/math] 为一个严格全序(strict total order)。
二元关系复合类型 | |||||
---|---|---|---|---|---|
名称 | 自反、反自反 | 对称、反对称 | 传递 | 其他 | |
预序 | 自反 | - | 传递 | - | |
等价关系 | 自反 | 对称 | 传递 | - | |
方向 | 自反 | - | 传递 | 有上/下界 | |
偏序 | 自反 | 反对称 | 传递 | - | |
弱序/全序划分 | 自反 | - | 传递 | 完全 | |
全序 | 自反 | 反对称 | 传递 | 完全 | |
良序 | 自反 | 反对称 | 传递 | 完全、良基 | |
不对称 | 反自反 | 反对称 | - | - | |
拟序/严格偏序 | 反自反 | 反对称 | 传递 | - | |
严格弱序/严格全序划分 | 反自反 | 反对称 | 传递 | 不可比关系传递 | |
严格全序 | 反自反 | 反对称 | 传递 | 完全 |