![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| MaxFn |
| appearance as argument number 1 |
|
|
| (instance MaxFn BinaryFunction) | Merge.kif 5094-5094 | Max is an instance of binary function |
| (instance MaxFn AssociativeFunction) | Merge.kif 5095-5095 | Max is an instance of associative function |
| (instance MaxFn CommutativeFunction) | Merge.kif 5096-5096 | Max is an instance of commutative function |
| (instance MaxFn TotalValuedRelation) | Merge.kif 5098-5098 | Max is an instance of total valued relation |
| (domain MaxFn 1 Number) | Merge.kif 5099-5099 | The number 1 argument of max is an instance of number |
| (domain MaxFn 2 Number) | Merge.kif 5100-5100 | The number 2 argument of max is an instance of number |
| (range MaxFn Number) | Merge.kif 5101-5101 | The range of max is an instance of number |
| (documentation MaxFn EnglishLanguage "(MaxFn ?NUMBER1 ?NUMBER2) is the largest of ?NUMBER1 and ?NUMBER2. In cases where ?NUMBER1 is equal to ?NUMBER2, MaxFn returns one of its arguments.") | Merge.kif 5103-5105 | The range of max is an instance of number |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (equal (MaxFn ?NUMBER1 ?NUMBER2) ?NUMBER) (or (and (equal ?NUMBER ?NUMBER1) (greaterThan ?NUMBER1 ?NUMBER2)) (and (equal ?NUMBER ?NUMBER2) (greaterThan ?NUMBER2 ?NUMBER1)) (and (equal ?NUMBER ?NUMBER1) (equal ?NUMBER ?NUMBER2)))) |
Merge.kif 5107-5118 | If equal the larger of X, Y, and Z, then At least one of the following holds: (1) equal Z and X and X is greater than Y (2) equal Z and Y and Y is greater than X (3) equal Z and X and equal Z and Y |