Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

可遞關係 (TransitiveRelation)

A BinaryRelation rel is transitive if (rel inst1 inst2) and (rel inst2 inst3) imply (rel inst1 inst3), for all inst1, inst2, and inst3.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
實體
is subclass of
  抽象的  
is subclass of
  關係  
is subclass of
  二元關係  
is subclass of
  可遞關係  

Instance(s)

封閉續接屬性  正部分  次聚集  小於  大於  相交  先決條件  次命題  次計畫  次圖  大於  小於  開始  完成  先於  期間  較早  外表部分  內部  發展期形式  人造物版本  次組織 

Subclass(es)

偏序關係  等同關係 

Coordinate term(s)

反對稱關係  二元述詞  非可遞關係  非反身關係  反身關係  對稱關係  三角關係  一元函數 

Axioms (3)

(=>
      (instance ?REL TransitiveRelation)
      (forall
            (?INST1 ?INST2 ?INST3)
            (=>
                  (and
                        (holds ?REL ?INST1 ?INST2)
                        (holds ?REL ?INST2 ?INST3))
                  (holds ?REL ?INST1 ?INST3))))

If relation 偏序於 class, then relation 反應於 class and relation可遞關係實例 and relation反對稱關係實例.
(=>
      (partialOrderingOn ?RELATION ?CLASS)
      (and
            (reflexiveOn ?RELATION ?CLASS)
            (instance ?RELATION TransitiveRelation)
            (instance ?RELATION AntisymmetricRelation)))

If relation 等同關係class , then relation可遞關係實例 and relation對稱關係實例 and relation 反應於 class .
(=>
      (equivalenceRelationOn ?RELATION ?CLASS)
      (and
            (instance ?RELATION TransitiveRelation)
            (instance ?RELATION SymmetricRelation)
            (reflexiveOn ?RELATION ?CLASS)))