AmountsFn |
appearance as argument number 1 |
(documentation AmountsFn EnglishLanguage "A List of all the MassMeasures of instances of a type of Substance found in an Object.") | Merge.kif 7575-7577 | |
(domain AmountsFn 2 CorpuscularObject) | Merge.kif 7579-7579 | The number 2 argument of Amounts fn is an instance of corpuscular object |
(domain AmountsFn 3 UnitOfMass) | Merge.kif 7580-7580 | The number 3 argument of Amounts fn is an instance of unit of mass |
(domainSubclass AmountsFn 1 Substance) | Merge.kif 7578-7578 | The number 1 argument of Amounts fn is a subclass of substance |
(instance AmountsFn BinaryFunction) | Merge.kif 7574-7574 | Amounts fn is an instance of binary function |
(range AmountsFn List) | Merge.kif 7581-7581 | The range of Amounts fn is an instance of list |
appearance as argument number 2 |
(termFormat EnglishLanguage AmountsFn "Amounts fn") | domainEnglishFormat.kif 64489-64489 |
antecedent |
(=> (and (inList ?E ?L) (equal ?L (AmountsFn ?S ?CO ?U))) (instance ?E RationalNumber)) |
Merge.kif 7583-7588 |
|
consequent |
(=> (and (amount ?S ?CO (MeasureFn ?N ?U)) (instance ?SI ?S) (measure ?SI (MeasureFn ?N2 ?U)) (part ?SI ?CO)) (exists (?L) (and (inList (MeasureFn ?N2 ?U) ?L) (equal ?L (AmountsFn ?S ?CO ?U)) (equal ?N (ListSumFn ?L))))) |
Merge.kif 7597-7612 |
|