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-THEORYSuperclass(es)
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)))))))