Content deleted Content added
Arthur Rubin (talk | contribs) |
Equality, equivalence, difference |
||
Line 24:
* A '''unary operator''' applies to a single set. There is only one unary operator, called logical '''NOT'''. It works by taking the [[complement (set theory)|complement]] with respect to the universe, i.e. the set of all elements under consideration.
* A '''binary operator''' applies to two sets. The basic binary operators are logical '''OR''' and logical '''AND''' and the Cartesian product. They perform the [[union (set theory)|union]] and [[intersection (set theory)|intersection]] of sets.
There are also other derived binary operators, such as '''XOR''' (exclusive OR, i.e., "one or the other, but not both").
* A '''subset''' is denoted by <math>A \subseteq B</math> and means every element in set A is also in set B.
Line 30 ⟶ 32:
* A '''superset''' is denoted by <math>A \supseteq B</math> and means every element in set B is also in set A.
* The '''identity
* A '''proper subset''' is denoted by <math>A \subset B</math> and means every element in set A is also in set B and the two sets are not identical.
|