![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| SymmetricRelation |
| appearance as argument number 1 |
|
|
| (subclass SymmetricRelation BinaryRelation) | Merge.kif 2370-2370 | |
| (disjoint SymmetricRelation AntisymmetricRelation) | Merge.kif 2371-2371 | |
| (documentation SymmetricRelation EnglishLanguage "A BinaryRelation ?REL is symmetric just iff (?REL ?INST1 ?INST2) imples (?REL ?INST2 ?INST1), for all ?INST1 and ?INST2.") | Merge.kif 2373-2375 |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?REL SymmetricRelation) (forall (?INST1 ?INST2) (=> (?REL ?INST1 ?INST2) (?REL ?INST2 ?INST1)))) |
Merge.kif 2377-2382 |
| consequent |
|
|
| (=> (equivalenceRelationOn ?RELATION ?CLASS) (and (instance ?RELATION TransitiveRelation) (instance ?RELATION SymmetricRelation) (reflexiveOn ?RELATION ?CLASS))) |
Merge.kif 3819-3824 |