![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| valence |
| appearance as argument number 1 |
|
|
| (instance valence BinaryPredicate) | Merge.kif 351-351 | valence is an instance of binary predicate |
| (instance valence SingleValuedRelation) | Merge.kif 352-352 | valence is an instance of single valued relation |
| (domain valence 1 Relation) | Merge.kif 353-353 | The number 1 argument of valence is an instance of relation |
| (domain valence 2 PositiveInteger) | Merge.kif 354-354 | The number 2 argument of valence is an instance of positive integer |
| (documentation valence EnglishLanguage "Specifies the number of arguments that a relation can take. If a relation does not have a fixed number of arguments, it does not have a valence and it is an instance of VariableArityRelation.") | Merge.kif 355-358 | The number 2 argument of valence is an instance of positive integer |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage valence "valence") | domainEnglishFormat.kif 61173-61173 | |
| (termFormat ChineseTraditionalLanguage valence "價") | domainEnglishFormat.kif 61174-61174 | |
| (termFormat ChineseLanguage valence "价") | domainEnglishFormat.kif 61175-61175 | |
| (format EnglishLanguage valence "%1 %p{has} %n{doesn't have} %2 argument(s)") | english_format.kif 332-332 |
| antecedent |
|
|
| (=> (and (subrelation ?PRED1 ?PRED2) (valence ?PRED1 ?NUMBER)) (valence ?PRED2 ?NUMBER)) |
Merge.kif 174-178 | If X is a subrelation of Y and X has Z argument(s), then Y has Z argument(s) |
| (=> (and (valence ?REL ?NUMBER) (instance ?REL Predicate)) (forall (@ROW) (=> (?REL @ROW) (equal (ListLengthFn (ListFn @ROW)) ?NUMBER)))) |
Merge.kif 3159-3166 | If X has Y argument(s) and X is an instance of predicate, then for all : if X @ROW, then equal length of (@ROW) and Y |
| consequent |
|
|