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

無交集 (disjoint)

Classes are disjoint only if they share no instances, i.e. just in case the result of applying IntersectionFn to them is empty.

Ontology

SUMO / STRUCTURAL-ONTOLOGY

Class(es)

種類
is instance of
  可繼承關係  
is instance of
  二元述詞  
is instance of
對稱關係
is instance of
非反身關係
is instance of

is instance of
  無交集  

Coordinate term(s)

反面函數  正面函數  弧線重量  屬性  作者  先於  先於或同時  肇因  次類肇因  公民  封閉於  相連的  已連結工程元件  包含訊息  共生  複製  日期  降低可能性  發展期形式  分配  文字說明  持續時間  期間  較早  編者  元素  雇用  相等  等同關係於  利用  以...語言表達  面對  家族關係  完成  次數  圖部分  大於  大於或等於  有意圖  有技巧  在...期間為真  須使...為真  有權使...為真    同一元素  串列中  在注意範圍中  增加可能性  獨立或然率  居住  抑制  初始化序列  實例  內部  倒序  非反射於...  大於  小於  小於或等於  方式/情狀  物質  測量  空間上接觸  時段相接  情態屬性  部分重疊  空間重疊  時段重疊  雙親  偏序於...  部分位於  路徑長  擁有  先決條件  避免  特性  出版  範圍  範圍次種類  提及  反射於...  SUMO內部相關概念  兄弟姊妹  小於  開始  次屬性  次聚集  次圖  次序列  次組織  次計畫  次歷程  次命題  次種類  次關係  包含訊息種類  包含訊息實例  續接屬性  封閉續接屬性  外表部分  時間部分  時間  全序於...  三分法  使用  (結合)價  人造物版本 

Type restrictions

disjoint(集合或種類, 集合或種類)

Related WordNet synsets

antitype
an opposite or contrasting type
antitype is opposite to...   antitype is kind of (all)...   antitype is kind of...  
dichotomy
classification into two opposed parts: "the dichotomy between eastern and western culture"
dichotomy is kind of (all)...   dichotomy is kind of...  
disjoint
(mathematics) having no elements in common
disjoint is similar to...  

Axioms (42)

class1 無交集class2 if and only if
(<=>
      (disjoint ?CLASS1 ?CLASS2)
      (and
            (instance ?CLASS1 SetOrClass)
            (instance ?CLASS2 SetOrClass)
            (forall
                  (?INST)
                  (not
                        (and
                              (instance ?INST ?CLASS1)
                              (instance ?INST ?CLASS2))))))

無交集關係 內部相關於 無交集.
(relatedInternalConcept disjointRelation disjoint)

If rel1 的 論元 numberclass1實例 and rel2 的 論元 numberclass2實例 and class1 無交集class2, then 無交集關係(rel1,rel2) holds.
(=>
      (and
            (domain ?REL1 ?NUMBER ?CLASS1)
            (domain ?REL2 ?NUMBER ?CLASS2)
            (disjoint ?CLASS1 ?CLASS2))
      (disjointRelation ?REL1 ?REL2))

If rel1 的 論元 numberclass1次種類 and rel2 的 論元 numberclass2次種類 and class1 無交集class2, then 無交集關係(rel1,rel2) holds.
(=>
      (and
            (domainSubclass ?REL1 ?NUMBER ?CLASS1)
            (domainSubclass ?REL2 ?NUMBER ?CLASS2)
            (disjoint ?CLASS1 ?CLASS2))
      (disjointRelation ?REL1 ?REL2))

If rel1範圍class1 的 實例 and rel2範圍class2 的 實例 and class1 無交集class2, then 無交集關係(rel1,rel2) holds.
(=>
      (and
            (range ?REL1 ?CLASS1)
            (range ?REL2 ?CLASS2)
            (disjoint ?CLASS1 ?CLASS2))
      (disjointRelation ?REL1 ?REL2))

If 被 rel1 歸回 的值 是 class1次種類 and 被 rel2 歸回 的值 是 class2次種類 and class1 無交集class2, then 無交集關係(rel1,rel2) holds.
(=>
      (and
            (rangeSubclass ?REL1 ?CLASS1)
            (rangeSubclass ?REL2 ?CLASS2)
            (disjoint ?CLASS1 ?CLASS2))
      (disjointRelation ?REL1 ?REL2))

無交集分解 內部相關於 無交集.
(relatedInternalConcept disjointDecomposition disjoint)

複雜體/非單質體 無交集物質.
(disjoint CorpuscularObject Substance)

群集 無交集自身連續物體.
(disjoint Collection SelfConnectedObject)

語言表式 無交集圖示.
(disjoint LinguisticExpression Icon)

自然語言 無交集人造語言.
(disjoint NaturalLanguage ConstructedLanguage)

屬性 無交集數量.
(disjoint Attribute Quantity)

複數 無交集實數.
(disjoint ComplexNumber RealNumber)

If , then rel不對稱關係實例.
(=>
      (and
            (instance ?REL BinaryRelation)
            (or
                  (domain ?REL 1 ?CLASS1)
                  (domainSubclass ?REL 1 ?CLASS1))
            (or
                  (domain ?REL 2 ?CLASS2)
                  (domainSubclass ?REL 2 ?CLASS2)
                  (range ?REL ?CLASS2)
                  (rangeSubclass ?REL ?CLASS2))
            (disjoint ?CLASS1 ?CLASS2))
      (instance ?REL AsymmetricRelation))

受事導向(歷程) 無交集命題態度.
(disjoint ObjectAttitude PropositionalAttitude)

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

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

圖元件 無交集.
(disjoint GraphElement Graph)

立體角單位 無交集平面角單位.
(disjoint SolidAngleMeasure PlaneAngleMeasure)

有性生殖 無交集無性生殖.
(disjoint SexualReproduction AsexualReproduction)

器官或組織歷程 無交集生物體歷程.
(disjoint OrganOrTissueProcess OrganismProcess)

病理歷程 無交集生理歷程.
(disjoint PathologicProcess PhysiologicProcess)

脫離組織 無交集加入組織.
(disjoint LeavingAnOrganization JoiningAnOrganization)

加溫 無交集降溫.
(disjoint Heating Cooling)

揭開 無交集覆蓋.
(disjoint Uncovering Covering)

損害 無交集修護.
(disjoint Damaging Repairing)

貼附 無交集脫離.
(disjoint Attaching Detaching)

隔離 無交集結合.
(disjoint Separating Combining)

解碼 無交集編碼.
(disjoint Decoding Encoding)

天體 無交集地理區域.
(disjoint AstronomicalBody GeographicArea)

海水水域 無交集淡水水域.
(disjoint SaltWaterArea FreshWaterArea)

流水水域 無交集靜水水域.
(disjoint StreamWaterArea StaticWaterArea)

非開花植物 無交集開花植物.
(disjoint NonFloweringPlant FloweringPlant)

無脊椎動物 無交集脊椎動物.
(disjoint Invertebrate Vertebrate)

溫血脊椎動物 無交集冷血脊椎動物.
(disjoint WarmBloodedVertebrate ColdBloodedVertebrate)

鳥類 無交集哺乳類.
(disjoint Bird Mammal)

犬科動物 無交集貓科動物.
(disjoint Canine Feline)

名詞詞組 無交集動詞詞組.
(disjoint NounPhrase VerbPhrase)

房間 無交集建築物.
(disjoint Room Building)

織物 無交集固定人造物.
(disjoint Fabric StationaryArtifact)

衣物 無交集固定人造物.
(disjoint Clothing StationaryArtifact)

主觀評價屬性 無交集客觀規範.
(disjoint SubjectiveAssessmentAttribute ObjectiveNorm)