SUMO   View all facts   Glossary   Help
Entity > Abstract > Class > Relation > BinaryRelation > BinaryPredicate > disjoint
Next BinaryPredicatedistributes    UpBinaryPredicate, SymmetricRelation    Previous BinaryPredicatedevelopmentalForm   

disjoint
subjectfact 
disjointdocumentation Classes are disjoint only if they share no instances, i.e. just in case the result of applying IntersectionFn to them is empty2001-11-30 13:34:04.0
has axiom
(=>
(disjoint ?CLASS1 ?CLASS2)
(forall (?INST)
(not
(and
(instance ?INST ?CLASS1)
(instance ?INST ?CLASS2)))))
2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)))
2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(subclass ?CLASS4 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)
(disjoint ?CLASS3 ?CLASS4)
(disjoint ?CLASS2 ?CLASS4)))
2001-11-30 13:34:04.0
has axiom
(=>
(disjointDecomposition ?CLASS1 ?CLASS2 ?CLASS3 ?CLASS4 ?CLASS5)
(and
(subclass ?CLASS2 ?CLASS1)
(subclass ?CLASS3 ?CLASS1)
(subclass ?CLASS4 ?CLASS1)
(subclass ?CLASS5 ?CLASS1)
(disjoint ?CLASS2 ?CLASS3)
(disjoint ?CLASS3 ?CLASS4)
(disjoint ?CLASS2 ?CLASS4)
(disjoint ?CLASS5 ?CLASS4)
(disjoint ?CLASS5 ?CLASS3)
(disjoint ?CLASS5 ?CLASS2)))
2001-11-30 13:34:04.0
has axiom
(=>
(instance ?SUPERCLASS PairwiseDisjointClass)
(forall (?CLASS1 ?CLASS2)
(=>
(and
(instance ?CLASS1 ?SUPERCLASS)
(instance ?CLASS2 ?SUPERCLASS))
(or
(equal ?CLASS1 ?CLASS2)
(disjoint ?CLASS1 ?CLASS2)))))
2001-11-30 13:34:04.0
has domain1 Class2001-11-30 13:34:04.0
has domain2 Class2001-11-30 13:34:04.0
is an instance of BinaryPredicate2001-11-30 13:34:04.0
is an instance of SymmetricRelation2001-11-30 13:34:04.0
BinaryRelationis first domain of DomainFn2001-11-30 13:33:44.0
is first domain of equivalenceRelationOn2001-11-30 13:33:44.0
is first domain of inverse2001-11-30 13:33:44.0
is first domain of irreflexiveOn2001-11-30 13:33:44.0
is first domain of partialOrderingOn2001-11-30 13:33:44.0
is first domain of RangeFn2001-11-30 13:33:44.0
is first domain of reflexiveOn2001-11-30 13:33:44.0
is first domain of totalOrderingOn2001-11-30 13:33:44.0
is first domain of trichotomizingOn2001-11-30 13:33:44.0
is second domain of inverse2001-11-30 13:33:44.0
Predicateis first domain of singleValued2001-11-30 13:35:02.0
Classis third domain of domain2001-11-30 13:33:51.0
is third domain of domainSubclass2001-11-30 13:33:51.0
Abstractis disjoint from Physical2001-11-30 13:33:32.0

Next BinaryPredicatedistributes    UpBinaryPredicate, SymmetricRelation    Previous BinaryPredicatedevelopmentalForm