Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

disjoint decomposition (disjointDecomposition)

A disjointDecomposition of a Class C is a set of subclasses of C that are mutually disjoint.

Ontology

SUMO / STRUCTURAL-ONTOLOGY

Class(es)

class
is instance of
  inheritable relation  
is instance of
  predicate  
is instance of
variable arity relation
is instance of

is instance of
  disjoint decomposition  

Coordinate term(s)

assignment fn  greatest common divisor fn  least common multiple fn  list fn  contrary attribute  disjoint relation  exhaustive attribute  exhaustive decomposition  holds  partition 

Type restrictions

disjointDecomposition(class)

Axioms (18)

disjoint decomposition is internally related to exhaustive decomposition.
(relatedInternalConcept disjointDecomposition exhaustiveDecomposition)

disjoint decomposition is internally related to disjoint.
(relatedInternalConcept disjointDecomposition disjoint)

(=>
      (disjointDecomposition @ROW)
      (=>
            (inList
                  ?ELEMENT
                  (ListFn @ROW))
            (instance ?ELEMENT Class)))

is exhaustively partitioned into if and only if is covered by and is disjointly decomposed into .
(<=>
      (partition @ROW)
      (and
            (exhaustiveDecomposition @ROW)
            (disjointDecomposition @ROW)))

language is disjointly decomposed into animal language,human language,computer language.
(disjointDecomposition Language AnimalLanguage HumanLanguage ComputerLanguage)

relation is disjointly decomposed into binary relation,ternary relation,quaternary relation,quintary relation,variable arity relation.
(disjointDecomposition Relation BinaryRelation TernaryRelation QuaternaryRelation QuintaryRelation VariableArityRelation)

(=>
      (disjointDecomposition ?CLASS @ROW)
      (forall
            (?ITEM)
            (=>
                  (inList
                        ?ITEM
                        (ListFn @ROW))
                  (subclass ?ITEM ?CLASS))))

(=>
      (disjointDecomposition ?CLASS @ROW)
      (forall
            (?ITEM1 ?ITEM2)
            (=>
                  (and
                        (inList
                              ?ITEM1
                              (ListFn @ROW))
                        (inList
                              ?ITEM2
                              (ListFn @ROW))
                        (not
                              (equal ?ITEM1 ?ITEM2)))
                  (disjoint ?ITEM1 ?ITEM2))))

non flowering plant is disjointly decomposed into alga,fern,fungus,moss.
(disjointDecomposition NonFloweringPlant Alga Fern Fungus Moss)

invertebrate is disjointly decomposed into worm,mollusk,arthropod.
(disjointDecomposition Invertebrate Worm Mollusk Arthropod)

arthropod is disjointly decomposed into arachnid,myriapod,insect,crustacean.
(disjointDecomposition Arthropod Arachnid Myriapod Insect Crustacean)

cold blooded vertebrate is disjointly decomposed into amphibian,fish,reptile.
(disjointDecomposition ColdBloodedVertebrate Amphibian Fish Reptile)

mammal is disjointly decomposed into aquatic mammal,hoofed mammal,marsupial,rodent,primate.
(disjointDecomposition Mammal AquaticMammal HoofedMammal Marsupial Rodent Primate)

primate is disjointly decomposed into ape,monkey,hominid.
(disjointDecomposition Primate Ape Monkey Hominid)

nutrient is disjointly decomposed into protein,carbohydrate,vitamin.
(disjointDecomposition Nutrient Protein Carbohydrate Vitamin)

food is disjointly decomposed into meat,fruit or vegetable,beverage.
(disjointDecomposition Food Meat FruitOrVegetable Beverage)

tissue is disjointly decomposed into bone,muscle,fat tissue.
(disjointDecomposition Tissue Bone Muscle FatTissue)

phrase is disjointly decomposed into verb phrase,noun phrase,prepositional phrase.
(disjointDecomposition Phrase VerbPhrase NounPhrase PrepositionalPhrase)