![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| AuctionGMBFn |
| appearance as argument number 1 |
|
|
| (instance AuctionGMBFn UnaryFunction) | UXExperimentalTerms.kif 3191-3191 | Gross merchandise bought in auctions is an instance of unary function |
| (domain AuctionGMBFn 1 Collection) | UXExperimentalTerms.kif 3193-3193 | The number 1 argument of gross merchandise bought in auctions is an instance of collection |
| (range AuctionGMBFn CurrencyMeasure) | UXExperimentalTerms.kif 3195-3195 | The range of gross merchandise bought in auctions is an instance of currency measure |
| (documentation AuctionGMBFn EnglishLanguage "The sum of all purchase prices in a collection of Auctionings.") | UXExperimentalTerms.kif 3197-3198 | The range of gross merchandise bought in auctions is an instance of currency measure |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage AuctionGMBFn "gross merchandise bought in auctions") | UXExperimentalTerms.kif 3200-3200 | |
| (format EnglishLanguage AuctionGMBFn "the total purchase price of %1") | domainEnglishFormat.kif 2840-2840 | |
| (format ChineseTraditionalLanguage AuctionGMBFn "%1 的 total purchase price ") | domainEnglishFormat.kif 2841-2841 | |
| (format ChineseLanguage AuctionGMBFn "%1 的 total purchase price ") | domainEnglishFormat.kif 2842-2842 |
| consequent |
|
|
| (=> (and (instance ?AUCTIONS Collection) (=> (member ?AUC ?AUCTIONS) (instance ?AUC Auctioning))) (exists (?AMOUNT ?TOTAL_PURCHASE_AMOUNT) (and (total (KappaFn ?AMOUNT (transactionAmount ?AUC ?AMOUNT)) ?TOTAL_PURCHASE_AMOUNT) (equal (AuctionGMBFn ?AUCTIONS) ?TOTAL_PURCHASE_AMOUNT)))) |
UXExperimentalTerms.kif 3202-3214 | If X is an instance of collection and if Y is a member of X, then Y is an instance of auctioning, then there exist Z, ?TOTAL_PURCHASE_AMOUNT such that the total of values in the class described by Z is ?TOTAL_PURCHASE_AMOUNT, equal the total purchase price of X, and ?TOTAL_PURCHASE_AMOUNT |