Zvolte jazyk: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Koncept:
Anglické slovo:
Hlavní stránka

netranzitivní relace (IntransitiveRelation)

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

Ontologie

SUMO / BASE-ONTOLOGY

Nadtřída(y)

[tree]
entita
is subclass of
  abstraktum  
is subclass of
  relace  
is subclass of
  binární relace  
is subclass of
  netranzitivní relace  

Instance(s)

immediate instance  immediate subclass  member  penetrates  element  meets temporally  parent 

Související termín(y)

antisymetrická relace  binární predikát  ireflexivní relace  reflexivní relace  symetrická relace  tranzitivní relace  trichotomická relace  unární funkce 

Axiomy (1)

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