Changes between Initial Version and Version 1 of SigMmt/Templates/DisjointnessOfTwoClasses

Show
Ignore:
Timestamp:
06/05/10 16:19:22 (14 years ago)
Author:
onnopaap (IP: 84.104.92.156)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SigMmt/Templates/DisjointnessOfTwoClasses

    v0 v1  
     1=== Base Template !DisjointnessOf2Classes === 
     2 
     3[[br]]This template expresses that two classes have no members in common (that the classes are disjoint). !DisjointnessOf2Classes(x, y) means that the intersection of x and y is empty.  
     4[[br]] 
     5[[br]]Roles:  
     6[[br]]1 hasClass1 Class  
     7[[br]]2 hasClass2 Class  
     8 
     9Axiom:  
     10{{{ 
     11DisjointnessOf2Classes(x1, x2) <->  
     12Class(x1) &  
     13Class(x2) &  
     14IntersectionOf2Classes(x1, x2, EmptyClass) .  
     15}}} 
     16 
     17NOTE See 8.3 for further information on the representation used in this template. See 8.2.1 for a description of the item !EmptyClass used in this template. 
Home
About PCA
Reference Data Services
Projects
Workgroups