|
|
|
|
Set operations
-
Operation
|
Command
|
Display
|
Is in
|
a in B
|
|
Is not in
|
a notin B
|
|
Owns
|
A owns b
|
|
Empty set
|
emptyset
|
|
Intersection
|
A intersection B
|
|
Union
|
A union B
|
|
Difference
|
A setminus B
|
|
Quotient
|
A slash B
|
|
Aleph
|
aleph
|
|
Subset
|
A subset B
|
|
Subset or equal to
|
A subseteq B
|
|
Superset
|
A supset B
|
|
Superset or equal to
|
A supseteq B
|
|
Not subset
|
A nsubset B
|
|
Not subset or equal
|
A nsubseteq B
|
|
Not superset
|
A nsupset B
|
|
Not superset or equal
|
A nsupseteq B
|
|
Set of natural numbers
|
setN
|
|
Set of integers
|
setZ
|
|
Set of rational numbers
|
setQ
|
|
Set of real numbers
|
setR
|
|
Set of complex numbers
|
setC
|
|
|
|
|