![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| exhaustiveDecomposition |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (relatedInternalConcept disjointDecomposition exhaustiveDecomposition) | Merge.kif 560-560 | disjoint decomposition is internally related to exhaustive decomposition |
| (termFormat EnglishLanguage exhaustiveDecomposition "exhaustive decomposition") | domainEnglishFormat.kif 22771-22771 | disjoint decomposition is internally related to exhaustive decomposition |
| (termFormat ChineseTraditionalLanguage exhaustiveDecomposition "徹底分解") | domainEnglishFormat.kif 22772-22772 | disjoint decomposition is internally related to exhaustive decomposition |
| (termFormat ChineseLanguage exhaustiveDecomposition "彻底分解") | domainEnglishFormat.kif 22773-22773 | disjoint decomposition is internally related to exhaustive decomposition |
| (format EnglishLanguage exhaustiveDecomposition "%1 is %n covered by %*{2-}[,]") | english_format.kif 304-304 | disjoint decomposition is internally related to exhaustive decomposition |
| antecedent |
|
|
| (=> (exhaustiveDecomposition @ROW) (=> (inList ?ELEMENT (ListFn @ROW)) (instance ?ELEMENT Class))) |
Merge.kif 550-554 | Assuming @ROW is covered by @ROW, it follows that: if Y is a member of (@ROW), then Y is an instance of class |
| (=> (and (exhaustiveDecomposition @ROW) (disjointDecomposition @ROW)) (partition @ROW)) |
Merge.kif 588-592 | If @ROW is covered by @ROW and @ROW is disjointly decomposed into @ROW, then @ROW is exhaustively partitioned into @ROW |
| (=> (exhaustiveDecomposition ?CLASS @ROW) (forall (?OBJ) (=> (instance ?OBJ ?CLASS) (exists (?ITEM) (and (inList ?ITEM (ListFn @ROW)) (instance ?OBJ ?ITEM)))))) |
Merge.kif 3051-3059 | If X is covered by @ROW, then For all Entity Z: if Z is an instance of X, then there exists W such that W is a member of (@ROW) and Z is an instance of W |
| consequent |
|
|
| (=> (partition @ROW) (and (exhaustiveDecomposition @ROW) (disjointDecomposition @ROW))) |
Merge.kif 582-586 | If @ROW is exhaustively partitioned into @ROW, then @ROW is covered by @ROW and @ROW is disjointly decomposed into @ROW |
| appearance as argument number 0 |
|
|