Wählen Sie Sprache: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

antisymmetrische Relation (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]
Wesen
is subclass of
  abstrakter Gegenstand  
is subclass of
  Relation  
is subclass of
  zweiwertige Relation  
is subclass of
  antisymmetrische Relation  

Subclass(es)

asymmetrische Relation  Halbordnungsrelation 

Coordinate term(s)

zweistellige Prädikat  intransitive Relation  irreflexive Relation  reflexive Relation  symmetrische Relation  transitive Relation  trichotomizierende Relation  einstellige Funktion 

Axioms (2)

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

Wenn relation ist eine teilweise Einrichtung auf class , dann relation ist auf class reflexiv und relation ist ein fall von transitive Relation und relation ist ein fall von antisymmetrische Relation .
(=>
      (partialOrderingOn ?RELATION ?CLASS)
      (and
            (reflexiveOn ?RELATION ?CLASS)
            (instance ?RELATION TransitiveRelation)
            (instance ?RELATION AntisymmetricRelation)))