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

反對稱關係 (AntisymmetricRelation)

BinaryRelation rel is an AntisymmetricRelation if for distinct inst1 and inst2, (rel inst1 inst2) implies not (rel inst2 inst1). In other words, for all inst1 and inst2, (rel inst1 inst2) and (rel inst2 inst1) imply that inst1 and inst2 are identical. Note that it is possible for an AntisymmetricRelation to be a ReflexiveRelation.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
實體
is subclass of
  抽象的  
is subclass of
  關係  
is subclass of
  二元關係  
is subclass of
  反對稱關係  

Subclass(es)

不對稱關係  偏序關係 

Coordinate term(s)

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

Axioms (2)

(=>
      (instance ?REL AntisymmetricRelation)
      (forall
            (?INST1 ?INST2)
            (=>
                  (and
                        (holds ?REL ?INST1 ?INST2)
                        (holds ?REL ?INST2 ?INST1))
                  (equal ?INST1 ?INST2))))

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