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

mutually disjoint class (MutuallyDisjointClass)

A SetOrClass of Classes is a MutuallyDisjointClass just in case there exists nothing which is an instance of all of the instances of the original SetOrClass.

Ontology

SUMO / SET/CLASS-THEORY

Superclass(es)

[tree]
entity
is subclass of
  abstract  
is subclass of
  set or class  
is subclass of
  mutually disjoint class  

Coordinate term(s)

class  pairwise disjoint class  set 

Axioms (1)

(=>
      (instance ?CLASS MutuallyDisjointClass)
      (forall
            (?INST1 ?INST2)
            (=>
                  (and
                        (instance ?INST1 ?CLASS)
                        (instance ?INST2 ?INST1))
                  (exists
                        (?INST3)
                        (and
                              (instance ?INST3 ?CLASS)
                              (not
                                    (instance ?INST2 ?INST3)))))))