![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| partition |
| appearance as argument number 1 |
|
|
| (instance partition Predicate) | Merge.kif 572-572 | |
| (instance partition VariableArityRelation) | Merge.kif 573-573 | |
| (domain partition 1 Class) | Merge.kif 574-574 | |
| (domain partition 2 Class) | Merge.kif 575-575 | |
| (documentation partition EnglishLanguage "A partition of a Class C is a set of mutually disjoint classes (a subclass partition) which covers C. Every instance of C is an instance of exactly one of the subclasses in the partition.") | Merge.kif 577-580 |
| appearance as argument number 2 |
|
|
| (relatedInternalConcept exhaustiveDecomposition partition) | Merge.kif 542-542 | |
| (termFormat EnglishLanguage partition "partition") | domainEnglishFormat.kif 44561-44561 | |
| (termFormat ChineseTraditionalLanguage partition "劃分") | domainEnglishFormat.kif 44562-44562 | |
| (termFormat ChineseLanguage partition "划分") | domainEnglishFormat.kif 44563-44563 | |
| (format EnglishLanguage partition "%1 is %n exhaustively partitioned into %*{2-}[,]") | english_format.kif 316-316 |
| antecedent |
|
|
| (=> (partition @ROW) (and (exhaustiveDecomposition @ROW) (disjointDecomposition @ROW))) |
Merge.kif 582-586 | |
| (=> (partition ?SUPER ?SUB1 ?SUB2) (partition ?SUPER ?SUB2 ?SUB1)) |
Merge.kif 594-596 | |
| (=> (and (partition ?SUPER ?SUB1 ?SUB2) (instance ?INST ?SUPER) (not (instance ?INST ?SUB1))) (instance ?INST ?SUB2)) |
Merge.kif 598-604 |
| consequent |
|
|
| (=> (and (exhaustiveDecomposition @ROW) (disjointDecomposition @ROW)) (partition @ROW)) |
Merge.kif 588-592 | |
| (=> (partition ?SUPER ?SUB1 ?SUB2) (partition ?SUPER ?SUB2 ?SUB1)) |
Merge.kif 594-596 |
| appearance as argument number 0 |
|
|