| ReflexiveRelation(reflexive relation) |
| appearance as argument number 1 |
|
|
| (subclass ReflexiveRelation BinaryRelation) | Merge.kif 2284-2284 | Reflexive relation is a subclass of binary relation |
| (documentation ReflexiveRelation EnglishLanguage "Relation ?REL is reflexive iff (?REL ?INST ?INST) for all ?INST.") | Merge.kif 2286-2287 | Reflexive relation is a subclass of binary relation |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?RELATION ReflexiveRelation) (reflexiveOn ?RELATION ?CLASS) (instance ?RELATION Predicate)) (forall (?INST) (=> (instance ?INST ?CLASS) (?RELATION ?INST ?INST)))) |
Merge.kif 3656-3664 | If X is an instance of reflexive relation, X is reflexive on Y, and X is an instance of predicate, then For all Entity Z: if Z is an instance of Y, then X Z and Z |
|
|