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

subset (subset)

(subset set1 set2) is true just in case the elements of the Set set1 are also elements of the Set set2.

Ontology

SUMO / SET/CLASS-THEORY

Superrelation(s)

subclass
is subrelation of
  subset  

Type restrictions

subset(Insieme, Insieme)

Related WordNet synsets

subset
a set whose members are members of another set; a set contained within another set
subset is kind of (all)...   subset is kind of...  
See more related synsets on a separate page.

Axioms (1)

(=>
      (subset ?SUBSET ?SET)
      (forall
            (?ELEMENT)
            (=>
                  (element ?ELEMENT ?SUBSET)
                  (element ?ELEMENT ?SET))))