良基关系
| 良基关系 | |
|---|---|
| 术语名称 | 良基关系 |
| 英语名称 | well-founded relation |
良基关系(well-founded relation)是指一个二元关系中,任何一个非空子集中都存在极小元。
定义
对集合 [math]\displaystyle{ A }[/math] 上的二元关系 [math]\displaystyle{ R }[/math] ,若 [math]\displaystyle{ (\forall S \subseteq A) (S\neq\varnothing \rightarrow (\exists s \in S) (\forall s' \in S) (s'\neq s \rightarrow \lnot s' R s)) }[/math] ,称 [math]\displaystyle{ R }[/math] 是一个良基关系(well-founded relation),也称这一关系是良基的(well-founded)。
注:根据是否自反,也有的定义不要求 [math]\displaystyle{ s' \neq s }[/math] 。
归纳定义
[math]\displaystyle{ A }[/math] 中满足下列条件(可 [math]\displaystyle{ R }[/math]-归纳)的子集 [math]\displaystyle{ S }[/math] 只有 [math]\displaystyle{ A }[/math] 本身。
[math]\displaystyle{ (\forall a\in A) ((\forall t\in A) (t R a \rightarrow t\in S) \rightarrow a \in S) }[/math]
下降链定义
关系 [math]\displaystyle{ R }[/math] 是良基的当且仅当不存在无穷下降链 [math]\displaystyle{ a_0, a_1, a_2, \cdots }[/math] 满足 [math]\displaystyle{ x_{n+1} R x_n }[/math] 。
性质
- 基本特征
- 良基关系不允许无穷下降链;
- 每个非空子集都有极小元;
- 良基关系不一定是传递的、自反的或反对称的。
关联
关联概念
良基归纳法
设 [math]\displaystyle{ R }[/math] 是集合 [math]\displaystyle{ A }[/math] 上的良基关系, [math]\displaystyle{ P }[/math] 是 [math]\displaystyle{ A }[/math] 上的性质。 如果有: [math]\displaystyle{ \forall (a \in A) ((\forall b \in A \ (b R a \rightarrow P(b))) \rightarrow P(a)) }[/math] 则可推出 [math]\displaystyle{ (\forall a \in A) (P(a)) }[/math] 成立。
良基递归
设 [math]\displaystyle{ R }[/math] 是集合 [math]\displaystyle{ A }[/math] 上的良基关系,可以在 [math]\displaystyle{ A }[/math] 上递归定义函数 [math]\displaystyle{ f }[/math] : [math]\displaystyle{ f(a) = G(a, f_{|\{b \in A \mid b R a\}}) }[/math] 其中 [math]\displaystyle{ G }[/math] 是给定的函数。