| TransitiveRelation(transitive relation) |
| appearance as argument number 1 |
|
|
| (documentation TransitiveRelation EnglishLanguage "A binary relation ?REL is transitive if (?REL ?INST1 ?INST2) and (?REL ?INST2 ?INST3) imply (?REL ?INST1 ?INST3), for all ?INST1, ?INST2, and ?INST3.") | Merge.kif 1888-1890 | |
| (subclass TransitiveRelation BinaryRelation) | Merge.kif 1887-1887 | Transitive relation is a subclass of binary relation |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (<=> (instance ?REL TransitiveRelation) (forall (?INST1 ?INST2 ?INST3) (=> (and (?REL ?INST1 ?INST2) (?REL ?INST2 ?INST3)) (?REL ?INST1 ?INST3)))) |
Merge.kif 1892-1899 | An entity is an instance of transitive relation if and only if for all entity a entity and and a entity |
| consequent |
|
|
| (=> (equivalenceRelationOn ?RELATION ?CLASS) (and (instance ?RELATION TransitiveRelation) (instance ?RELATION SymmetricRelation) (reflexiveOn ?RELATION ?CLASS))) |
Merge.kif 2938-2943 |
|
| (=> (partialOrderingOn ?RELATION ?CLASS) (and (reflexiveOn ?RELATION ?CLASS) (instance ?RELATION TransitiveRelation) (instance ?RELATION AntisymmetricRelation))) |
Merge.kif 2886-2891 |
|
|
|