右唯一关系

来自GSXAB的知识库
右唯一关系
术语名称 右唯一关系
英语名称 right-unique relation
别名 functional relation, 部分函数, partial function

右唯一关系(left-unique relation)指一个关系对前域内任意值都有至多一个后域内的值使得关系成立。

定义

对集合 [math]\displaystyle{ X }[/math][math]\displaystyle{ Y }[/math] 上的关系 [math]\displaystyle{ R }[/math] ,若 [math]\displaystyle{ \forall x in X \forall y_1 \forall y_2 (x R y_1 \land x R y_2 \rightarrow y_1 = y_2) }[/math] ,称关系 [math]\displaystyle{ R }[/math]右唯一的(right-unique),或称这样的关系为右唯一关系(right-unique relation)。也叫函数性的(functional),也称这样的关系为部分函数(partial function)。


关系/二元关系
定义属性 前域、后域、定义域 [math]\displaystyle{ \operatorname{dom} }[/math]、值域 [math]\displaystyle{ \operatorname{ran} }[/math]、域 [math]\displaystyle{ \operatorname{fld} }[/math]
特殊关系 空关系 [math]\displaystyle{ \varnothing }[/math]恒等关系 [math]\displaystyle{ I }[/math]全关系 [math]\displaystyle{ A\times B }[/math]
类型 自反反自反对称反对称传递
运算 基础运算 [math]\displaystyle{ \cap }[/math][math]\displaystyle{ \cup }[/math][math]\displaystyle{ \bar{\bullet} }[/math][math]\displaystyle{ \setminus }[/math]
函数性运算 对偶(转置、逆) [math]\displaystyle{ \bullet^\mathrm{T}/\bullet^{-1} }[/math]复合 [math]\displaystyle{ \circ }[/math][math]\displaystyle{ \bullet^n }[/math])、限制 [math]\displaystyle{ \bullet_{|\bullet} }[/math]

参考资料

  1. Binary Relation - wikipedia
  2. 两函数的相等是否要求陪域的相等? - 栀子忍冬的回答 - 知乎