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

成對獨立類 (PairwiseDisjointClass)

A SetOrClass of Classes is a PairwiseDisjointClass just in case every instance of the SetOrClass is either equal to or disjoint from every other instance of the SetOrClass.

Ontology

SUMO / SET/CLASS-THEORY

Superclass(es)

[tree]
實體
is subclass of
  抽象的  
is subclass of
  集合或種類  
is subclass of
  成對獨立類  

Coordinate term(s)

種類  互斥類  集合 

Axioms (1)

(=>
      (instance ?SUPERCLASS PairwiseDisjointClass)
      (forall
            (?CLASS1 ?CLASS2)
            (=>
                  (and
                        (instance ?CLASS1 ?SUPERCLASS)
                        (instance ?CLASS2 ?SUPERCLASS))
                  (or
                        (equal ?CLASS1 ?CLASS2)
                        (disjoint ?CLASS1 ?CLASS2)))))